KNTA_NOTIFICATION_RECIPIENTS
This table stores the email address of each recipient who is to receive the notification. Each notification can have many recipients.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_NOTIFICATIONS_NLS |
NOTIFICATION_ID |
NOTIFICATION_ID |
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
SECURITY_GROUP_ID |
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
NOTIFICATION_RECIPIENT_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
NOTIFICATION_ID |
NOT NULL |
NUMBER |
Foreign key to notification the recipients are associated with |
DISTRIBUTION_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Email distribution type such as To, Cc, Bcc. |
USER_ID |
NULLABLE |
NUMBER |
User ID of user receiving the notification |
SECURITY_GROUP_ID |
NULLABLE |
NUMBER |
Security group ID of security group receiving the notification |
EMAIL_ADDRESS |
NULLABLE |
VARCHAR2(80) |
Email address of the recipient receiving the notification |
TOKEN_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
Standard token or user defined token |
TOKEN |
NULLABLE |
VARCHAR2(80) |
Contains the user or email address of recipient. |
RECIPIENT_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
Code of the type of TOKEN, either EMAIL_ADDRESS or USER |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_NOTIFICATION_RECIPIENT_N1 |
NONUNIQUE |
1 |
NOTIFICATION_ID |
KNTA_NOTIFICATION_RECIPIENT_U1 |
UNIQUE |
1 |
NOTIFICATION_RECIPIENT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_NOTIFICATION_RECIPIENTS_S |
NOTIFICATION_RECIPIENT_ID |