The MESSAGES view contains
one or more messages associated with an operation. Each MESSAGE_ID
represents one or more messages. Each message in a MESSAGE_ID has
a unique number MESSAGE_NUM, and is separated into pieces that will
fit within DATA. The SEQUENCE column can be used to order the entries
within a MESSAGE_ID, and MESSAGE_NUM identifies individual messages.
Note: Rows are visible only if
the rows referenced by the message are visible to the user.
|
|
|
|
|
|
|
Specifies a piece of
the message text. Not NULL.
|
|
|
|
The unique ID of the
messages stored in the table. Not NULL.
|
|
|
|
Orders the message entries
for the entire MESSAGE_ID. Not NULL.
|
|
|
|
Used to indicate separate
messages within a MESSAGE_ID. Not NULL.
|