This table records the recipients of an e-mail
activity.
Column Descriptions:
Name | Type | Description |
EMLPROMO_ID | INTEGER NOT NULL | Foreign key to the EMLPROMO table. |
COUNT | INTEGER NOT NULL | The total number of email addresses to which the
e-mail activity was sent. |
RECIPIENTS | CLOB (10000000) | Contains the e-mail address and ID information of
the users to which the e-mail activity was sent. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | EMLPROMO_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_960 | EMLPROMO_ID | EMLPROMO | EMLPROMO_ID | Cascade |