XCC_RECALC_PROCESS_ERRORS

This table contains all the errors encountered during recalculation.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

XCC_RECALC_PROCESS_PK

PROCESS_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PROCESS_ERROR_ID NUMBER 18 Yes Unique key to identify each record.
RECALC_REQUEST_ID NUMBER 18 Yes Request identifier for the Prepare Control Budget Definition (PCBD) or Tree copy (TC).
HEADER_ID NUMBER 18 Budgetary control transaction identifier. Obsolete
HEADER_NUM VARCHAR2 100 Unique identifier for a transaction or budget distribution.
LINE_NUMBER NUMBER 18 Line number to uniquely identify the transaction line within the transaction.
SUMMARY_CONTROL_BUDGET_ID NUMBER 18 Yes Control budget for which this transaction line is applicable.
SUMMARY_PERIOD_NAME VARCHAR2 15 Period in which funds must be consumed.
MASTER_CONTROL_BUDGET_ID NUMBER 18 Unqiue identifier for the master control budget.
MASTER_PERIOD_NAME VARCHAR2 15 Period name for the master control budget.
BUDGET_CCID NUMBER 18 Identifier for the new budget account.
OLD_BUDGET_CCID NUMBER 18 Identifier for the previous budget account.
CONCATENATED_SEGMENTS VARCHAR2 1000 Concatenated value of the segments in the budget account.
ERROR_TYPE VARCHAR2 30 Indicates the type of error. Valid values are Warning and Error.
ERROR_MESSAGE VARCHAR2 1000 Error or warning message for the recalculation process.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
XCC_RECALC_PROCESS_ERRORS_N1 Non Unique Default SUMMARY_CONTROL_BUDGET_ID
XCC_RECALC_PROCESS_ERRORS_U1 Unique Default PROCESS_ERROR_ID