SubSkuCommerceItem is not get recorded in the table orders.

We created a configurablecommerce element and adds subskucommerceitem and placed an order.

It is, subskucommerceitem is not available in the order object in the fulfillmentpipeline formations.
In one of the formations of fulfillmentpipeline, we did order.getCommerceItems (), which returns configurablecommerceitem. Then the getCommerceItems() on configurablecommerceitem returns null.

On analysis further below, we noticed in the database, which could be the root cause:
1 DCSPP_ITEM table has two lines for this order, one showing configurablecommerce point, the 2nd subsku.

2 DCSPP_ORDER_ITEM table has an entry in this order, which is the configurablecommerce item id.

I guess that subskucommerce is not getting stored in the descriptor control point.

Also, there is no line in the DCSPP_CONFIG_ITEM table.

Help, please.

Error messages: no error message.

Gopi

There is code to save and load in normal subSkuCommerceItems save and load pipeline processors. The fact that you see a subsidiary question in dcspp_item means that it has been saved. Expect to see paragraphs in the table of dcspp_order_item because that's only the top-level items. Subtopics should appear in dcspp_item_ci instead.

It is possible that your question has been registered but not recharged properly. Turn on loggingDebug in LoadCommerceItemObjects should be useful if that's the problem.

Save this sub-item and loading code depends on the parent wrapper object CommerceItem that implements the CommerceItemContainer interface. If you have a custom CommerceItem implementation that does not implement CommerceItemContainer, which confuse the ootb save and load code. Another possibility is that code loading instantiates the class incorrect wrapper, what might happen if OrderTools is misconfigured.

Tags: Oracle Applications

Similar Questions

  • Not able to read the values in group by, when no records in the table

    Hi all, I have this query

    Select p.header_id,

    Type "some_constant."

    sum (nvl (p.total_amount, 0)) sum_of

    from table_name p

    P.header_id group

    When there is record in the table, it works fine, but I want to if there is no any folder that it returns as below,

    header_id type sum_of

    some_constant 0 0

    How to...?

    Help, please.

    Kind regards

    SELECT * FROM (select p.header_id,

    Type "some_constant."

    sum (nvl (p.total_amount, 0)) sum_of

    from table_name p

    P.header_id group

    UNION ALL

    SELECT 0,

    BOX WHEN (SELECT COUNT (*) FROM table_name) = 0 THEN type of 'some_constant',

    ANOTHER NULL

    END type as,

    0

    THE DOUBLE)

    WHERE type IS NOT NULL;

    Post edited by: 000000

  • Total number of records in the table read

    Here is the procedure to read total no of record in the table specified by the user during execution. But it still gives the same answer for all the table. Can someone help me?

    create or replace procedure p3 (varchar2, not on the number tab)
    as
    Start
    Select count (*) from no tab;
    end;

    You need dynamic SQL statements.

    Or:
    http://laurentschneider.com/wordpress/2007/04/how-do-i-store-the-counts-of-all-tables.html
    To get the name of the Table and no lines
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:1725645184471282:P11_QUESTION_ID:1660875645686

    Or simply use the data dictionary, collect statistics of the table, then:
    Select table_name, num_rows from user_tables;

  • RoboHelp 2015 (12.0.2.384): The search returns topics do not are included in the table of contents

    ENVIRONMENT: Windows 7 Enterprise SP1, 8.00 GB of RAM, 64 - bit OS, Office 2010, Adobe Acrobat X Pro, Acrobat Reader DC 2015.017.20050

    DESCRIPTION OF THE PROJECT:

    • A single RoboHelp HTML project with three exits. One of the outputs is a 'validation' reference that has its own Table of contents.
    • Validation reference Table of contents contains a subset of the subjects in the main help system. For example, the help system main table of contents contains a folder named 'Administration '. This folder is not in the table of contents of reference for Validation.
    • The reference of Validation is displayed on a public web site. Therefore, we applied the tag "Non_public_info" contained in the topics shared that we do not want to appear on the public website.
    • WebHelp parameters are:
      • Validation reference TOC
      • No map file, no sequence to browse
      • Conditional compilation expression: NOT_Non_public_info_AND_NOT_StyleGuidelines_AND_NOT_TRP (we keep our Style rules in the project to facilitate access during development. TRP content must be rejected because it was not released.)
      • Exclude non referenced topics of output is selected.
      • Search options. Only 'Show Total number of search results' and 'View AND search Option in outputs' are selected.
    • After generating the WebHelp, we remove the files that we don't want (RoboHelp generates empty folders, even if the files are not in the table of contents.)

    PROBLEM: A search in the help of Validation reference reveals the topics that we think should not be included because the subjects themselves are not in the table of contents of Validation reference. For example, the section "Data quality analysis" is in the main table of contents help, but not in the table of contents of reference for Validation. Therefore, we do not expect the topic appears in the search results pane at all. But he does. When the user clicks on the subject, the "Resource not found" message appears.

    Nothing shows the topic Style_Guidelines because the StyleGuidelines label conditional construction applies to the entire folder and the "Style guidelines" book in the main table of contents. (Same thing for the TRP folder).

    QUESTION: Why are topics which are not in the table of contents and whose records are not in the project at all appearing in the WebHelp during a search? We need to rewrite the expression of conditional compilation or establish conditions differently. We assume not have topics in the table of contents, not including the topics not referenced in the output, and remove empty folders would be the way to go. Any help is welcome!

    Thank you very much.

    Carol Levie

    The table of contents does not control what ends up in the output for output online. All content tagged and tagged content which is not excluded by the expression of construction will be included. The parameter 'Exclude topics not referenced output' more exclude all subjects which are not in the table of contents AND are not related to any topic which is included in the output.

    On the other hand, for the print output the table of contents control which is found in the output. I think that it will fire a lot of people.

    If you generate the help and that you do not remove the unwanted files, do you still have the error? If this isn't the case, you know that the topic is referenced somewhere in the content of the reference of the Validation.

    Here is the help of RH11. I can't imagine it would have changed, but you could do a search to verify a second time for RH2015.

    Exclude output not referenced topics

    Select this option to exclude any topic that exists in the project, but is not the default theme in page layout or is not referenced table of selected contents, index or sequence to browse, or any referenced subject.

    Note: RoboHelp shows the topics not referenced that are excluded from the output in the output view module.

  • How to find inserted last record in the table.

    Version: Oracle 10g

    I have a table called 'Manufacturing' and 3 columns as mfno, itemname, quantity.
    How to find inserted last record in the table 'manufacturing '.

    As I got to know that the Rowid is not a result perfect result. Please provide your inputs.

    user13416294 wrote:
    Version: Oracle 10g

    This is not a version. It's a product name. A version is 10.1.0.2 or 10.2.0.4, etc.

    I have a table called 'Manufacturing' and 3 columns as mfno, itemname, quantity.
    How to find inserted last record in the table 'manufacturing '.

    Not possible as your data model do not answer for him. As simple as that.

    If there is a need to determine an order or associate some time to an entity, then that should be part of the data model - and a relationship, or one or several attributes are necessary to represent this information. Your data model in this case is therefore unable to meet your requirements.

    If the requirements are valid, set the data model. In other words - your question has nothing to do with Oracle and nothing to do with the other pseudo columns in Oracle, the rowscn or the rowid. It is a question of pure data modeling. Nothing more.

  • Create record in the Table of results gives error

    Hi all

    Update page there is a table of results with the Add button to create a new line.

    Everything by creating a new record on the table of results gives an error

    The attributes defined for AccessId in the view object xxlcupdvariablesvo1 failed

    I checked the EO and VO attributes, everything seems to be good.
    Updatable also has the value "Always".


    Still don't know why this error is coming.

    Please help resolve this error.


    Thank you
    SK

    SK

    Don't forget that your AO made correctly and you do your from VO of the two OS after this AO. If possible, allow Jdev to create your AO. Try to create is not in manuallly

    Hope it solves your problem

    Thank you
    AJ

  • Add new records to the table of the ADF

    Hello

    I use Jdev 11.1.1.3.0.
    I have a Page of the ADF with detail Table of form - master, I want to add new records to the table reflecting in DB. Is it possible to do? pointers or demo?


    Thank you
    MB

    What are the components are used in your table? When you created the table originally, you specified as a table read-only? If your table contains components of af: outputText, then you will need either manually change components entry way, or remove the table and re-drop-the-in the form of table (not read-only)

    John

  • Form check synchronize on Popup to the selected record from the table

    I'm trying to recreate what I did on the portals of the OAS in Weblogic/ADF. I have JDeveloper 11.1.1.2.0. What I do seems to be a little different than the tutorials: I need something like the tutorial master-detail, but instead the details appearing on the same page, it should appear in a popup. I managed to build the part table/popup. But when the popup appears, it displays the wrong record. Here are the steps I used to create this page:

    After you create the ADF Fusion Middleware project:

    1 create templates for the tables I need.
    2. create the JSF Page.
    3 drop panelCollection on the page.
    4. remove my data to see in panelCollection control and choose the Table read-only ADF. Select the sorting and selection options.
    5 change table properties: selected = DisplayRow, EditingMode = clickToEdit
    6 drag the Popup on the page.
    7. remove my data from view in popup control and choose the form of the ADF. Select the send option.
    8 drop showPopupBehavior on the page. Name of the popup. The value triggerType to the 'selection '. (triggerType "click" works, too)
    9 deploy.

    The table is displayed. I click on a line. The pop-up window appears. The form of popup displays the first record in the table. I click on any line.

    I just bought the merger Oracle 11g Developer Guide, but were not able to answer this question yet.

    Any ideas?

    Thank you.

    See this video for how it works for me:
    http://www.ScreenToaster.com/watch/stWUtcRkVLQ1BcSV1aX15Q

  • Service request not getting associated with the Contact

    Hello

    We have an interface between the Web site of our company and Siebel On demand application, visitors can come to our Web site and submit a request by filling out a form with their contact information and their request. In turn, this creates a folder 'Contact' and a 'Request for Service' in the Application folder,

    'Contact', we used WSDL and v2.0 "Request for Service" WSDL as the webservice interface, we find that the Contacts and requests for services are created as that individual records, service demand does not get associated with the contact record is created?

    We are capture the following information under the heading "Contact".
    First name:
    First name:
    E-mail:
    Phone:
    Address:

    and the following information under the 'Service request'
    Product information:
    Object:
    Description:
    Type:
    Status:

    Should the specify us anything else under the Service request in the interface that will associate the Contact and "demand for services.

    Is it because in version 2.0, each object exist as separate nodes that we are facing this problem?
    This will be solved by using v1.0, is there a limitation any using v1.0, please specify

    You can call me if you need additional information

    Thanks and greetings
    Satish Kumar
    + 1-857-869-0239

    Hello

    When you create the Service request, make sure that you set the field "ContactId" so that the created contact is associated with the SR created.

    -John CRMIT

  • I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    BabsMKE wrote:

    I get all my calls on my iphone 5.  It sounds at the end of the appellant, but it does not sound on my end and I do not get a past the call.  If the caller leaves a message, and then I get a voice message notification.

    settings - do not disturb - off

  • Do not get data in the target after the beginning of the session.

    Hello

    I applied the filter. source and target table are Oracle database tables. Source have data. Target of no data. I chose insert, update, commit as true in the properties of the target. Eventhough

    After the execution, I do not receive data in the tables of the target. Please check below the images.

    Thanks in advance,

    A.Kavya.

    err1.png

    192.168.0.png

    err2.png

    Hello

    Screen capture, I see you used LKM as well. Then, probably, you can start by consulting the table loading step $ CAN to see how many rows were loaded into C$ source table.

    If you have data in C$ then next step would be to check the data loaded in I$ table. I can see screenshots that you set the false Frother so that your data can not go to E$. PS please check where your data falls to C$ I $ loading.

    You can restart the interface and you can set the property 'drop of temporary objects' false so that C$ I $ table not deleted and are there for analysis.

    It will be useful.

    Thank you

    Ajay

  • How can I recover only odd or even number of records in the table?

    Hello

    How can I recover only odd or even number of records in the table?

    Thank you

    Hi IndiMinds,

    Alternatively, you can use in queries. :

    Odd:

    SELECT *.

    Of

    (SELECT rownum row_count, id, name FROM bigemp

    )

    WHERE mod (row_count, 2) = 1;

    Still:

    SELECT *.

    Of

    (SELECT rownum row_count, id, name FROM bigemp

    )

    WHERE mod (row_count, 2) = 0;

    Thank you

  • I did a clean install of Mavericks and CC restored from a backup, and can not get one of the applications to load at all.

    I did a clean install of Mavericks and CC restored from a backup, and can not get one of the applications to load at all.

    properly install adobe products.

    at this point, just uninstall cc on your computer, clean by use the CC cleaning tool to resolve installation problems. CC, CS3 - CS6 then install the application of office cc, https://creative.adobe.com/products/creative-cloud

    Use the desktop application to install your programs of cc.

  • I have synced my LR my android mobile. Why the images in a different order from the catalogue on the PC and how can I get them in the same order?

    I have synced my LR my android mobile. Why the images in a different order from the catalogue on the PC and how can I get them in the same order?

    You can check the order of Lightroom Mobile synchronization.

    Click on the collection name and choose the last option to sort.

    It should be similar to this screenshot:

    Once you get to know Lightroom Mobile images sort order, you can set the same sort order on your desktop of Lightroom.

  • Table did not get updated in the custom search page

    Hi friends,

    I've designed a personalized search page. Are the steps that I followed exactly as described in the below

    http://www.awasthiashish.com/2013/07/implementing-custom-search-form-in-ADF.html

    The table displays all records in the first place. After that the search criteria is entered and you press the ongoing search for the table shows all records. Is there a setting that is missing and not in the article.

    Thank you

    Hello

    have applied the criteria to the viewObject at the level of the application module?

    also check sample application, it works on your machine?

    Thank you

