XCC_PROCESS_ERRORS

This table stores the processing errors encountered during the budget import program.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_PROCESS_ERRORS_PK

PROCESS_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_ERROR_ID NUMBER 18 Yes Unique identifier for the process error.
SOURCE_APPLICATION VARCHAR2 30 Yes The source budget system for where the budget data is prepared
SOURCE_BUDGET VARCHAR2 100 Yes The source budget in the source budget system for which the budget data is prepared
DATA_SET VARCHAR2 500 Yes The data set which failed validations
LINE_NUMBER NUMBER 18 Yes Foreign key to the interface table.
CONTROL_BUDGET_ID NUMBER 18 Yes The impacted control budget that failed validations. If the error is independent of a control budget, -1 is stored
PERIOD_NAME VARCHAR2 15 The budget period that failed validations
ERROR_CODE VARCHAR2 30 Yes The error code of the error message
ERROR_ACCOUNT VARCHAR2 1000 The budget account that failed validations
ADDITIONAL_ERROR_TEXT VARCHAR2 500 Additional error message related to processing the budget account key flexfield.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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_PROCESS_ERRORS_N1 Non Unique FUSION_TS_TX_DATA REQUEST_ID
XCC_PROCESS_ERRORS_N2 Non Unique Default SOURCE_APPLICATION, SOURCE_BUDGET, DATA_SET
XCC_PROCESS_ERRORS_U1 Unique FUSION_TS_TX_DATA PROCESS_ERROR_ID