XCC_ACCT_GROUP_USER_PREFS

This table contains user preferences for infolets display. This table includes details of budget account group and budget account in the budget account group.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

XCC_ACCT_GROUP_USER_PREFS_PK

ACCT_GROUP_USER_PREF_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCT_GROUP_USER_PREF_ID NUMBER 18 Yes User preference identifier for account group.
USER_GUID VARCHAR2 32 Yes User identifier who set up the account group and budget account preference.
ACCOUNT_GROUP_ID NUMBER 18 Yes Account group identifier that represents account group selected by user.
ACCOUNT_GROUP_DETAIL_ID NUMBER 18 Account group detail identifier that represents account group detail selected by user.
DISPLAY_PREFERENCE_CODE VARCHAR2 30 Controls display of funds available in absolute amount or percentage of budget. Possible values are AMOUNT and PERCENT.
DISPLAY_AMOUNT_TYPE_CODE VARCHAR2 30 Controls display of amount type as most spent budgets or lowest funds available. Possible values are MOST_SPENT and LOWEST_FUNDS_AVAILABLE.
TILE_TYPE_CODE VARCHAR2 30 Yes Type of tile associated with preference.
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_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_ACCT_GROUP_USER_PREFS_U1 Unique Default ACCT_GROUP_USER_PREF_ID
XCC_ACCT_GROUP_USER_PREFS_U2 Unique Default USER_GUID, TILE_TYPE_CODE