MSC_BM_EXT_CONSUMP_EVENT

This table contains the extenal consumption events records.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_EXT_CONSUMP_EVENT_PK

TRANSACTION_ID, BM_RUN_ID

Columns

Name Datatype Length Not-null Comments
BM_RUN_ID NUMBER Yes Field is identifier for a Backlog Management Run
SUPPLY_EVENT_ID NUMBER Yes Field is the identifier for the supply event
DEMAND_ID NUMBER Yes Field is the unique identifier for demand
TIME_PERIOD NUMBER Field indicates the time period for the external consumption event
QUANTITY NUMBER Field indicates the quantity for the external consumption event
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.
INVENTORY_KEY VARCHAR2 80 Yes Field indicates the inventory key for the consumption event
TRANSACTION_ID NUMBER Yes Field is unique identifier for consumption event for a Backlog Management run

Indexes

Index Uniqueness Tablespace Columns Status
MSC_BM_EXT_CONSUMP_EVENT_U1 Unique Default TRANSACTION_ID, BM_RUN_ID
MSC_BM_EXT_CONSUMP_EVENT_U2 Unique Default TRANSACTION_ID Obsolete
MSC_BM_EXT_CONS_EVENT_N1 Non Unique Default BM_RUN_ID, DEMAND_ID, INVENTORY_KEY
MSC_BM_EXT_CONS_EVENT_N2 Non Unique Default BM_RUN_ID, SUPPLY_EVENT_ID, INVENTORY_KEY