CSO_USER_KEY_VALUES

Contains key/value pairs for the user.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_USER_KEY_VALUES_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the datetime that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the datetime that the record was modified.
KEY_ID VARCHAR2 100 Yes This is the key id given to this record.
VALUE VARCHAR2 4000 This is the value for the record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
USER_ID VARCHAR2 32 This is the obsolete GUID of the user for this record.
USER_PARTY_ID NUMBER 18 This is the ID of the user for this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_USER_KEY_VALUES cso_user_attributes USER_PARTY_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_USER_KEY_VALUES_U1 Unique Default RECORD_ID
CSO_USER_KEY_VALUES_UK1 Unique Default USER_PARTY_ID, USER_ID, KEY_ID