DOS_MESSAGES

The table captures the information related to an exception case occured in the SCO System.

Details

  • Schema: FUSION

  • Object owner: DOS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOS_MESSAGES_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER 18 Yes The primary key of the Messages.
MESSAGE_NAME VARCHAR2 30 Message name that will be used to look up FnD Messages
MESSAGE_TEXT VARCHAR2 1200 The Free message text. Generally used for the non seeded messages.
MESSAGE_SEVERITY NUMBER 1 Yes Severity of the Message Ranges from 0 1,2,3
ACTIVE_FLAG NUMBER 1 Yes Indicates that Message is active and corrective actions may need to be taken
FUNCTIONAL_MODULE VARCHAR2 30 The Functional area from which the message is reported. The values are defined in .FnDLookUps: DOS_FUNCTIONAL_MODULES
PROCESSING_ENTITY_TYPE VARCHAR2 30 Yes The type of the entity object being processed when the exceptional case arisen. The values are defined in FND lookup DOS_ ENTITY_TYPES
PROCESSING_ENTITY_ID VARCHAR2 30 Yes The entity id of the entity encountering that exception
MESSAGE_APPLICATION_CODE VARCHAR2 30 Code of the application calling the MessageFramework
EXCEPTION_TYPE VARCHAR2 30 Contains the Funtional Exception Type. The supported types for V2 are QUANTITY_REDUCED, SUPPLY_DATE_PUSHED_OUT, JEOPARDY
RECOVERY_STATUS NUMBER 1 Status of the Error Recovery, can attain the following values 0 - ERROR_OCCURED 1 - WAIT_RECOVERY_ACTION 2 - RECOVERY_ACTION_TRIGGERED 3 - RECOVERY_INITIATED 4 - RECOVERY_SUCCESS
TOKEN_NAME_A VARCHAR2 32 Name of the Token 1 in the message
TOKEN_VALUE_A VARCHAR2 240 Value of the Token 1 in the message
TOKEN_NAME_B VARCHAR2 32 Name of the Token2 in the message
TOKEN_VALUE_B VARCHAR2 240 Value of the Token2 in the message
TOKEN_NAME_C VARCHAR2 32 Name of the Token3 in the message
TOKEN_VALUE_C VARCHAR2 240 Value of the Token3 in the message
TOKEN_NAME_D VARCHAR2 32 Name of the Token4 in the message
TOKEN_VALUE_D VARCHAR2 240 Value of the Token4 in the message
TOKEN_NAME_E VARCHAR2 32 Name of the Token5 in the message
TOKEN_VALUE_E VARCHAR2 240 Value of the Token5 in the message
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.

Indexes

Index Uniqueness Tablespace Columns Status
DOS_MESSAGES_N1 Non Unique FUSION_TS_TX_IDX PROCESSING_ENTITY_TYPE Obsolete
DOS_MESSAGES_N2 Non Unique FUSION_TS_TX_IDX PROCESSING_ENTITY_ID Obsolete
DOS_MESSAGES_N3 Non Unique FUSION_TS_TX_IDX PROCESSING_ENTITY_ID, PROCESSING_ENTITY_TYPE
DOS_MESSAGES_U1 Unique FUSION_TS_TX_IDX MESSAGE_ID