[Home] [Help]
[Dependency Information]
| Object Name: | ECX_ERROR_MSGS |
|---|---|
| Object Type: | TABLE |
| Owner: | ECX |
| FND Design Data: | ECX.ECX_ERROR_MSGS
|
| Subobject Name: | |
| Status: | VALID |
This table contains the error messages that are generated during transaction processing.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ECX_ERROR_MSGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ERROR_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ERROR_ID | NUMBER | (15) | Yes | Error Message Identifier |
| MESSAGE | VARCHAR2 | (2000) | Error Message | |
| MESSAGE_PARAMETERS | VARCHAR2 | (4000) | Message Parameters |
Cut, paste (and edit) the following text to query this object:
SELECT ERROR_ID
, MESSAGE
, MESSAGE_PARAMETERS
FROM ECX.ECX_ERROR_MSGS;
ECX.ECX_ERROR_MSGS does not reference any database object
ECX.ECX_ERROR_MSGS is referenced by following:
ECX
ECX_ERROR_MSGS#
|
|
|
|