DOO_MESSAGES_B

This table would contail the messages logged against each DOO entity.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_MESSAGES_B_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER 18 Yes Unique identifier of the message
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
MESSAGE_TYPE VARCHAR2 30 A scheme or system of classification or categorization for a message.
MSG_REQUEST_ID NUMBER 18 Yes Reference to the unique identifier for the exception details reported when an order orchestration function was executed
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
MSG_ENTITY_TYPE VARCHAR2 30 A classification of the entity that the order orchestration function is acted on.
MSG_ENTITY_ID1 VARCHAR2 50 The first identifier of the entity that the message is reported against.
MSG_ENTITY_ID2 VARCHAR2 50 The second identifier of the entity that the message is reported against.
MSG_ENTITY_ID3 VARCHAR2 50 The third identifier of the entity that the message is reported against.
MSG_ENTITY_ID4 VARCHAR2 50 The fourth identifier of the entity that the message is reported against.
MSG_ENTITY_ID5 VARCHAR2 50 The fifth identifier of the entity that the message is reported against.
MESSAGE_NAME VARCHAR2 30 Reference to the unique name of the Fusion message.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_MESSAGES_B doo_message_requests MSG_REQUEST_ID
doo_messages_tl doo_messages_b MESSAGE_ID
doo_message_entities doo_messages_b MESSAGE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_MESSAGES_B_FK1 Non Unique Default MSG_REQUEST_ID
DOO_MESSAGES_B_UK1 Unique Default MESSAGE_ID