CSO_ROLE_SURVEY_PRIV
This table associates security roles to data form (survey) privileges.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_ROLE_SURVEY_PRIV_PK |
SECURITY_ROLE_ID, SURVEY_PRIVILEGE_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| SECURITY_ROLE_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to SECURITYROLE table. |
| SURVEY_PRIVILEGE_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to SURVEYPRIVILEGE table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_ROLE_SURVEY_PRIV | cso_role | SECURITY_ROLE_ID |
| CSO_ROLE_SURVEY_PRIV | cso_survey_privilege | SURVEY_PRIVILEGE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_ROLE_SURVEY_PRIV_U1 | Unique | SECURITY_ROLE_ID, SURVEY_PRIVILEGE_ID |
| CSO_ROLE_SURVEY_PRIV_N1 | Non Unique | SURVEY_PRIVILEGE_ID |