XCC_SEG_NOT_BUDGETED_SEG_VAL

This table contains a filler segment value for any segment in a ledger's chart of accounts that is excluded from budget data. These segment values are used to fill in any segments that are omitted in the user-provided budget data when the budget data needs to be stored in a data structure that requires all segments in the chart of accounts, such as General Ledger.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_SEG_NOT_BUDGET_SEG_VAL_PK

LEDGER_ID, SOURCE_SEGMENT_COLUMN_NAME

Columns

Name Datatype Length Precision Not-null Comments
LEDGER_ID NUMBER 18 Yes Primary ledgers defined in GL and enabled for budgetary control.
SOURCE_SEGMENT_COLUMN_NAME VARCHAR2 30 Yes Chart of accounts segment column name, such as SEGMENT1.
SEG_VAL_SOURCE_CODE VARCHAR2 30 Yes Indicates whether a chart of accounts segment can potentially be excluded in user-provided budget data and therefore needs a filler segment value.
VALUE_SET_ID NUMBER 18 Yes Source segment value set identifier.
SEGMENT_VALUE VARCHAR2 25 Segment value to be used to fill in the segment that is omitted in the user-provided budget data when budget data needs to be stored in data structure that requires all segments in the chart of accounts.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_SEG_NOT_BUDGET_SEG_VAL_PK Unique FUSION_TS_TX_DATA LEDGER_ID, SOURCE_SEGMENT_COLUMN_NAME