MSC_BM_SUPPLY_EVENT

This table contains records for SUPPLY EVENTS for Backlog Management Run

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_SUPPLY_EVENT_PK

BM_RUN_ID, SUPPLY_EVENT_ID

Columns

Name Datatype Length Not-null Comments
BM_RUN_ID NUMBER Yes Field indicates identifier of bm run
SUPPLY_EVENT_ID NUMBER Yes Field indicates identifier for supply event
TIME_PERIOD NUMBER Yes Field indicates the time period of the supply event
QUANTITY NUMBER Field indicates the quantity for this supply 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 This column contains the value of INVENTORY_KEY
INCLUDED_IN_AS NUMBER Field indicates whether this supply event is added to the aggregate supply picture

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_SUPPLY_EVENT_U1 Unique FUSION_TS_TX_DATA BM_RUN_ID, SUPPLY_EVENT_ID