CST_WO_OPERATION_TXNS_GT
Transaction Global temporary table exposed for external systems, e.g. MFG, to transfer operation transaction information related to a work order. External systems will directly write to this table and then invoke a plsql api to transfer the data from their system to cost management.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
CST_WO_OPERATION_TXNS_GT_PK |
EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EXTERNAL_SYSTEM_REFERENCE | VARCHAR2 | 60 | Yes | Code identifying the external system owning this operation transaction. | |
EXTERNAL_SYSTEM_REF_ID | VARCHAR2 | 30 | Yes | Surrogate ID identifying the work order operation transaction in the source system. | |
WORK_ORDER_ID | NUMBER | 18 | Yes | Surrogate ID identifying the work order in the source system. | |
WORK_ORDER_OPERATION_ID | NUMBER | 18 | Yes | Surrogate ID identifying the work order operation tied to this operation transaction. | |
WORK_CENTER_ID | NUMBER | 18 | Yes | Identifies the work center where the operation is carried out. | |
TRANSACTION_TYPE_CODE | VARCHAR2 | 30 | Yes | Work order operation transaction type. The type codes will have to defined in lookup with the LOOKUP_TYPE = WIE_OP_TRANSACTION_TYPE. | |
FROM_DISPATCH_STATE | VARCHAR2 | 30 | Yes | The status from which this transaction takes place. | |
TO_DISPATCH_STATE | VARCHAR2 | 30 | Yes | The end resulting status where the transaction quantity moves to. | |
PRIMARY_QUANTITY | NUMBER | Yes | This is a calculated field. If the transaction is not done in the primary quantity (Transaction UOM <> Primary UOM) this will have a different value. Onhand is recorded in Primary Quantity. Hence it is useful to convert and store this against the transaction. | ||
PRIMARY_UOM_CODE | VARCHAR2 | 3 | Yes | Identifies Unit of Measure for the primary quantity. | |
TRANSACTION_QUANTITY | NUMBER | Yes | Transactional primary product quantity that is moved. | ||
TRANSACTION_UOM_CODE | VARCHAR2 | 3 | Yes | Transactional unit of measure of the primary product quantity that is moved. | |
TRANSACTION_DATE | TIMESTAMP | Yes | Identifies the date and time when the operation is performed. | ||
REASON_CODE | VARCHAR2 | 30 | Reason for either rejecting the quantities at the operation or scrapping at the operation. | ||
STATUS_CODE | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Indicates the transfer status of this row. SUCCESS or ERROR depending on whether the row was successfully posted to the interface table. | ||
ERROR_MESSAGE_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. FND error message name identifying the error that occurred during import. | ||
TOKEN1_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN1_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
TOKEN2_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN2_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
TOKEN3_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN3_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
TOKEN4_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN4_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
TOKEN5_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN5_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
TOKEN6_NAME | VARCHAR2 | 30 | Internal, should not be populated by interfacing application. Token name. | ||
TOKEN6_VALUE | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Token Value. | ||
MESSAGE_TEXT | VARCHAR2 | 240 | Internal, should not be populated by interfacing application. Expanded, token substituted MESSAGE_TEXT from the FND table. | ||
INVENTORY_ORGANIZATION_ID | NUMBER | 18 | Yes | Manufacturing organization identifier in which the work order is created for this operation transaction. |
Indexes
Index | Uniqueness | Columns |
---|---|---|
CST_WO_OPERATION_TXNS_GT_PK | Unique | EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID |