SVC_INBOUND_MSG_FAILURES

This table contains the details associated to messages that are received by UMS but not present in Inbound Messaegs object.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_INBOUND_MSG_FAILURES_PK

INBOUND_MESSAGE_FAILURES_ID

Columns

Name Datatype Length Precision Not-null Comments
INBOUND_MESSAGE_FAILURES_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
SOURCE_MESSAGE_ID VARCHAR2 128 Yes Indicates the source message id of the inbound 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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STATUS_CODE VARCHAR2 80 Yes Indicates the status code of the inbound message.
STATUS_DATE TIMESTAMP Yes Indicates the status date of the inbound message.
RECIPIENT VARCHAR2 320 Yes Indicates the recipient of the inbound message.

Indexes

Index Uniqueness Tablespace Columns
SVC_INBOUND_MSG_FAILURES_N1 Non Unique Default STATUS_CODE
SVC_INBOUND_MSG_FAILURES_N2 Non Unique Default STATUS_DATE
SVC_INBOUND_MSG_FAILURES_N3 Non Unique Default RECIPIENT
SVC_INBOUND_MSG_FAILURES_PK Unique Default INBOUND_MESSAGE_FAILURES_ID
SVC_INBOUND_MSG_FAILURES_U1 Unique Default SOURCE_MESSAGE_ID