DOO_EVENT_NOTIFICATION_LOG

Log of Business Event Notifications that are pending submission due to errors.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: SUMMARY

Primary Key

Name Columns

DOO_EVENT_NOTIFIY_LOG_PK

EVENT_NOTIFICATION_ID

Columns

Name Datatype Length Precision Not-null Comments
EVENT_NOTIFICATION_ID NUMBER 18 Yes Unique identifier of Event Notification Log.
EVENT_CODE VARCHAR2 30 Reference to the Event for which Notification Log is created.
WEB_SERVICE_ID NUMBER 18 Reference to the business event connector defined in Web Service Details
ORIGINAL_NOTIFY_DATE TIMESTAMP Timestamp of the original business event notification.
EVENT_HEADER_ID VARCHAR2 50 Reference to the Header Identifier against which event notification was generated for.Help in quick search.For eg. HeaderId
EVENT_LINE_ID VARCHAR2 50 Reference to the Line Identifier against which event notification was generated for.Help in quick search. For eg. Line_Id
EVENT_SUBLINE_ID VARCHAR2 50 Reference to SubLine Identifier against which event notification was generated for.Help in quick search. For eg. FulFillLineId
EVENT_PAYLOAD XMLTYPE The XML Payload of the business event.
EVENTLOG_PAYLOAD BLOB The XML Payload of the Buisness Event
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_EVENT_NOTIFICATION_LOG doo_web_service_details WEB_SERVICE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_EVENT_NOTIFY_LOG_FK1 Non Unique Default WEB_SERVICE_ID
DOO_EVENT_NOTIFY_LOG_N1 Non Unique Default EVENT_CODE, EVENT_LINE_ID
DOO_EVENT_NOTIFY_LOG_PK Unique Default EVENT_NOTIFICATION_ID