PJF_USER_PREFERENCES

This table stores PPM user preferences value.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJF_USER_PREFERENCES_PK

USER_PREFERENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_PREFERENCE_ID NUMBER 18 Yes Unique identifier of the user preference.
USER_GUID VARCHAR2 64 Yes The user who this preference belongs.
PREFERENCE_SET_CODE VARCHAR2 30 Yes User preference grouping that contains the user preferences for a particular module.
PREFERENCE_CODE VARCHAR2 30 Yes User preferences type code.
PREF_VALUE_NUMBER1 NUMBER The first user preferences value that has number data type.
PREF_VALUE_TEXT1 VARCHAR2 1000 The first user preferences value that has text data type.
PREF_VALUE_DATE1 DATE The first user preferences value that has date data type.
PREF_VALUE_NUMBER2 NUMBER The second user preferences value that has number data type.
PREF_VALUE_TEXT2 VARCHAR2 1000 The second user preferences value that has text data type.
PREF_VALUE_DATE2 DATE The second user preferences value that has date data type.
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_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.

Indexes

Index Uniqueness Tablespace Columns
PJF_USER_PREFERENCES_N1 Non Unique Default USER_GUID, PREFERENCE_SET_CODE, PREFERENCE_CODE
PJF_USER_PREFERENCES_U1 Unique Default USER_PREFERENCE_ID