MSC_BM_ITEM_COM_DEPENDENTS

Table contains values of the parent and child dependents of all items

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_BM_ITEM_COM_DEPENDENT_PK

PARENT_ORGANIZATION_ID, PARENT_ITEM_ID, CHILD_ORGANIZATION_ID, CHILD_ITEM_ID

Columns

Name Datatype Length Not-null Comments
PARENT_ORGANIZATION_ID NUMBER Yes Field indicates identifier of the parent organization
PARENT_ITEM_ID NUMBER Yes Field indicates the identifier of parent Item
CHILD_ORGANIZATION_ID NUMBER Yes Field indicates the identifier of child organization
CHILD_ITEM_ID NUMBER Yes Field indicates identifier of child item
ITEM_LEVEL NUMBER Yes Field indicates identifier level of child item in the supply chain for end item( stored as PARENT_ITEM_ID, PARENT_ORGANIZATION_ID)
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_ITEM_COM_DEPENDENTS_U1 Unique Default PARENT_ORGANIZATION_ID, PARENT_ITEM_ID, CHILD_ORGANIZATION_ID, CHILD_ITEM_ID