CSO_SURVEY_PRIVILEGE

This is an associative table that contains the privileges that are assigned survey.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SURVEY_PRIVILEGE_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
PRIVILEGE_ID VARCHAR2 32 Yes This is the GUID to the associated privilege.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SURVEY_ID VARCHAR2 32 Yes This is the GUID for the survey the privilege is associated with

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SURVEY_PRIVILEGE cso_privilege PRIVILEGE_ID
CSO_SURVEY_PRIVILEGE cso_survey SURVEY_ID
cso_role_survey_priv cso_survey_privilege SURVEY_PRIVILEGE_ID

Indexes

Index Uniqueness Columns
CSO_SURVEY_PRIVILEGE_U1 Unique RECORD_ID
CSO_SURVEY_PRIVILEGE_N1 Non Unique PRIVILEGE_ID
CSO_SURVEY_PRIVILEGE_N2 Non Unique SURVEY_ID