CSO_TAG_USER

This is an associative table that contains the tags a user is assigned.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_TAG_USER_PK

USER_ID, TAG_ID, USER_PARTY_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ID VARCHAR2 32 Yes This is the obsolete GUID for the user in this record.
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing either a category or user group.
USER_PARTY_ID NUMBER 18 Yes This is the ID for the user in this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_TAG_USER cso_tag TAG_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_TAG_USER_N1 Non Unique Default TAG_ID
CSO_TAG_USER_U1 Unique Default USER_ID, TAG_ID, USER_PARTY_ID