CSO_USER_GROUP_BU

This is an associative table that contains the business units assigned to user group.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_USER_GROUP_BU_PK

USER_GROUP_ID, BU_ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_GROUP_ID VARCHAR2 32 Yes This is the reference to Tag table, containing user group.
BU_ORG_ID NUMBER 18 Yes This is the reference to Business Unit Org Id assigned to this user group.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_USER_GROUP_BU cso_tag USER_GROUP_ID

Indexes

Index Uniqueness Columns
CSO_USER_GROUP_BU_N1 Non Unique BU_ORG_ID
CSO_USER_GROUP_BU_PK Unique USER_GROUP_ID, BU_ORG_ID