XCC_BUDGET_DIST_ACCTS_HISTORY

This table contains budget distribution accounts that have been purged from the standard XCC_BUDGET_DIST_ACCTS table. This content must be saved for audit purposes, and can be archived to another storage location.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_DIST_ACCTS_HISTORY_PK

HEADER_ID, LINE_NUMBER, CONTROL_BUDGET_ID, BUDGET_CCID, PERIOD_NAME, BUDGET_ACTION, MASTER_PERIOD_NAME

Columns

Name Datatype Length Precision Not-null Comments
AP_REQUEST_ID NUMBER 18 Archive and purge process request identifier.
HEADER_ID NUMBER 18 Yes Internal identifier for the budget data stored in budgetary control.
LINE_NUMBER NUMBER 18 Yes Line number from the interface table.
PERIOD_NAME VARCHAR2 15 Yes Period for which the budget is loaded.
BUDGET_ACTION VARCHAR2 30 Yes Indicates whether distribution account row is for balance initialization or adjustment.
MASTER_PERIOD_NAME VARCHAR2 15 Yes Period name of source control budget.
FUNDS_RELEASED_DATE TIMESTAMP Date on which funds are released.
AMOUNT NUMBER Yes Budget amount for specific control budget, account, and period.
CONTROL_BUDGET_ID NUMBER 18 Yes Control budget impacted by this distribution.
BUDGET_CCID NUMBER 18 Yes Budget code combination identifier impacted by this distribution.
DATA_SET_ID NUMBER 18 Yes Data set identifier used by budgetary control engine for budget adjustments.
ORIGINAL_AMOUNT NUMBER Yes Original amount entered by user in the interface.
PROCESSED_FOR_ESSBASE_FLAG VARCHAR2 1 Indicates whether balances have been transferred to the budget cube for this control budget and period name combination.
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_DIST_ACCTS_HISTORY_U1 Unique FUSION_TS_TX_DATA HEADER_ID, LINE_NUMBER, CONTROL_BUDGET_ID, BUDGET_CCID, PERIOD_NAME, BUDGET_ACTION, MASTER_PERIOD_NAME