CST_WO_OPERATION_TXNS_INT
This is the interface table that will temporarily hold the operations transactions (operation completion, primary product scrap and primary product reject) interfaced from source manufacturing systems. Preprocessor will process these transactions and move them to a persisted table. Rows in this table will be deleted when preprocessor successfully moves the data to persisted table. Costing will only process the product scrap transactions.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
CST_WO_OPERATION_TXNS_INT_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 | 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. | ||
PREPROCESSING_STATUS | VARCHAR2 | 1 | Indicates the preprocessing status of the row. | ||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
INVENTORY_ORGANIZATION_ID | NUMBER | 18 | Manufacturing organization identifier in which the work order is created for this operation transaction. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_WO_OPERATION_TXNS_INT_PK | Unique | Default | EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID |