[Home] [Help]
[Dependency Information]
| Object Name: | OE_UPGRADE_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_UPGRADE_ERRORS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_UPGRADE_ERRORS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
HEADER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HEADER_ID | NUMBER | Header id of the Order which has encountered error. | ||
| COMMENTS | VARCHAR2 | (240) | Description of the error. | |
| CREATION_DATE | DATE | Standard Who column | ||
| ERROR_TYPE | VARCHAR2 | (10) | Denotes an Error or Warning. | |
| MODULE | VARCHAR2 | (2) | The module of the upgrade in which error is trapped. | |
| ERROR_LEVEL | NUMBER | Internal error location. | ||
| TYPE | VARCHAR2 | (10) | Internal error category. | |
| ERROR_SQLCODE | NUMBER | Oracle error number trapped. |
Cut, paste (and edit) the following text to query this object:
SELECT HEADER_ID
, COMMENTS
, CREATION_DATE
, ERROR_TYPE
, MODULE
, ERROR_LEVEL
, TYPE
, ERROR_SQLCODE
FROM ONT.OE_UPGRADE_ERRORS;
ONT.OE_UPGRADE_ERRORS does not reference any database object
ONT.OE_UPGRADE_ERRORS is referenced by following:
ONT
OE_UPGRADE_ERRORS#
|
|
|
|