MSC_BM_SCHEDULING_DIAGNOSTICS

Table is used to store scheduling diagnostic information about a demand for Backlog Management plan.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_SCHEDULING_DIAGNOST_PK

BM_RUN_ID, DEMAND_ID

Columns

Name Datatype Length Precision Not-null Comments
BM_RUN_ID NUMBER 18 Yes Column indicates identifier for a particular Backlog Management plan run.
DEMAND_ID NUMBER 18 Yes Column indicates the demand identifier for which the diagnostic information is stored.
PLANNING_CONSTRAINTS CLOB Column contains the planning details for a demand.
CONSTRAINT_DETAILS CLOB Column contains the constraint details of the demand.
AVAILABLE_PROFILE CLOB Column contains the item/resource initial profile related information.
CONSUMPTION_PROFILE CLOB Column contains the item/resource profile consumption information.
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_SCHEDULING_DIAG_U1 Unique Default BM_RUN_ID, DEMAND_ID