problem in the price list API

I'm using QP_PRICE_LIST_PUB price list download. PROCESS_PRICE_LIST API.
Price list header is is created but not lines. Back-end, I am able to see the entries in line but not front end. There is a value which is not available in the qp_list_lines_v and that PRODUCT_ATTR_VAL_DISP column.
Please suggest me the solution.

VV
You can change this?

V_PRICING_ATTR_TBL (1). PRODUCT_ATTRIBUTE_CONTEXT: = "Item"; -Attribute price

TO

V_PRICING_ATTR_TBL (1). PRODUCT_ATTRIBUTE_CONTEXT: = "ITEM"; -Price attribute. (using capital letters)

After your API call succeeded, can you tell me the value of the qualification_ind column in the qp_pricing_attributes table? Once you run the program, I've mentioned, he should get filled in with the value 4 makes visible to the front end.

Thank you
Claire

Tags: Oracle Applications

Similar Questions

  • PricingException: No price could be found in the price list for the varied SKU

    Hello

    We encounter an error message indicating that "no price could be found in the price list" when you try to add SKU varied to cart. Please find the errorlog for the same below: -.

    Error log: -.

    UnknownService-atg.commerce.pricing.PricingException: no price could be found in listPrices price list for the product prod310023 and ref sku330309
    UnknownServiceat atg.commerce.pricing.priceLists.ConfigurableItemPriceListCalculator.priceItem(ConfigurableItemPriceListCalculator.java:245)
    UnknownService

    at atg.commerce.pricing.priceLists.ItemPriceCalculator.priceEachItem(ItemPriceCalculator.java:579)

    But when I check the value of the Reference to the chapter of the price list has a price $10 by VAC.

    We have more riden method createConfigurableSubitems in PurchaseProcessHelper to address issues of Subsku varied and added the piece of code below to take the same: -.

    List < String > = skuProductDetails.keys ();

    While (enumeration.hasMoreElements ()) {}

    skuId = enumeration.nextElement ();

    productId = skuProductDetails.get (skuId);

    SubSkuCommerceItem subSkuCommerceItem = (SubSkuCommerceItem) getCommerceItemManager()

    .createCommerceItem ("subSkuCommerceItem", skuId, productId, quantity);

    getCommerceItemManager () .addSubItemToConfigurableItem ((ConfigurableCommerceItem) commerceitem, subSkuCommerceItem);

    }

    Do we need to make changes of configuration for the configurable SKU price. Any help/advice about the same will be very useful.

    Thank you

    Tatai

    It was a problem of configuration data. ID SKU parent was not mentioned for the configurable items of SKU.

    Tatai-

  • Can I define an element of Promotion (BOGO) w/c is the formula in the price list?

    Hello!

    We anticipate using (BOGO) promotion in Advanced Pricing in our requirement business in sales. My question is can I define a free item in Promotion in which the unit price in the price list is using formula? Here is an example of our business requirements:

    Promo A - list Unit 30

    Free items (Get): Point A1, A2 of the element, element A3

    sold

    individual class

    Point A1 - 10 unit list 0

    The point A2 - unit list 20 0

    The point A3 - 30 10 unit list

    * Unit list must be calculated using the formula based on the table above.

    When we create a command line client for A Promo, the Advanced engine Pricing SHOULD calculate the price of every free item according to the formula defined for these elements of the price list (point A1 = 0, point A2 = 0, point A3 = 10).

    Is this possible? Are there other options available?

    The new price in modifier I think will just allow you to specify the new price to be used instead of the price from the price list. I read that I can not specify modifier form of Promotion, I understand it correctly? This should be the best place for calculate us the price of our requirement.

    Thank you.

    I checked this and read the user Oracle Advanced Pricing Guide. I can't use the formula if the type modifier is promotional voucher and line level. I create right now of the workaround is to create line Discount that uses a formula and within the formula, do the manipulation and then pass a new price for each item.

  • Turn off the price list column in the sales order

    Hello

    I turn off the price list column to use the default value, using after customization of the form in the form of orders.

    Event trigger - WHEN-NEW-FOLDER-FORUM
    Trigger - ORDER object
    Condition - NULL
    Actions-
    UPDATE_ALLOWED - FALSE
    ALTERABLE_PLUS (APPLICATIONS COVER) - FALSE

    Even if the field is grayed out (disabled) and indicates the default as expected, the user is still able to change the list of prices by pressing Ctrl + L option and selecting desired value.
    How can I limit the LOV to populate the same?

    Thank you

    Thanks guys, I already fixed that using constraints of process.

  • Problem with the folder list

    Hello

    I try to use the folder list to the list of all the files in the folder of LVM. However, I get this error message when I run the VI.

    I tried to key in the pattern such as *.lvm or even using the loop, still do this out of the error message. Please help me.

    See you soon

    PX

    Hi PX.

    I guess you must enter a folder instead of a path of the file LVM.

    Hope this helps,

    Mavis

  • Problem with the selection list dynamic LOV using bind variables

    I have the following SQL to fill a selection list:

    Select d, ch from
    (
    Select ft. FAMT_NAME d, pi. R FAM_ID_T of FAMILY_TRA ft
    Join the ck list
    on ck.family = ft.famt_name and ck.newseq in (: NEWSEQ_QUERY_SQL)
    )

    Where NEWSEQ_QUERY_SQL is a part of the application that is defined by a calculation of page and essentially returns a list of values NEWSEQ based on some parameters of the user query. For example:

    Select distinct (ck.newseq) in the ck list where rownum < 20

    The query above works fine with SQL Developer and returns two columns needed (display_value, return_value)

    However, it returns no line, when it is used to fill the LOV to a selection list.

    If I replace the: NEWSEQ_QUERY_SQL with a list of NEWSEQ hard-coded, it works:

    Select d, ch from to)
    Select ft. FAMT_NAME d, pi. FAM_ID_T r
    of FAMILY_TRA ft join checklist ck on (ck.family = ft.famt_name and ck.newseq in ('K0242900', 'K0217200'))
    ) ;

    I can even replace: NEWSEQ_QUERY_SQL with hard-coded SQL and it works:

    Select d, ch from
    (
    Select ft. FAMT_NAME d, pi. R FAM_ID_T of FAMILY_TRA ft
    Join the ck list
    on (ck.family = ft.famt_name and ck.newseq in (select ck.newseq from the list ck where rownum < 20))
    )

    But if there is a connection variable (: NEWSEQ_QUERY_SQL), it doesn't.

    Selection lists are driving me crazy! They seem incredibly capricious.

    Hello:

    You cannot link a "sql statement" that bind the value you're trying to do.
    P2_FAMILY_LIST must be the SQL statement you executed for the LOV. Something like

    select d, r from
    (
    select ft.FAMT_NAME d, ft.FAM_ID_T r from FAMILY_TRA ft
    join checklist ck
    on (ck.family = ft.famt_name and ck.newseq in (select ck.newseq from checklist ck where rownum < 20))
    )
    

    CITY

  • To display the disk that contains the price list

    I'm working at home and am really familiar with a lot on the computer. I just burned a disc with a price on this list and want to check to make sure that it is correct. I can't open it to see and print

    Hi Burlster,

    ·          Do you get the code/error message when you try to access the data on the disk?

    ·          What burning software to burn the disc you used?

    A test burn in another disc and check if you are able to access the data, as it might be possible that CD/DVD may have been corrupted it burned.

    In addition, you can also check if you are able to access the CD in another computer.

    Hope the helps of information. Please post back and we do know.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problem in the scrolling list box

    Hello

    In my application, I need a list field that contains ten records. The screen is similar to below:

    To do this, I wrote the code. But after adding a few lines in the list field, the entire screen goes up. My code is:

    m_vfmScreen = new VerticalFieldManager(Manager.VERTICAL_SCROLL) {
                int nHight;
                int hight = 0;
                int width = 0;
    
                protected void sublayout(int nMaxWidth, int nMaxHeight) {
                    int orientation = Display.getOrientation();
                    width = Display.getWidth();
    
    if (orientation == Display.DIRECTION_PORTRAIT)
                    {
                        hight = BOTTOMBAR_BITMAP.getHeight() * 2;
                    }
                    else
                    {
                        hight = 0;
                    }
    
                    super.sublayout(nMaxWidth, nMaxHeight);
                    Field field;
                    field = getField(0);
                    setPositionChild(field, 10, 10);
                    layoutChild(field, field.getWidth(), field.getHeight());
    
                    field = getField(1);
                    setPositionChild(field, 10, 50);
                    layoutChild(field, Display.getWidth() - 20, nMaxHeight - 10);
    
                    Logger.out("MyTransaction", "Inside sublayout method and before setpositionchild method in the vfmscreen-----");
    
                    setExtent(nMaxWidth, nMaxHeight);
                }
    
        protected void paint(Graphics g)
                {
    
                    int hight2 = Display.getHeight() - hight;
    
                    if (hight == 0)
                    {
                        int n = this.getFieldCount();
                        hight2 = this.getField(n - 1).getTop() + this.getField(n - 1).getHeight();
                    }
                    Logger.out("WelcomeScreen", "Paint method widht :" + width + " nhight2 :" + hight2 + " hight :" + hight);
                    g.setColor(0x949CAD);
                    g.fillRect(0, 0, width, hight2);
                    g.setColor(Color.WHITE);
                    g.fillRoundRect(10, 10, width - 20, hight2 - 20, 10, 10);
                    g.setColor(Color.BLACK);
                    super.paint(g);
                }
            };
    
    /**
             * creating HorizontalFieldManager object to place the labels properly
             * when Orientation changed.
             *
             */
            HorizontalFieldManager hfmHeading = new HorizontalFieldManager(Manager.NO_HORIZONTAL_SCROLL) {
    
                protected void sublayout(int nMaxWidth, int nMaxHeight) {
                    if (Display.getOrientation() == Display.DIRECTION_PORTRAIT) {
                        m_bmpHeader = Bitmap.getBitmapResource("my_transactions_heading.png");
                        Logger.out("MYTransactionScreen", "inside sublayout mehtod;;;;;;;;;");
    
                    } else if (Display.getOrientation() == Display.DIRECTION_LANDSCAPE) {
                        m_bmpHeader = Bitmap.getBitmapResource("ls_my_transactions_heading.png");
                    }
                    super.sublayout(nMaxWidth, nMaxHeight);
                    setExtent(getPreferredWidth(), getPreferredHeight());
                    Logger.out("MyTransaction", "after setExtent()-----");
                }
    
                public int getPreferredWidth() {
                    return (Display.getWidth() - 20);
                }
    
                public int getPreferredHeight() {
                    return m_bmpHeader.getHeight();
                }
    
                protected void paint(Graphics g) {
                    g.drawBitmap(0, 0, (Display.getWidth() - 20), m_bmpHeader.getHeight(), m_bmpHeader, 0, 0);
                    super.paint(g);
                }
            };
    
            hfmHeading.setMargin(new XYEdges(0, 0, 0, 10));
            /**
             * Date Field
             */
            LabelFieldCustom m_lfcDateField = new LabelFieldCustom("Date", Color.GRAY, NON_FOCUSABLE);
            m_lfcDateField.setMargin(new XYEdges(5, 0, 0, 55));
            hfmHeading.add(m_lfcDateField);
    
            /**
             * Detail Field
             */
            LabelFieldCustom m_lfcDetailField = new LabelFieldCustom("Details", Color.GRAY, NON_FOCUSABLE);
            m_lfcDetailField.setMargin(new XYEdges(5, 0, 0, 65));
            hfmHeading.add(m_lfcDetailField);
    
            /**
             * ListField Object creation
             */
            TaskListField listField = new TaskListField(tran);
    
            /**
             * VerticalField Manager for the list
             */
            VerticalFieldManager vfmList = new VerticalFieldManager(Manager.VERTICAL_SCROLL);
            vfmList.add(listField);
    
    
     
    

    Here the field of task list is the class that adds lines in the field in the list and it works fine. But when I add the field in the list on the screen to create the problem. I use jre 5.0 and 9550 Simulator. Please help me and if you doubt ask me.

    Peter sorry for your inconvenience. However, I correct this problem. So thank you for your advice. I'll take care of him in the future.

  • Problem with the playback list in Safari 10.0

    I upgraded to Safari 10.0 and can no longer remove items from the playlist.  The small x in the upper right corner that appeared does not work.

    MacBook Air 2013 El Capitan 10.11.6

    Right-click on the item you want to remove.

    If you like the old way better, inform Apple.

    To send comments directly to Apple, use this link: http://www.apple.com/feedback/

  • What is the API to generate the unit price based on price list (advanced price)?

    Hello!

    I'm looking for the api generate the price unit, based on the price list in advanced pricing. In addition, how will I know what are the manual available modifiers / header lines that can be applied to my order?

    Thank you.

    The api to use is QP_PREQ_PUB. PRICE_REQUEST.  You must complete all the variables table with the point attribute information and qualifier info to get a table at the back the modifiers that can be applied.  Check:

    HOW to use QP_PREQ_PUB. PRICE_REQUEST API at the price of an item (Doc ID 759804.1)

  • Is there an API or the open Interface to convert price lists?

    Hello

    Is there an API or the open Interface to convert price lists?

    What are the additional configurations you need to enforce price lists?

    IM new Advnaced price and order management.

    Thank you and best regards,

    MPH

    Ignore the first API you mention who has a different goal. Personally, when I load the price lists I always use a loading rather than an API tool, but if I had a large number of large lists of price, I'd probably use this API, as seems to be better supported and documented by Oracle:

    (Note 435473.1 on MOS)
    [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=WHITE%20PAPER&id=435473.1] QPXVBLK: Pricing of bulk loader API including PS data: import of the details of implementation of price list and examples of Scripts block

    ... and there are many examples of scripts to help you here (Note 360060.1 on MOS)
    [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SAMPLE%20CODE&id=360060.1] QPXVBLK: Price list in bulk Loader example for 11.5.10 Scripts free

    Kind regards
    Jon

    PS... and Yes, it works for 11.5 per 12.1.3 notes above

  • The secondary price list price list

    Hello

    I have the following query returns the order customer, transaction quantity, part number, number of sales, and RMA number we had.

    I'm also trying to get the sale price of the ordering customer.  I can return the price list that shows as a price to zero.  After investigation, I found that the price of the item is in the list of secondary prize for the price list that I managed to return.

    Please can someone explain how I can show all lists of secondary prize under a primary price list?

    SELECT oha.order_number

    ol.line_number

    msib.segment1

    sum (mtt.transaction_quantity) AS TXN_QTY

    mtt.transaction_date

    TT. DESCRIPTION

    oha.sold_to_org_id

    csua.location AS SHIP_TO

    hp.party_name AS CUSTOMER

    htl.name AS PRICE_LIST

    Of oe_order_headers_all Aho

    oe_order_lines_all ol

    mtl_material_transactions mtt

    mtl_transaction_types tt

    mtl_system_items_b msib

    hz_cust_site_uses_all ACUS

    ca hz_cust_accounts

    hz_parties hp

    qp. QP_LIST_HEADERS_TL htl

    WHERE 1 = 1

    AND htl.list_header_id = oha.price_list_id

    AND hp.party_id = ca.party_id

    AND ca.cust_account_id = oha.sold_to_org_id

    AND csua.site_use_id = oha.ship_to_org_id

    AND oha.header_id = ol.header_id

    AND ol.line_id = mtt.trx_source_line_id

    AND mtt.transaction_type_id = tt.transaction_type_id

    AND mtt.transaction_type_id IN (33,15)

    AND msib.inventory_item_id = mtt.inventory_item_id

    and msib.organization_id = mtt.organization_id

    and mtt.transaction_date > (sysdate - 36)

    and msib.organization_id = 26

    and msib.segment1 = 'C57M70N3GB. '

    Oha.order_number group

    ol.line_number

    msib.segment1

    mtt.transaction_date

    TT. DESCRIPTION

    oha.sold_to_org_id

    csua.location

    hp.party_name

    htl.name

    Any help would be great.

    Thank you

    Chris

    SELECT distinct htl1.name, htl2.name

    -QP_LIST_HEADERS_B hb

    He's QP_LIST_LINES

    QP_LIST_HEADERS_TL htl1

    QP_LIST_HEADERS_TL htl2

    QP_SECONDARY_PRICE_LISTS_V lv

    WHERE 1 = 1

    - AND HB. LIST_HEADER_ID = HE'S. LIST_HEADER_ID

    - and HB. LIST_HEADER_ID = HTL. LIST_HEADER_ID

    and HTL1. LIST_HEADER_ID = HE'S. LIST_HEADER_ID

    - and htl.name = "price list of NEFFUK.

    AND htl1.list_header_id = 6133

    AND lv.parent_price_list_id = htl1.list_header_id

    and htl2.list_header_id = lv.list_header_id

  • Price list problem

    Hi all

    I used PriceEachItem droplets to show the price of the SKU of the product in the product page. It correctly displays the price for each SKU. I want to see the prices of these SKUs of ACC, but am not able to find the price in the price list (it shows basepricelist with empty element). I use the CRS application.

    Please someone help me on this.


    Thanks in advance,
    Françoise.

    Published by: sreedhar.y on March 22, 2013 02:43

    did you create a price list?

    Bean from servlet PriceEachItem is a collection of items to price dynamically taking promotions in
    account. If you need to show only the static price, you can retrieve the price list or the sales directly from the SKU
    object.

    You can see following use of droplets of PriceEachItem -.

    http://docs.Oracle.com/CD/E23507_01/platform.20073/ATGCommStoreGuide/HTML/s1734priceeachitemdroplet01.html

  • Price list assignment to the customer

    Hello

    I created a client in the management of orders, but by the list of future price with default values. But I want to assign my own price list to my client. Can anyone provide me with some solution for this.

    Thank you
    Bharat G.

    Hello

    Did you create the ship and charge to customers?

    Go to OM - setup-> Setup-> rule-> failed.

    Search the list of prices and levels.
    IN 11.5.10 you like this
    Agreement
    Ship to
    Order type

    Create the ship to and set the price list now when you take your customers with this boat on command that your price list should pop up.

    Standard default rule based on pl/sql package and why perhaps, you must create it. This should work out of the box but this action on the form "default setup - Br... ' in the Tools menu-> Gener...

    Kind regards
    Luko

  • What is the price of OBIEE list each versions

    Hello

    Please help, how do I get the price list of OBIEE from each versions, in terms of users and administration.
    Also COST (broken down by type of liscence).

    Reg, Khaled

    Please find the link below...

    http://www.Oracle.com/corporate/pricing/technology-price-list.PDF

    Concerning

    Vincent

Maybe you are looking for

  • Satellite P50T - Was: need VAP for Win 7 32 bit

    When I try to download the 32-bit version of added value package for the Satellite P50T-A (Windows 7)Download linkThe downloaded file ishttp://Support1.toshiba-tro.de/Tedd-files2/0/VAP-20130916115251.zipWhat in fact is the 64-bit version! (I checked,

  • Time Machine Sparsebundle NAS based Backup-error

    Like many times before, I This Time Machine Sparsebundle NAS based backup errors trying to force me to remove all my backups before creating a new - and I turn down this time. I found this article http://www.garth.org/archives/2011, ased 08,27,169,fi

  • Compac CQ5115UK Realtek onboard sound.

    I have Cambridge SoundWorks Digital Surround decoder amplifier, with my old Sony computer and a soundcard Audigy2 sound effect surround was excellent. With my Compac CQ5115UK and Realtek, sound sound surround even now is poor breeding. The CQ5115UK c

  • How to create personal Hotspot in my ios iphone 5s 9.2

    How to create personal Hotspot in my Iphone 5?

  • CSV export with units

    How to save data in the portal to a CSV file with avenues of treatment in the second row of the CSV?