CMK_COLLAB_MSGS_LOG_DTL

A data store for all outbound and inbound log messages.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CMK_COLLAB_MSGS_LOG_DTL_PK

MESSAGE_LOG_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_LOG_DETAIL_ID NUMBER 18 Yes Primary Key of the Collaboration Message Log Detail.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
RETRY_COUNT NUMBER 2 Stores the number of times a messages is resubmitted or reprocessed.
PROCESSING_START_TIME TIMESTAMP Stores the timestamp at which the message processing started.
PROCESSING_END_TIME TIMESTAMP Stores the timestamp at which the message processing ends.
STATUS VARCHAR2 100 Status of Collaboration Message Log Detail.
ERROR VARCHAR2 2048 If message processing ends in error, it stores the error name.
ERROR_DESCRIPTION VARCHAR2 3072 Error Description for Composite logging, If any failure or error happens in transformation or xpath execution error or service is not accessible.
LONG_ERROR_DESCRIPTION CLOB Error Description for Composite logging, If any failure or error happens in transformation or xpath execution error or service is not accessible.
ERROR_TYPE VARCHAR2 100 It stores the error type e.g. Object retrival.
APPL_PARTNER_DOC_STATUS VARCHAR2 100 Status of the Application Partner Document.
EXTERNAL_PTNR_DOC_STATUS VARCHAR2 100 Status of the External Partner Document.
PARTNER_MESSAGE_STATUS VARCHAR2 100 Status of the External Partner Message. Defaults to Entered, Can be set to Active or Inactive.
MESSAGE_LOG_ID NUMBER 18 Foreign key reference to Collboration Message Log.
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
CMK_COLLAB_MSGS_LOG_DTL cmk_collab_messages_log MESSAGE_LOG_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_COLLAB_MSGS_LOG_DTL_U1 Unique FUSION_TS_TX_IDX MESSAGE_LOG_DETAIL_ID
cmk_collab_msgs_log_dtl_N1 Non Unique FUSION_TS_TX_IDX MESSAGE_LOG_ID