FOS_PROCESS_MESSAGES

This table is used to capture errors or warnings that may be triggered during inbound event and orchestration processing.

Details

  • Schema: FUSION

  • Object owner: FOS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FOS_PROCESS_MESSAGES_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
MESSAGE_ID NUMBER 18 Yes This is the primary key and its value is an application generated unique id. Active
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. Active
MESSAGE_TYPE VARCHAR2 30 Yes A scheme or system of classification or categorization of messages. Valid values are contained within the FOS_MESSAGE_TYPE lookup type. Active
MESSAGE_NAME VARCHAR2 30 Yes The error or warning message's name to be referenced within the system. Active
MESSAGE_ENTITY_ID1 NUMBER 18 Yes The first identifier of the entity that the message is reported against. Active
MESSAGE_CATEGORY1 VARCHAR2 30 Yes The main category that the message is reported against. Active
MESSAGE_ADDITIONAL_TEXT VARCHAR2 1000 Additional information or details of the message or suggestion(s) to the user. Active
MESSAGE_TOKENS VARCHAR2 1000 Values for the token(s) that are to be replaced in the message text. Active
MESSAGE_CATEGORY2 VARCHAR2 30 The sub-category that the message is reported against. For inbound events, valid values are contained within the FOS_EVENT_MSG_FUNCTION lookup type. For orchestration, valid values are contained within the FOS_ORCHESTRATION_MSG_FUNCTION lookup type. Active
MESSAGE_ENTITY_ID2 NUMBER 18 The second identifier of the entity that the message is reported against. Active
REFERENCE_ENTITY_ID NUMBER 18 This column is used during the re-submission process. By referring to this id, old errors can be deleted by the developer. Active
MESSAGE_GROUP_NUMBER VARCHAR2 100 Represents the header id of the entity that the message is reported against.
EVENT_XML XMLTYPE The XSL is used to transform from event payload. Event payload is inserted in this column in case of fault.
ENTERPRISE_ID NUMBER 18 Yes Identifier of Enterprise, used for multi-tenancy partitioning. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns Status
FOS_PROCESS_MESSAGES_N1 Non Unique FUSION_TS_TX_IDX MESSAGE_ENTITY_ID1, MESSAGE_CATEGORY1, MESSAGE_CATEGORY2, MESSAGE_ENTITY_ID2
FOS_PROCESS_MESSAGES_N2 Non Unique Default REFERENCE_ENTITY_ID
FOS_PROCESS_MESSAGES_N3 Non Unique Default MESSAGE_TYPE
FOS_PROCESS_MESSAGES_U1 Unique FUSION_TS_TX_IDX MESSAGE_ID Active