CSO_DB_PRIV_VAL_USER_GRPS

This is an associative table that contains the user groups assigned to a privilegevalue object. Only for USER GROUP Audiences

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_PRIV_VAL_USER_GRPS_PK

PRIVILEGE_VALUE_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
PRIVILEGE_VALUE_ID VARCHAR2 32 Yes This is the Reference to dbprivilegevalue table record.
TAG_ID VARCHAR2 32 Yes This is the GUID for the usergroup(TAG object) the privilege value is associated with

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_PRIV_VAL_USER_GRPS cso_tag TAG_ID
CSO_DB_PRIV_VAL_USER_GRPS cso_db_privilege_value PRIVILEGE_VALUE_ID

Indexes

Index Uniqueness Columns
CSO_DB_PRIV_VAL_USER_GRPS_U1 Unique PRIVILEGE_VALUE_ID, TAG_ID
CSO_DB_PRIV_VAL_USER_GRPS_N1 Non Unique TAG_ID