SMO_FAILED_DISPOSITION_EVENTS

The table stores information about events that have been received but have not been successfully processed by the system.

Details

  • Schema: FUSION

  • Object owner: SMO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SMO_FAILED_DISP_EVENTS_PK

EVENT_TIME, BO_ID, EVENT_TYPE_ID, BO_TYPE_ID, BO_KIND_ID

Columns

Name Datatype Length Precision Not-null Comments
EVENT_TIME TIMESTAMP Yes Indicates date and time when the event occurred.
BO_ID NUMBER 18 Yes Indicates the business object identifier.
EVENT_TYPE_ID NUMBER 18 Yes Indicates the event type identifier.
BO_TYPE_ID NUMBER 18 Yes Indicates the custom business object type identifier.
BO_KIND_ID NUMBER 18 Yes Indicates the system business object type identifier.
ORGANIZATION_ID NUMBER 18 Identifier of the organization this event belongs to.
REASON_CODE VARCHAR2 30 Yes Indicates the specific reason code why the event was not successfully processed by the system.
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.

Indexes

Index Uniqueness Tablespace Columns
SMO_FAILED_DISP_EVENTS_U01 Unique Default EVENT_TIME, BO_ID, EVENT_TYPE_ID, BO_TYPE_ID, BO_KIND_ID