ATK_WATCHLIST_ADMIN_PREF
This table stores admin preferences for hiding categories or items in watchlist UI.
Details
-
Schema: FUSION
-
Object owner: ATK
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATK_WATCHLIST_ADMIN_PREF_PK |
WATCHLIST_ADMIN_PREF_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
WATCHLIST_ADMIN_PREF_ID | NUMBER | 18 | Yes | Watchlist Admin Preference Identifier. | |
ENTERPRISE_ID | NUMBER | 18 | Yes | Tenant Enterprise Id. | |
PREFERENCE_TYPE | VARCHAR2 | 30 | Yes | Indicates the preference type. Valid values are ADMIN_PREFERENCE | |
WATCHLIST_ITEM_CODE | VARCHAR2 | 100 | Specifies the watchlist item that needs to be excluded from watchlist UI for all the users. | ||
WATCHLIST_CATEGORY_CODE | VARCHAR2 | 100 | Specifies the watchlist category that needs to be excluded from watchlist UI for all the users. | ||
ENABLED | VARCHAR2 | 1 | Enabled Flag - indicates if this watchlist category/item is enabled/active | ||
REFRESH_AGE | NUMBER | 9 | Defines the age for watchlist item count in seconds. After this many seconds have passed since the last refresh time, the watchlist Ui would issue count recalculation request. | ||
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 |
---|---|---|---|
ATK_WATCHLIST_ADMIN_PREF_N1 | Non Unique | Default | PREFERENCE_TYPE, WATCHLIST_CATEGORY_CODE, WATCHLIST_ITEM_CODE, ENABLED |
ATK_WATCHLIST_ADMIN_PREF_PK | Unique | Default | WATCHLIST_ADMIN_PREF_ID |
ATK_WATCHLIST_ADMIN_PREF_U1 | Unique | Default | PREFERENCE_TYPE, WATCHLIST_ITEM_CODE, WATCHLIST_CATEGORY_CODE |