CSO_TEAM_USERS

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

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_TEAM_USERS_PK

USER_ID, TEAM_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.
TEAM_ID VARCHAR2 32 Yes This is the Reference to WorkTeam table.
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_TEAM_USERS cso_work_team TEAM_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_TEAM_USERS_N1 Non Unique Default TEAM_ID
CSO_TEAM_USERS_U1 Unique Default USER_ID, TEAM_ID, USER_PARTY_ID