WP_NOTIFICATION_DETAILS
This table stores the details about a task notification.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
WP_TASKS |
TASK_ID |
NOTIF_TASK_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
NOTIF_DETAILS_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually |
LAST_SENT_TIME |
NULLABLE |
DATE |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
NOTIF_TASK_ID |
NULLABLE |
NUMBER |
Identifies the task containing the notification definition |
PERIOD |
NULLABLE |
NUMBER |
Indicates the frequency of the notification (1=immediate, 2=daily, 3=weekly) |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
FK6D000494FAC077C7_I |
NONUNIQUE |
1 |
NOTIF_TASK_ID |
SYS_C005201607 |
UNIQUE |
1 |
NOTIF_DETAILS_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
WP_NOTIFICATION_DETAILS_S |
NOTIF_DETAILS_ID |