MSC_ORG_SUB_INVENTORIES

MSC_ORG_SUB_INVENTORIES stores information of the sub inventory ids generated for each org subinventory combination. This is key table for org subinventories.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ORG_SUB_INVENTORIES_PK

ORGANIZATION_ID, SUB_INVENTORY_CODE

Columns

Name Datatype Length Not-null Comments
ORGANIZATION_ID NUMBER Yes Organization identifier in the Planning system.
SUB_INVENTORY_CODE VARCHAR2 10 Yes This value indicates the Sub inventory code.
SUB_INVENTORY_ID NUMBER Yes Generated id value for Sub Inventories for reference.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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_ORG_SUB_INVENTORIES_U1 Unique Default ORGANIZATION_ID, SUB_INVENTORY_CODE