MSC_BM_RUN_STATUS
This table indicates the status of every Backlog Management Run
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_BM_RUN_STATUS_PK |
EXECUTION_ID, BM_RUN_ID, STEP_SEQ |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXECUTION_ID | NUMBER | 18 | Yes | Field indicates unique identifier of Backlog Management run status | |
| PLAN_RUN_MODE | NUMBER | This column indicates whether the plan run is of simulation, inline refresh or ESS batch mode | |||
| BM_RUN_ID | NUMBER | 18 | Yes | Field indicates unique identifier of Backlog Management run | |
| STEP_SEQ | NUMBER | Yes | Field indicates the number sequence of step of Backlog Management run | ||
| STEP | NUMBER | Field contains each step of Backlog Management run | |||
| STATUS | NUMBER | Field indicates status complete fail of Backlog Management run | |||
| STEP_NAME | VARCHAR2 | 64 | Identifies the Backlog planning step name. | ||
| STEP_SUMMARY | VARCHAR2 | 256 | Backlog planning summary at current step. | ||
| 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_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. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| PERCENTAGE_COMPLETED | NUMBER | Field indicates completed percentage of Backlog Management run | |||
| DEMAND_PRIORITY_RULE_ID | NUMBER | 18 | This is used to hold Demand Priority Rule Identifier. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_BM_RUN_STATUS_U1 | Unique | Default | EXECUTION_ID, BM_RUN_ID, STEP_SEQ |