CST_WO_OPERATION_TXN_STATUS
This table will be used to explode the operation transactions to be staged for cost processing at the cost org, cost book level.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_WO_OP_TXN_STATUS_PK |
CST_WO_OPERATION_TXN_ID, COST_ORG_ID, COST_BOOK_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CST_WO_OPERATION_TXN_ID | NUMBER | 18 | Yes | Surrogate ID identifying the operation transaction in costing. | |
COST_ORG_ID | NUMBER | 18 | Yes | Surrogate ID identifying the cost organization associated to the plant where the work order is executed. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Surrogate ID identifying the cost book associated to the cost organization. | |
TRANSACTION_DATE | TIMESTAMP | Yes | Identifies the date and time when the transaction was performed. | ||
PROCESSING_BATCH_ID | NUMBER | 18 | Identifier used to segregate and identify transactions currently being processed. | ||
POSTED_FLAG | VARCHAR2 | 1 | Indicates if this transaction has been created in cst_operation_transactions or not. Possible values: N - Not processed E - COT transaction in error Y - COT transaction created successfully. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_WO_OP_TXN_STATUS_N1 | Non Unique | Default | PROCESSING_BATCH_ID |
CST_WO_OP_TXN_STATUS_PK | Unique | Default | CST_WO_OPERATION_TXN_ID, COST_ORG_ID, COST_BOOK_ID |