Maybe you are looking for

  • Messaging and Contacts - How to remove the old contacts?

    How to delete old addresses of suggestions of popup when you fill out an e-mail on the e-mail? Each address one never wrote in comes up with these suggestions to fill the To: CC: or BCC: lines, even those who reported spam with.  It must be too much

  • Is not playing music on Tumblr. No sound can be heard.

    All started about two days ago. I tried to listen to the music on Tumblr, but the Player did not look and work. So I tried the desire in and while it seemed it worked it wasn't a sound playback. And he still isn't playing today. I don't know what the

  • No audio output device is installed on my Satellite U300

    I have a Satellite U300 running under Windows Vista 32. The sound worked fine until last week.But now I have a red x on the speaker icon in the taskbar. I tried to reinstall the Toshiba/Realtek driver but the sound is not restored.(At least the drive

  • Skype me sign when the iPad 2 is asleep.

    I have the setting 'disconnect' value 'never' and have no problem receiving Skype calls while the ipad is in standby. But after about five minutes, I appear in the contacts under the name "offline" even dreamt I'm still registered. A WiFi signal is s

  • scanning question (Min, Max and Min return)

    I have a tunable laser that is supposed to make a sweep of the Min to Max and then back to min. For some reason, it seems to be an additional step after the peak wavelength as shown below. Strange is that it seems to happen only when I put a waveleng