CSO_USER_PROPERTY

This table contains the data for extended user properties.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_USER_PROPERTY_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.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SCHEMA_ID VARCHAR2 32 Yes This is the GUID for the schema definition.
USER_ID VARCHAR2 32 This is the obsolete GUID for the user to which the data belongs.
XML_CONTENT CLOB Yes The XML document containing the extended user data.
USER_PARTY_ID NUMBER 18 This is the ID for the user to which the data belongs.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_USER_PROPERTY cso_xml_schema SCHEMA_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_USER_PROPERTY_N1 Non Unique Default SCHEMA_ID
CSO_USER_PROPERTY_N2 Non Unique Default USER_PARTY_ID
CSO_USER_PROPERTY_U1 Unique Default RECORD_ID