CST_WO_OP_DEPENDENCIES_GT
This global temporary table stores parallel operation dependencies between the various execution steps required for a given work order.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Precision | Comments |
|---|---|---|---|
| TO_CST_WO_OPERATION_ID | NUMBER | 18 | Represents the next costing work order operation identifier in the operation dependency setup. |
| FROM_CST_WO_OPERATION_ID | NUMBER | 18 | Represents the previous costing work order operation identifier in the operation dependency setup. |
| PATHS_TO_CST_WO_OPERATION | NUMBER | Total number of paths leading to the current work order operation. | |
| PARENT_COMPLETED_QTY | NUMBER | Total completion quantity reported on previous work order operations. | |
| TRANSFER_PERCENT | NUMBER | Indicates the percent of batch quantity that is transferred between previous and current work order operation in the operation dependency setup. | |
| COST_ORG_ID | NUMBER | 18 | Surrogate ID identifying the cost organization associated to the plant where the work order is executed. |
| COST_BOOK_ID | NUMBER | 18 | Surrogate ID identifying the cost book associated to the cost organization. |