CSO_NOTIFICATION
deprecated - This table contains records of all of the notifications configured in the system to communicate task status.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_NOTIFICATION_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 | Date record was last modified in repository. | ||
| FROM_EMAIL | VARCHAR2 | 255 | Yes | The email address that will used as the sender of the notification. |
| HTML | VARCHAR2 | 1000 | HTML formatted message including any reserved replacement variables. | |
| LOCALE_ID | VARCHAR2 | 32 | Yes | The locale associated with the current record. |
| OWNER_SITE_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to the repository that the owns the notification. |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| SUBJECT | VARCHAR2 | 255 | This is the Title of the email notification being sent. | |
| TASK_TYPE | NUMBER | Yes | This is the type of notification to send out. | |
| TEXT | VARCHAR2 | 1000 | Text of the notification to send (can include replacement variables) | |
| TO_EMAIL | VARCHAR2 | 500 | Yes | List of email addresses to send email to |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_NOTIFICATION | cso_locale | LOCALE_ID |
| CSO_NOTIFICATION | cso_site | OWNER_SITE_ID |
| cso_notification_recipient | cso_notification | NOTIFICATION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_NOTIFICATION_U1 | Unique | RECORD_ID |
| CSO_NOTIFICATION_N1 | Non Unique | LOCALE_ID |
| CSO_NOTIFICATION_N2 | Non Unique | OWNER_SITE_ID |