XCC_BUDGET_ACCOUNTS

This table contains all combinations of budget chart of accounts associated to control budgets. The columns SEGMENT_VALUE1 to SEGMENT_VALUE30 contains segment values of the budget account combination in the order defined in the Control Budget Structure region of the Manage Control Budgets page. You can determine the control budget name by joining to XCC_CONTROL_BUDGETS using BUDGET_CHART_OF_ACCOUNTS_ID, which is the foreign key that represents a budget chart of account. The possible budget chart of account combinations for project based control budgets are Project, Project-Top Resource, Award-Project, Award-Project-Top Resource, Award-Project-Funding Source, and Award-Project-Top Resource-Funding Source. For example, a project based control budget defined with Award-Project-Funding Source, the award is stored in SEGMENT_VALUE1, Project in SEGMENT_VALUE2 and Funding Source in SEGMENT_VALUE3.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_BUDGET_ACCOUNTS_PK

BUDGET_CODE_COMBINATION_ID

Columns

Name Datatype Length Precision Not-null Comments
BUDGET_CODE_COMBINATION_ID NUMBER 18 Yes Primary Key, Represents a Budget Account
BUDGET_CHART_OF_ACCOUNTS_ID NUMBER 18 Foreign Key, Represents a Budget Chart Of Account and refers to a Key Flexfield Structure Instance Number
SEGMENT_VALUE1 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE2 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE3 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE4 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE5 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE6 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE7 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE8 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE9 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE10 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE11 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE12 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE13 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE14 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE15 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE16 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE17 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE18 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE19 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE20 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE21 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE22 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE23 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE24 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE25 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE26 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE27 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE28 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE29 VARCHAR2 50 Holds the segment value for the Budget Account
SEGMENT_VALUE30 VARCHAR2 50 Holds the segment value for the Budget Account
SUMMARY_FLAG VARCHAR2 1 Yes Indicates if this account is a summary or detail account
ENABLED_FLAG VARCHAR2 1 Yes Indicates if this account is enabled or disabled
START_DATE_ACTIVE DATE Date on which this account is available for use
END_DATE_ACTIVE DATE Date on which this account is no longer available for use
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
CONCATENATED_SEGMENTS VARCHAR2 4000 Concatenated segment values representing a budget account combination with a segment order that is aligned with the budget chart of accounts definition sequence.

Indexes

Index Uniqueness Tablespace Columns
XCC_BUDGET_ACCOUNTS_N1 Non Unique Default BUDGET_CHART_OF_ACCOUNTS_ID, CONCATENATED_SEGMENTS
XCC_BUDGET_ACCOUNTS_PK Unique Default BUDGET_CODE_COMBINATION_ID
XCC_BUDGET_ACCOUNTS_U1 Unique Default BUDGET_CHART_OF_ACCOUNTS_ID, SEGMENT_VALUE1, SEGMENT_VALUE2, SEGMENT_VALUE3, SEGMENT_VALUE4, SEGMENT_VALUE5, SEGMENT_VALUE6, SEGMENT_VALUE7, SEGMENT_VALUE8, SEGMENT_VALUE9, SEGMENT_VALUE10, SEGMENT_VALUE11, SEGMENT_VALUE12, SEGMENT_VALUE13, SEGMENT_VALUE14, SEGMENT_VALUE15, SEGMENT_VALUE16, SEGMENT_VALUE17, SEGMENT_VALUE18, SEGMENT_VALUE19, SEGMENT_VALUE20, SEGMENT_VALUE21, SEGMENT_VALUE22, SEGMENT_VALUE23, SEGMENT_VALUE24, SEGMENT_VALUE25, SEGMENT_VALUE26, SEGMENT_VALUE27, SEGMENT_VALUE28, SEGMENT_VALUE29, SEGMENT_VALUE30