[Home] [Help]
[Dependency Information]
| Object Name: | JAI_CMN_ERRORS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_CMN_ERRORS_T
|
| Subobject Name: | |
| Status: | VALID |
Common error table for localization objects. Any exceptions, error conditions are populated here through various objects with the right application id to identify the object that has populated the error.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ERROR_MESSAGE | VARCHAR2 | (240) | Yes | Error message encountered. This is mandatory. |
| ADDITIONAL_ERROR_MESG | VARCHAR2 | (240) | Additional error message. | |
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | VARCHAR2 | (30) | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| APPLICATION_SOURCE | VARCHAR2 | (30) | Identifies the application / object that has populated the error message. | |
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number |
Cut, paste (and edit) the following text to query this object:
SELECT ERROR_MESSAGE
, ADDITIONAL_ERROR_MESG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, APPLICATION_SOURCE
, OBJECT_VERSION_NUMBER
FROM JA.JAI_CMN_ERRORS_T;
JA.JAI_CMN_ERRORS_T does not reference any database object
JA.JAI_CMN_ERRORS_T is referenced by following:
JA
JAI_CMN_ERRORS_T#
|
|
|
|