CSO_USER_CATEGORY

This is an associative table that contains the categories a user is assigned to for skills based task assignment.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_USER_CATEGORY_PK

USER_ID, CATEGORY_ID, USER_PARTY_ID

Columns

Name Datatype Length Precision Not-null Comments
CATEGORY_ID VARCHAR2 32 Yes This is the GUID for the assigned category.
USER_ID VARCHAR2 32 Yes This is the obsolete GUID for the user the category is assigned to
USER_PARTY_ID NUMBER 18 Yes This is the ID for the user the category is assigned to

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_USER_CATEGORY cso_tag CATEGORY_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_USER_CATEGORY_N1 Non Unique Default CATEGORY_ID
CSO_USER_CATEGORY_U1 Unique Default USER_ID, CATEGORY_ID, USER_PARTY_ID