DBA Data[Home] [Help] [Dependency Information]


TABLE: ECX.ECX_ERROR_MSGS

Object Details
Object Name: ECX_ERROR_MSGS
Object Type: TABLE
Owner: ECX
FND Design Data: TableECX.ECX_ERROR_MSGS
Subobject Name:
Status: VALID


This table contains the error messages that are generated during transaction processing.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ECX_ERROR_MSGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnERROR_ID
Columns
Name Datatype Length Mandatory Comments
ERROR_ID NUMBER (15) Yes Error Message Identifier
MESSAGE VARCHAR2 (2000)
Error Message
MESSAGE_PARAMETERS VARCHAR2 (4000)
Message Parameters
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ERROR_ID
,      MESSAGE
,      MESSAGE_PARAMETERS
FROM ECX.ECX_ERROR_MSGS;

Dependencies

[top of page]

ECX.ECX_ERROR_MSGS does not reference any database object

ECX.ECX_ERROR_MSGS is referenced by following:

SchemaECX
ViewECX_ERROR_MSGS#