XCC_BC_TR_REPROCESS_LINES

This table contains transactions that previously failed budgetary control and are reprocessed during the budgetary control validation request.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_BC_TR_REPROCESS_LINES_PK

HEADER_NUM, LINE_NUM

Columns

Name Datatype Length Precision Not-null Comments
HEADER_NUM VARCHAR2 100 Yes Unique identifier for transaction header.
LINE_NUM NUMBER 18 Yes Number that identifies transaction line.
TRANSACTION_TYPE_CODE VARCHAR2 30 Yes Code to identify transaction type.
SOURCE_ACTION_CODE VARCHAR2 30 Yes Code that indicates action performed on the transaction.
LEDGER_ID NUMBER 18 Yes Unique identifier for ledger that is associated with transactions.
REPROCESS_DATA_SET VARCHAR2 500 Yes Budgetary control transaction or group of transactions processed in each ESS request.
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.

Indexes

Index Uniqueness Tablespace Columns
XCC_BC_TR_REPROCESS_LINES_N1 Non Unique FUSION_TS_TX_DATA REPROCESS_DATA_SET, TRANSACTION_TYPE_CODE, SOURCE_ACTION_CODE, LEDGER_ID
XCC_BC_TR_REPROCESS_LINES_U1 Unique FUSION_TS_TX_DATA HEADER_NUM, LINE_NUM