XCC_ACCOUNT_GROUP_DETAILS
This table stores the individual budget accounts that comprise each account group. This enables easy monitoring of funds available balances by the accounts in each group.
Details
-
Schema: FUSION
-
Object owner: XCC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
XCC_ACCOUNT_GROUP_DETAILS_PK |
ACCOUNT_GROUP_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ACCOUNT_GROUP_DETAIL_ID | NUMBER | 18 | Yes | Identifier for each budget account in the account group. | |
| ACCOUNT_ALIAS | VARCHAR2 | 100 | Alternate name for budget account detail. | ||
| ACCOUNT_GROUP_ID | NUMBER | 18 | Yes | Identifier of the account group associated with this detail | |
| THRESHOLD_TYPE_CODE | VARCHAR2 | 10 | Yes | Determines whether to always display this budget account or to only display it if the funds available exceeds a threshold based on absolute amount or percentage of budget. | |
| THRESHOLD_VALUE | NUMBER | 18 | For budget accounts that are only displayed if the balance exceeds a threshold, this is the numeric value of that threshold. | ||
| CONTROL_BUDGET_ID | NUMBER | 18 | Identifier of the control budget associated with this budget account. | ||
| SEGMENT1_MEMBER_ID | VARCHAR2 | 60 | The 1st segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT2_MEMBER_ID | VARCHAR2 | 60 | The 2nd segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT3_MEMBER_ID | VARCHAR2 | 60 | The 3rd segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT4_MEMBER_ID | VARCHAR2 | 60 | The 4th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT5_MEMBER_ID | VARCHAR2 | 60 | The 5th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT6_MEMBER_ID | VARCHAR2 | 60 | The 6th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT7_MEMBER_ID | VARCHAR2 | 60 | The 7th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT8_MEMBER_ID | VARCHAR2 | 60 | The 8th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT9_MEMBER_ID | VARCHAR2 | 60 | The 9th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT10_MEMBER_ID | VARCHAR2 | 60 | The 10th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT11_MEMBER_ID | VARCHAR2 | 60 | The 11th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT12_MEMBER_ID | VARCHAR2 | 60 | The 12th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT13_MEMBER_ID | VARCHAR2 | 60 | The 13th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT14_MEMBER_ID | VARCHAR2 | 60 | The 14th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT15_MEMBER_ID | VARCHAR2 | 60 | The 15th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT16_MEMBER_ID | VARCHAR2 | 60 | The 16th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT17_MEMBER_ID | VARCHAR2 | 60 | The 17th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT18_MEMBER_ID | VARCHAR2 | 60 | The 18th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT19_MEMBER_ID | VARCHAR2 | 60 | The 19th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT20_MEMBER_ID | VARCHAR2 | 60 | The 20th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT21_MEMBER_ID | VARCHAR2 | 60 | The 21st segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT22_MEMBER_ID | VARCHAR2 | 60 | The 22nd segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT23_MEMBER_ID | VARCHAR2 | 60 | The 23rd segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT24_MEMBER_ID | VARCHAR2 | 60 | The 24th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT25_MEMBER_ID | VARCHAR2 | 60 | The 25th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT26_MEMBER_ID | VARCHAR2 | 60 | The 26th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT27_MEMBER_ID | VARCHAR2 | 60 | The 27th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT28_MEMBER_ID | VARCHAR2 | 60 | The 28th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT29_MEMBER_ID | VARCHAR2 | 60 | The 29th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| SEGMENT30_MEMBER_ID | VARCHAR2 | 60 | The 30th segment of the budget account. The setup of the control budget determines which segments are used. | ||
| 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. | ||
| 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_ACCOUNT_GROUP_DETAILS_N1 | Non Unique | Default | ACCOUNT_GROUP_ID |
| XCC_ACCOUNT_GROUP_DETAILS_U1 | Unique | Default | ACCOUNT_GROUP_DETAIL_ID |