XCC_BUDGET_DIST_ACCTS

This table stores budget amount per control budget, budget account and period.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_BUDGET_DIST_ACCTS_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
HEADER_ID NUMBER 18 Yes Foreign key to XCC_BUDGET_DIST_LINES.. Part of the primary key
FUNDS_RELEASED_DATE TIMESTAMP Date on which funds are released.
MASTER_PERIOD_NAME VARCHAR2 15 Yes Period name of source control budget.
LINE_NUMBER NUMBER 18 Yes Foreign key to XCC_BUDGET_DIST_LINES.
PERIOD_NAME VARCHAR2 15 Yes The period for which the budget is loaded
AMOUNT NUMBER Yes Budget amount for specific control budget, account and period
CONTROL_BUDGET_ID NUMBER 18 Yes The control budget which is impacted by this distribution
BUDGET_CCID NUMBER 18 Yes The budget code comination id which is impacted by this distribution
BUDGET_ACTION VARCHAR2 30 Yes Indicates whether the distribution account row is for balance initialization or adjustment.
DATA_SET_ID NUMBER 18 Yes Data set identifier to be used by the budgetary control engine for budget adjustments.
ORIGINAL_AMOUNT NUMBER Yes The original amount that the user entered in the interface.
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.
PROCESSED_FOR_ESSBASE_FLAG VARCHAR2 1 Indicates that balances have been transferred to the budget cube for this control budget and period name combination.Valid values are Y and N.
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_BUDGET_DIST_ACCTS_N1 Non Unique Default DATA_SET_ID, BUDGET_ACTION
XCC_BUDGET_DIST_ACCTS_N2 Non Unique Default CONTROL_BUDGET_ID, PERIOD_NAME, BUDGET_CCID
XCC_BUDGET_DIST_ACCTS_U1 Unique FUSION_TS_TX_DATA HEADER_ID, LINE_NUMBER, CONTROL_BUDGET_ID, BUDGET_CCID, PERIOD_NAME, BUDGET_ACTION, MASTER_PERIOD_NAME