PPM_MESSAGE_ITEM
This table stores information about notification messages.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
PPM_NOTIFICATION_DETAILS |
NOTIF_DETAILS_ID |
NOTIF_DETAILS_ID |
KNTA_USERS |
USER_ID |
RECIPIENT_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_USERS |
USER_ID |
CREATED_BY |
PPM_NOTIFICATION_RULE_RESULTS |
NOTIFICATION_ID |
NOTIFICATION_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
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 |
NOTIFICATION_ID |
NULLABLE |
NUMBER |
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_DETAILS_ID |
NULLABLE |
NUMBER |
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 |
RECIPIENT_ID |
NULLABLE |
NUMBER |
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 |
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 |
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 |
---|---|---|---|
PPM_MESSAGE_ITEM_N1 |
NONUNIQUE |
1 |
NOTIFICATION_ID |
PPM_MESSAGE_ITEM_N2 |
NONUNIQUE |
1 |
NOTIF_DETAILS_ID |
PPM_MESSAGE_ITEM_N3 |
NONUNIQUE |
1 |
RECIPIENT_ID |
SYS_C005201621 |
UNIQUE |
1 |
ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
PPM_MESSAGE_ITEM_S |
ID |