Which CZ-Schema tables get affected when we create Non BOM items in OCD?

Hi,
Please LIST ALL the CZ tables which gets affected when we create Non BOM structure.
Or Else Atleast suggest a means where I can get which tables are getting affected(i.e, In which CZ tables rows are being inserted).
Thanks.
Edited by: 1008308 on May 28, 2013 2:03 AM

I cannot speak for Murali, but from my experience...this information is not available in particular manual or documentation. These table names are known over the course of working with the product over a period of time, seeing SQL statements inside working code, working on bugs alongside Oracle Support and Development, etc. However, there is some information available in the following locations to help you out:
* CZ Implementation Guide - Section D - CZ Subschemas (http://docs.oracle.com/cd/E18727_01/doc.121/e14322/T440679CHDJBBFB.htm). This part of the manual lists the key tables used for various activities (product structure, publishing, UI, etc.)
* ETRM (http://etrm.oracle.com) also has some useful information. Not every table is described, but many of them are. As an example, here is what you might find as a description of the CZ_PS_NODES table:
+"The CZ_PS_NODES table contains the entire structure of a product model. Data can be imported from Oracle Bill of Materials. Each project has a root (product) node. When the project structure is imported, project structure nodes mirror the imported BOM structure. Nodes of type REFERENCE are used to include a separate project ("model") into another psnode project tree."+
Thanks,
Jason

Similar Messages

  • Tables get affected when creating idoc

    hi,
            Tell me the tables get affected when creating idoc, for example in which
            table idoc error logs get stored etc

    Hi,
    EDIDS - stores the Status of the IDOcs..There you can find the message type, message number and message id
    EDID4 - where the idoc data is stored
    EDIDC - where the control record for the idoc is stored
    Thanks
    Naren

  • What fact tables get affect in open hub services whether E or F

    hi,
    what fact tables get affect in open hub services whether E or F when an info provider is accessed.
    regards,
    -a

    Hi Ajay,
    Depends whether the cube is compressed or not. If not compressed then F fact table and if fully compressed then E fact table.
    Bye
    Dinesh

  • How many table are affected when sales order creation(O2C)

    Hi all,
             HOw many table are affected when sales order creation, can any one please help ,and please give me a description indepth please please. I know some of the table affected
    Thanks&Regrads,
    Surya

    Hi Kantur Shekar madhuri,
    Would you confirm the whether in your schedule line category is activated for "Product Allocation" or not.
    if not please activate and re run your scenario.
    Regards
    Arun

  • How does a workflow get triggered when we create a Shopping cart

    Hi all,
    In SRm how does a workflow gets triggered when we create a Shopping cart...what i mean is that in r/3 we use changedocument object or function modules etc..likewise in srm how the wf gets triggere...can anyone help me.
    Thanks&Regards,
    Hari

    Hi martin,
    yes i accept that in SRM also workflows are all started by event...what i mean is in R/3 we go for Change document object(swec) or some other method for event creation...like that in SRM what is there?Just whenwe create a Shopping cart How the workflow is trigerred...suppose if it is trigerred using fm swe_event_create where they might have called the function module.
    Thanks&Regards,
    Hari

  • How many minimum tables get Populated once Employee Created in People scree

    Hi
    how many minimum tables get Populated once Employee Created in People screen ?
    thanx

    per_all_people_f
    per_periods_of_service
    per_person_type_usages_f
    per_all_assignments_f (as a primary assignment is mandatory for employee)

  • Query on Custom schema table getting 'Do You want to save changes' message

    Hi all,
    I am getting the error message whenever I query from the custom table. Here is the description of the issue.
    1. I have a button on the first block. When the user clicks on this button , execute_query is called on another block. Then the user getting the message "do you want to save the changes" . Although there are no changes made on the form.
    2. The second block is based on a custom table defined on the custom schema.
    3. Created public synonym for this table and also gave the all the grants to apps schema on this table.
    4. This error was not coming before when the second block is based on Apps schema table.
    Any idea on how to fix this.
    Thanks

    I doubt the problem is related to a schema or public synonym. The message is appearing because the value for an item is being changed after your query executes.
    First check to make sure that the blocks that are not based on a table are set to No. See the Database Data Block Property.
    If that doesn't solve the problem, then run the debugger and watch to see what item is changing. You may be doing something in a trigger.

  • Af:table gets cleared when adding new record in it

    Dear All,
    I am having a af:table on my page, which has an dropdown. When the value of dd is changed then a record(blank) should be inserted in the same af:table.
    Now i have following problem.
    When i set row Selection to single, then every thing works fine,
    When i set it to none then when i add a row to table(on change of dropdown) then table gets cleared, means only newely added values gets cleared and not the one which are fetched from database.
    The reason behind setting row selection to none is that on single selection when ever the user tries to change the value of from other row then it hits server, sometimes it becomes slow also.So for the workaround i need to set autoSubmit="true" to all fields in table but then also whenever user changes the value it hits server.
    Please guys can any one give me proper solution...except rowSelection
    Thanks,
    Santosh
    jdeveloper 11.1.1.5.0

    Hi Frank,
    Thanks for the reply. I can get the correct input component to display on a given row in the table.
    The real issue is when a new row is added (via a createInsert operation on a button). The creation of a new row PPRs the table and the input Components are all set the same on any existing rows, irrespective of which component was used to input data.
    I'm assuming here that it should be possible to have one row show one component under the column, while another row shows a different input component under the same column..?
    Do I need to iterate through the af:table (if possible) when a new row is created to reset the correct input component??
    Thanks.

  • Getting error when we creating receipt

    Hi guru
    We are getting below error while creating recipt.
    please do needfull to solve this issue.
    ORA-01422:exact fetch returns more than requested number of rows.
    FRM-40735:WHEN-VALIDATE-ITEM trigger raised unhandled exceprion ORA-01422

    Hello,
    I think you should make debug for this receipt 299497.1 and look at debug files.
    You can also make trace on this form.
    Regards,
    Luko
    Edited by: Luko on 2009-04-01 11:21

  • Temp table gets deleted when calling another function

    Hello Everyone
    I am using temporary tables which gets deleted on commit to workaround a multiset union (which doesnt work on Oracle 9). Now, this table somehow gets deleted (the content) during execution of my stored procedure but there is no delete or commit statement.
    Here is what I am doing
    start
    delete temp table (just to be sure)
    prepare array
    loop array {
    output count of temp table
    a = some other function(...)
    output count of temp table
    insert stuff I need to temp table
    output count of temp table
    end
    The output is giving me (example). The correct result would be 140 at the end
    0
    0
    100
    0
    40
    I checked all further function calls, there is no delete or commit, just some objects are created (and collections) which are then processed and returned.
    Could it be that there is a automatic commit or something like that?
    Thanks
    Edited by: maschlegel on Jan 26, 2009 6:36 AM
    Edited by: maschlegel on Jan 26, 2009 6:37 AM
    Edited by: maschlegel on Jan 26, 2009 6:38 AM

    just some objects are created (and collections) which are then processed and returneAll DDL statements issue COMMITs implicitly - once before the statement is processed and once after. (so any data changes are committed even if the DDL statement fails).
    This is just one reason why it is such a bad idea to stick DDL statements in the middle of transactions.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com

  • How does the S_NQ_AACT table gets written when working with Usage Tracking?

    Hi,
    We want to monitor the performance of each subject area so we have implemented the Usage Tracking.
    We have followed the steps mentioned on the link http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/usage_tracking/usage_tracking.htm
    But now the table S_NQ_ACCT is not getting written, whenever any user logs into OBIEE and runs a request his entry is not logged into that table.
    Anybody has encountered such a type of issue help would be appreciated.
    Regards,
    Apoorv

    The part of NQSConfig,ini goes like this:
    [ USAGE_TRACKING ]
    ENABLE = YES; //DEFAULT: NO
    //==============================================================================
    // Parameters used for writing data to a flat file (i.e. DIRECT_INSERT = NO).
    STORAGE_DIRECTORY = "<full directory path>";
    CHECKPOINT_INTERVAL_MINUTES = 5;
    FILE_ROLLOVER_INTERVAL_MINUTES = 30;
    CODE_PAGE = "ANSI"; // ANSI, UTF8, 1252, etc.
    //==============================================================================
    DIRECT_INSERT = YES;
    //==============================================================================
    // Parameters used for inserting data into a table (i.e. DIRECT_INSERT = YES).
    PHYSICAL_TABLE_NAME = "OBI Usage Tracking"."Catalog"."dbo"."S_NQ_ACCT" ; // "<Database>"."<Catalog>"."<Schema>"."<Table>" ; // Or "<Database>"."<Schema>"."<Table>" ;
    CONNECTION_POOL = "OBI Usage Tracking"."Usage Tracking Writer Connection Pool" ;
    BUFFER_SIZE = 10 MB ;
    BUFFER_TIME_LIMIT_SECONDS = 5 ;
    NUM_INSERT_THREADS = 5 ;
    MAX_INSERTS_PER_TRANSACTION = 1 ;
    //==============================================================================
    The User has the previleges to write to the table, I am not sure where I have gone wrong?
    Regards,
    Apoorv

  • Why does HZ_PARTIES table get outofsync when deleting futuredated HR record

    I checked HZ_PARTIES table for existing HR person
    It shows:
    First Name Joseph
    Last Name Summerford
    Then I went into HR application:
    UK HRMS Manager responsibility > People > Enter and Maintain
    Find Person above
    Date Tracked to future date eg. 01-JAN-2011
    Changed Name
    First Name Josef
    Last Name Summers
    Save record in UPDATE MODE
    Checked HZ_PARTIES table again for HR person
    It shows:
    HZ_PARTIES shows record for person with name as
    First Name Josef
    Last Neme Summers
    Then went into HR application again and deleted the future dated change effective from 01-JAN-2011
    Then checked HZ_PARTIES table again for HR record
    HZ_PARTIES still shows below even if the future dated change has been deleted - why?
    First Name Josef
    Last Neme Summers
    Can anyone advise or experienced same problem?
    Many thanks
    Jag
    Edited by: user12045425 on 01-Dec-2010 06:54

    I checked HZ_PARTIES table for existing HR person
    It shows:
    First Name Joseph
    Last Name Summerford
    Then I went into HR application:
    UK HRMS Manager responsibility > People > Enter and Maintain
    Find Person above
    Date Tracked to future date eg. 01-JAN-2011
    Changed Name
    First Name Josef
    Last Name Summers
    Save record in UPDATE MODE
    Checked HZ_PARTIES table again for HR person
    It shows:
    HZ_PARTIES shows record for person with name as
    First Name Josef
    Last Neme Summers
    Then went into HR application again and deleted the future dated change effective from 01-JAN-2011
    Then checked HZ_PARTIES table again for HR record
    HZ_PARTIES still shows below even if the future dated change has been deleted - why?
    First Name Josef
    Last Neme Summers
    Can anyone advise or experienced same problem?
    Many thanks
    Jag
    Edited by: user12045425 on 01-Dec-2010 06:54

  • Table structure changes when using 'create table X as ( select * from X@remote_server )'

    I need to create and copy data from a remote Oracle server to a local server. The command I use is
    create table X as ( select * from X@remote_server )
    with remote_server is the tns name of the remote Oracle server.
    The local table is created and populated with data as expected but when I check the structure using 'desc X' it shows me all the CHAR fields of the local table are triple as large as of the remote table.
    I guess the problem is the difference  between the NLS_CHARACTERSET settings . The local charset is AL32UTF8 and the remote is  WE8MSWIN1252.
    How do I change the command to make the two tables have the same field sizes ?
    Thanks,
    Vu

    Do you want to be able to store all the data from the remote table in the local table?  Assuming you do, increasing the size of the column would be the correct behavior.
    By default, a VARCHAR2(10) allocates up to 10 bytes of storage.  In the Windows-1252 character set on the source, 1 character requires 1 byte of storage.  So a VARCHAR2(10) has space for up to 10 characters.  In the UTF-8 character set on the destination, however, 1 character can require up to 3 bytes of storage.  So a VARCHAR2(10) may allow you to store as few as 3 characters.  Since Oracle has no way of knowing what data you have (and will have) in the source system, it triples the size to ensure that all the data from the remote system will fit in the new table.  If you want the columns to be the same size on the destination that they are on the source, it is highly probable that you'll get errors inserting the data because at least one value will be too large for the destination column.
    Justin    

  • When I connect my iPhone 5 (iOS 7.0.4) to iTunes it gets stuck when syncing on "waiting for items to copy"

    My iPhone 5 running iOS 7.0.4 gets stuck on "waiting for items to copy" when syncing to my iTunes (version 11.1.4). I've tried;
    quiting and restarting iTunes,
    updating iTunes,
    restarting my computer,
    restarting my iPhone,
    turning off iCloud on my iPhone,
    restoring my iPhone from a previous back-up,
    disabling "automatically sync when this iPhone is connected" and
    just leaving it alone for three hours to see if it would finish syncing
    But none of these things have worked... I'm not sure what else to try. My iPhone suffered an error about three days ago when trying to update to the new iOS update and went into recovery mode. I had to restore from an old back-up and that is when my troubles began. However, I was previously (before the crash) having an issue where whenever I connected my iphone to my computer it would delete all my playlists. I'm not sure if any of that is relevant.

    My iPhone 5 running iOS 7.0.4 gets stuck on "waiting for items to copy" when syncing to my iTunes (version 11.1.4). I've tried;
    quiting and restarting iTunes,
    updating iTunes,
    restarting my computer,
    restarting my iPhone,
    turning off iCloud on my iPhone,
    restoring my iPhone from a previous back-up,
    disabling "automatically sync when this iPhone is connected" and
    just leaving it alone for three hours to see if it would finish syncing
    But none of these things have worked... I'm not sure what else to try. My iPhone suffered an error about three days ago when trying to update to the new iOS update and went into recovery mode. I had to restore from an old back-up and that is when my troubles began. However, I was previously (before the crash) having an issue where whenever I connected my iphone to my computer it would delete all my playlists. I'm not sure if any of that is relevant.

  • Getting message when trying to clean up items on HD. Finder wants to make changes. Type password to allow."

    I recently downloaded yosemite and am trying to put items from my HD into trash.  I keep getting a message "Finder wants to make changes. Type password."

    That message will appear if you attempt to delete items from Applications, among other reasons. It is there to confirm you know what you're doing.
    If that dialog appears when you are attempting to delete items from your Home directory, something is wrong.

Maybe you are looking for