GL_ACCOUNT_GROUPS
This table stores the groups of accounts setup by each user to enable easy monitoring of general ledger account balances.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
GL_ACCOUNT_GROUPS_PK |
ACCOUNT_GROUP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACCOUNT_GROUP_ID | NUMBER | 18 | Yes | User account group identifier for the record. | |
USER_GUID | VARCHAR2 | 32 | Yes | User GUID who created Account Group | |
ACCOUNT_GROUP_NAME | VARCHAR2 | 100 | Yes | User account group name for the record. | |
ACCESS_SET_ID | NUMBER | 18 | Data access set security identifier. | ||
DESCRIPTION | VARCHAR2 | 240 | User account group description. | ||
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
DEFAULT_FLAG | VARCHAR2 | 1 | Identifies the default account group for user and access set identifier combination. | ||
COMPARISION_OPTION_CODE | VARCHAR2 | 10 | Yes | Comparison option code based on the selected time option code. | |
SCENARIO | NUMBER | 18 | Selected scenario when comparison option is actual or budget. | ||
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. | |
TIME_OPTION_CODE | VARCHAR2 | 10 | Yes | Time option code values are period, quarter and year. | |
CHART_OF_ACCOUNTS_ID | NUMBER | 18 | Yes | Chart of accounts structure identifier. | |
CALENDAR_ID | NUMBER | 18 | Yes | Accounting Calendar unique identifier. | |
INFOLET_TYPE_CODE | VARCHAR2 | 30 | Yes | Account Group classification. Valid values are Account Monitor, Expense, Revenue and Allocation. | |
DERIVE_LEDGER_FLAG | VARCHAR2 | 1 | Derive ledger context at runtime. | ||
ACCESS_LEVEL_CODE | VARCHAR2 | 15 | Yes | Account Group access level (Private, Public , Shared). |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
gl_account_group_user_assign | gl_account_groups | ACCOUNT_GROUP_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
GL_ACCOUNT_GROUPS_U1 | Unique | Default | ACCOUNT_GROUP_ID |
GL_ACCOUNT_GROUPS_U2 | Unique | Default | CHART_OF_ACCOUNTS_ID, CALENDAR_ID, ACCOUNT_GROUP_NAME |