FFS_USER_PREFERENCES
Stores user specific preferences.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_USER_PREFERENCES_PK |
USER_ID, CONTEXT, KEY |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
USER_ID | NUMBER | 18 | Yes | Link to the related user ID - FFS_USER->USER_ID. | |
UPDATED | TIMESTAMP | Yes | Latest User Preferences Modification Time. | ||
CONTEXT | VARCHAR2 | 200 | Yes | Name of the screen the parameter belongs to. | |
KEY | VARCHAR2 | 400 | Yes | Name of configuration parameter. | |
VALUE | CLOB | User Preferences Value Of The Parameter. | |||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_USER_PREFERENCES_PK | Unique | DATA | USER_ID, CONTEXT, KEY |