CST_SCENARIO_WORK_ORDERS
This table contains the list of work orders that have been processed in the cost planning scenario.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCENARIO_WORK_ORDER_ID | NUMBER | 18 | Yes | Indicates the surrogate key for scenario work orders. | |
SCENARIO_ID | NUMBER | 18 | Yes | Indicates the scenario identifier for which the work order information is stored for. | |
WORK_ORDER_ID | NUMBER | 18 | Yes | Indicates the work order identifier which has been processed by the scenario cost rollup. | |
WORK_DEFINITION_ITEM_ID | NUMBER | 18 | Yes | Indicates the work definition item identifier based on which the scenario work order record was populated. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of processing for the work order associated with the cost planning scenario. | |
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 |
---|---|---|---|
CST_SCENARIO_WORK_ORDERS_PK | Unique | Default | SCENARIO_WORK_ORDER_ID |
CST_SCENARIO_WORK_ORDERS_U1 | Unique | Default | SCENARIO_ID, WORK_ORDER_ID |