CSO_NOTIFICATION_RECIPIENT

This table is a deprecated table that we have here.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_NOTIFICATION_RECIPIENT_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
NOTIFICATION_ID VARCHAR2 32 Yes This is the Reference to NOTIFICATION table.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
RESOURCE_STRING VARCHAR2 50 Yes This is the Localized display string for this record.
VALUE CHAR 1 Yes This is the code value for this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_NOTIFICATION_RECIPIENT cso_notification NOTIFICATION_ID

Indexes

Index Uniqueness Columns
CSO_NOTIFICATION_RECIPIENT_U1 Unique RECORD_ID
CSO_NOTIFICATION_RECIPIENT_N1 Non Unique NOTIFICATION_ID