CST_OPERATION_ADJ_TXNS_S_GT
This table is used to temporarily store a subset of the data from cst_operation_adj_txns table for internal processing within the cost processor.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CST_OPERATION_ADJ_TXNS_S_GT_PK |
OPERATION_ADJ_TXN_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OPERATION_ADJ_TXN_ID | NUMBER | 18 | Yes | Surrogate ID identifying a scrap adjustment transaction. | |
| OPERATION_TRANSACTION_ID | NUMBER | 18 | Yes | Surrogate ID identifying the operation transaction which needs to be adjusted. | |
| WO_UPDATE_EVENT_TXN_ID | NUMBER | 18 | Indicates the job close transaction that triggered the adjustment. | ||
| BASE_TXN_TYPE_ID | NUMBER | 18 | Yes | Base transaction identifier. | |
| BASE_TXN_SOURCE_TYPE_ID | NUMBER | 18 | Yes | Base transaction source identifier. This value will be 0 for costing only adjustments. | |
| BASE_TXN_ACTION_ID | NUMBER | 18 | Yes | Base transaction action identifier. | |
| EFF_DATE | TIMESTAMP | Yes | Indicates the date and time at which this transaction was created. | ||
| COST_DATE | TIMESTAMP | Indicates the cost date used to sequence this transaction for processing. | |||
| POSTED_FLAG | VARCHAR2 | 1 | Yes | Indicates the processing status of the transaction. Possible values are N-No and Y -Yes. | |
| COSTING_STATUS | VARCHAR2 | 1 | Status of the transaction which denotes, whether a transaction has been pre-processed, processed by cost processors, distributions have been created or processed by sub-ledger accounting etc. C Fully costed E Error N Not processed P Partially costed X Excluded | ||
| ACCOUNTING_STATUS | VARCHAR2 | 1 | Current accounting status of the transaction for display: D Draft accounted E Error F Final accounted N Not accounted X Excluded from accounting Z Not applicable | ||
| 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 | Columns |
|---|---|---|
| CST_OPERATION_ADJ_TXNS_S_GT_U1 | Unique | OPERATION_ADJ_TXN_ID |