CST_PAC_TXNS_RESET_INT

This interface table will be used by PAC Pre-Processor to store transaction details that needs to be reset for reprocessing. After the transactions are reset, data from this table will be deleted by PAC Pre-Processor.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_PAC_TXNS_RESET_INT_PK

PAC_TXN_RESET_ID

Columns

Name Datatype Length Precision Not-null Comments
PAC_TXN_RESET_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
TRANSACTION_ID NUMBER 18 Unique identifier for the transaction that needs to be reset.
SOURCE_TABLE VARCHAR2 100 Identifies the source table to which the transaction belongs. Possible values are: cst_resource_transactions, cst_operation_transactions, cst_wo_update_event_txns, cst_transaction_costs.
RESET_TYPE VARCHAR2 100 Indicates the type of reset required. Possible values are: ResRateUpdateReset, ScrapUnprocessedTxnsReset, WOCloseUnprocessedTxnsReset, ScrapFullReset, WOCloseFullReset, ProdCostAdjFullReset.
COST_ORG_ID NUMBER 18 Unique identifier for the cost organization.
COST_BOOK_ID NUMBER 18 Unique identifier for the cost book associated to the cost organization.
PERIOD_NAME VARCHAR2 15 Period in which the transaction is processed.
CST_WORK_ORDER_ID NUMBER 18 Unique identifier for the work order associated with the transaction.
CST_WO_UPDATE_EVENT_ID NUMBER 18 Unique identifier for the work order status update in costing.
PAC_TXN_GROUP_ID_1 NUMBER 18 Unique identifier for the set of transactions for incremental processing.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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_PAC_TXNS_RESET_INT_N1 Non Unique DEFAULT PAC_TXN_GROUP_ID_1
CST_PAC_TXNS_RESET_INT_N2 Non Unique DEFAULT REQUEST_ID, SOURCE_TABLE, RESET_TYPE
CST_PAC_TXNS_RESET_INT_N3 Non Unique DEFAULT TRANSACTION_ID
CST_PAC_TXNS_RESET_INT_U1 Unique DEFAULT PAC_TXN_RESET_ID