XCC_REFRESH_TREE_HISTORY

This table contains the control budgets and tree versions impacted by the Refresh Tree for Budgetary Control process. It also contains those tree versions that are not extracted by the Prepare Control Budget Definition process for a control budget.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
REFRESH_TREE_HISTORY_ID NUMBER 18 Yes Primary key that uniquely identifies this refresh tree history row.
TREE_VERSION_ID VARCHAR2 32 Yes The tree version for which the Refresh Tree for Budgetary Control process was run.
CONTROL_BUDGET_ID NUMBER 18 Yes Foreign key to XCC_CONTROL_BUDGETS table. The control budget impacted by the Refresh Tree for Budgetary Control process.
REFRESH_TREE_SUCCESS_FLAG VARCHAR2 1 Yes Indicates whether the tree refresh was successful.
RECALC_REQD_FLAG VARCHAR2 1 Yes Indicates whether balances for this control budget must be recalculated.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CHANGE_TYPE_CODE VARCHAR2 30 Type of action performed by a user on the tree version. The valid values are: A (Addition), D (Deletion), M (Modification).
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.

Foreign Keys

Table Foreign Table Foreign Key Column
XCC_REFRESH_TREE_HISTORY xcc_control_budgets CONTROL_BUDGET_ID

Indexes

Index Uniqueness Tablespace Columns
XCC_REFRESH_TREE_HISTORY_N1 Non Unique Default REQUEST_ID
XCC_REFRESH_TREE_HISTORY_U1 Unique Default REFRESH_TREE_HISTORY_ID