Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| email_notification_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify an EMAIL NOTIFICATION |
|||||
| to_addresses | varchar | 1000 | null |
|
|
TO ADDRESSES is a semicolon separated list of email addresses to send the email to. |
|||||
| cc_addresses | varchar | 1000 | √ | null |
|
|
CC ADDRESSES is a semicolon separated list of email addresses to CC the email to. |
||||
| bcc_addresses | varchar | 1000 | √ | null |
|
|
BCC ADDRESSES is a semicolon separated list of email addresses to BCC the email to. |
||||
| from_address | varchar | 50 | null |
|
|
FROM ADDRESS is the email address of the user that sent the email. |
|||||
| reply_to_address | varchar | 50 | √ | null |
|
|
REPLY TO ADDRESS is an email address to send a reply to. |
||||
| email_subject | varchar | 255 | null |
|
|
EMAIL SUBJECT is the subject of the email |
|||||
| email_text | varchar | 4000 | null |
|
|
EMAIL TEXT is the body of the email |
|||||
| sent_date | timestamp | 29,6 | √ | null |
|
|
SENT DATE is the date the email was sent. |
||||
| status_message | varchar | 2000 | √ | null |
|
|
STATUS MESSAGE is a message which could be used to debug why an email could not be sent. |
||||
| email_type_code | varchar | 10 | null |
|
|
EMAIL TYPE CODE is a unique code used to identify the type of email notification. |
|||||
| email_status_code | varchar | 10 | null |
|
|
EMAIL STATUS CODE is a unique code used to identify the status of an email notification. |
|||||
| alr_application_id | int8 | 19 | null |
|
|
System generated sequence number to uniquely identify an ALR APPLICATION. This is also used as the ALR APPLICATION’S external reference number. |
|||||
| who_created | varchar | 32 | null |
|
|
WHO CREATED is the IDIR or Oracle userid of the person who created the record. |
|||||
| when_created | timestamp | 29,6 | null |
|
|
WHEN CREATED is the date/time that the record was created. |
|||||
| who_updated | varchar | 32 | √ | null |
|
|
WHO UPDATED is the IDIR or Oracle userid of the person who last updated the record. |
||||
| when_updated | timestamp | 29,6 | √ | null |
|
|
WHEN UPDATED is the date/time that the record was last updated. |
||||
| revision_count | int8 | 19 | 0 |
|
|
REVISION COUNT is used by Hibernate to control optimistic locking |
|||||
| send_count | int8 | 19 | 0 |
|
|
SEND COUNT is used to track the number of attempts to send the email. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oats_email_notifications_pkey | Primary key | Asc | email_notification_id |
| oats_en_appl_fk_i | Performance | Asc | alr_application_id |
| oats_en_esc_fk_i | Performance | Asc | email_status_code |
| oats_en_etc_fk_i | Performance | Asc | email_type_code |

