WP_MESSAGE_ITEM

This table stores information about notification messages.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

PM_EXCEPTION_RULE_RESULTS

EXCEPTION_RULE_RESULT_ID

NOTIFICATION_ID

WP_NOTIFICATION_DETAILS

NOTIF_DETAILS_ID

NOTIF_DETAILS_ID

KNTA_USERS

USER_ID

RECIPIENT_ID

Column Descriptions

Column Name

Null?

Data Type

Description

ID

NOT NULL

NUMBER

System-generated identifier

VERSION

NOT NULL

NUMBER

System-generated version for the entity. This column must not be updated manually

NOTIFICATION_ID

NULLABLE

NUMBER

Identifies the exception reported by this message. Foreign key to pm_exception_rule_results.

NOTIF_DETAILS_ID

NULLABLE

NUMBER

Identifies the notification details entity this message is based on

RECIPIENT_ID

NULLABLE

NUMBER

Identifies the message recipient

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

FKCBF923F11977C5EC_I

NONUNIQUE

1

RECIPIENT_ID

FKCBF923F151E1CC67_I

NONUNIQUE

1

NOTIFICATION_ID

FKCBF923F1EA20DC4A_I

NONUNIQUE

1

NOTIF_DETAILS_ID

SYS_C005201604

UNIQUE

1

ID

Sequences

This table uses no sequences.