CST_SCENARIO_PURCHASE_ORDERS
This table contains the list of CTO purchase 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_PURCHASE_ORDER_ID | NUMBER | 18 | Yes | Indicates the surrogate key for scenario CTO purchase orders. | |
SCENARIO_ID | NUMBER | 18 | Yes | Indicates the scenario identifier for which the CTO purchase order information is stored. | |
PO_LINE_LOCATION_ID | NUMBER | 18 | Yes | Indicates the CTO purchase order schedule identifier which is being interfaced for processing by cost rollup processor. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Item unique identifier | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Indicates the inventory organization for which the CTO purchase order was created. | |
WORK_DEFINITION_ITEM_ID | NUMBER | 18 | Yes | WORK_DEFINITION_ITEM_ID | |
PLANNING_PURCHASE_ORDER_ID | NUMBER | 18 | Yes | Indicates the planning purchase order identifier for which the CTO purchase order information is stored. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of processing for the CTO purchase 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_PO_N1 | Non Unique | Default | SCENARIO_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID |
CST_SCENARIO_PO_PK | Unique | Default | SCENARIO_PURCHASE_ORDER_ID |
CST_SCENARIO_PO_U1 | Unique | Default | SCENARIO_ID, PO_LINE_LOCATION_ID |