PJS_USER_PREFERENCES
This table stores the user preferences.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJS_USER_PREFERENCES_PK |
PREFERENCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PREFERENCE_ID | NUMBER | 18 | Yes | Unique identifier of the user preference. | |
PREFERENCE_TYPE | VARCHAR2 | 30 | Yes | The lookup code for the type of preference. Preference types include program currency, watchlists, and preferred performance measures for program analysis. The lookup is ORA_PJS_PREFERENCE_TYPES. | |
PREFERENCE_VALUE | VARCHAR2 | 240 | Yes | Value for the user preference. The value depends on the preference type. For example, the performance measure REST API attribute name is used for program analysis preference types. | |
RELATED_PREFERENCE_VALUE | VARCHAR2 | 240 | Value for the related user preference. Used when the preference requires additional context. For example, the program ID is the related preference value for a project added to the watchlist. | ||
DISPLAY_SEQUENCE | NUMBER | Display sequence for the preference. | |||
PERSON_ID | NUMBER | 18 | Yes | The unique identifier of the person. | |
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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. | |
ADDL_ATTR_CHAR1 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR2 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR3 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR4 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR5 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR6 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR7 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR8 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR9 | VARCHAR2 | 150 | Oracle internal use only. | ||
ADDL_ATTR_CHAR10 | VARCHAR2 | 150 | Oracle internal use only. | ||
ACTIVE_FLAG | VARCHAR2 | 1 | Indicates user preference is active. Valid values are Y and N. | ||
PREFERENCE_SRC_TBL_NAME | VARCHAR2 | 30 | Source table name for the user preference. | ||
PREFERENCE_SRC_TBL_ID_COL | VARCHAR2 | 30 | Source column identifier for the user preference | ||
PREFERENCE_SRC_TBL_MEANING_COL | VARCHAR2 | 30 | Source column meaning for the user preference. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_USER_PREFERENCES_U1 | Unique | Default | PREFERENCE_ID |