XCC_BUDGET_DIST_HDRS_HISTORY

This table contains budget distribution headers that have been purged from the standard XCC_BUDGET_DIST_HEADERS 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_HDRS_HISTORY_PK

HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
HEADER_ID NUMBER 18 Yes Internal identifier for the budget data stored in budgetary control.
CREATED_BY_JOB_CODE VARCHAR2 30 Job that created the row.?? Valid values are: BUDGET_IMPORT, MULTIPERIOD_IMPORT, SPREADSHEET_IMPORT, RECALCULATION, and FUNDS_RELEASE.
PERIOD_NAME_RELEASED VARCHAR2 15 When there is a funds release, this displays the source control budget period for which the funds are released.
SOURCE_APPLICATION VARCHAR2 30 Yes Budget source system that prepares the budget data.
SOURCE_BUDGET VARCHAR2 100 Yes Budget for which the budget amounts are prepared.
DATA_SET VARCHAR2 500 Yes Set of records to be imported by the budget import process.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
DATA_PURGED_FLAG VARCHAR2 1 Indicates whether one or more lines have been purged for this header.
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.
BUDGET_ENTRY_TYPE_CODE VARCHAR2 30 Yes Type of budget transaction, such as Initial, Revision, and Transfer.
OVERWRITE_MODE_CODE VARCHAR2 30 Overwrite mode used by the budget import process. Used in calculating values, such as budget increase and budget decrease.
IMPORT_SOURCE_CODE VARCHAR2 30 Program that submits the budget import process. Valid values are PPM, ADFDI, FBDI_SINGLE_PERIOD, FBDI_MULTI_PERIOD, HYPERION, and RECALC.
STATUS_CODE VARCHAR2 30 Status of the row. Possible values are ADJ_IN_PROCESS, ADJ_COMPLETED, and COMPLETED.
JUSTIFICATION_TXT VARCHAR2 1000 Justification or reason for budget revisions.

Indexes

Index Uniqueness Tablespace Columns
XCC_DIST_HDRS_HISTORY_U1 Unique FUSION_TS_TX_DATA HEADER_ID