CSO_USER_SURVEY_EMAILS

This table contains the list of all users to be emailed when a survey (dataform) is added.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_USER_SURVEY_EMAILS_PK

SURVEY_ID, USER_ID, USER_PARTY_ID

Columns

Name Datatype Length Precision Not-null Comments
SURVEY_ID VARCHAR2 32 Yes This is the GUID for the survey (dataform).
USER_ID VARCHAR2 32 Yes This is the obsolete GUID for the user in this record.
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_USER_SURVEY_EMAILS cso_survey SURVEY_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_USER_SURVEY_EMAILS_N1 Non Unique Default USER_PARTY_ID
CSO_USER_SURVEY_EMAILS_U1 Unique Default SURVEY_ID, USER_ID, USER_PARTY_ID