[Home] [Help]
[Dependency Information]
| Object Name: | ASO_UPGRADE_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | ASO |
| FND Design Data: | ASO.ASO_UPGRADE_ERRORS
|
| Subobject Name: | |
| Status: | VALID |
This tables is used to log messages during the migration in Order Capture.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MODULE_NAME | VARCHAR2 | (30) | Yes | Calling Module Name(ASO,'QOT:FORMS' etc) |
| ERROR_LEVEL | VARCHAR2 | (240) | Type of Error (ERROR,WARNING,INFORMATION) | |
| ERROR_TEXT | VARCHAR2 | (2000) | Actual Log Message | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| SOURCE_NAME | VARCHAR2 | (240) | Calling Script Name | |
| TABLE_NAME | VARCHAR2 | (240) | Table Which raised the exception | |
| IDENTIFIER | NUMBER | Corrsponding ID which failed during migration | ||
| UPGRADE_ID | NUMBER | Unique Key for table Generated from sequence |
Cut, paste (and edit) the following text to query this object:
SELECT MODULE_NAME
, ERROR_LEVEL
, ERROR_TEXT
, CREATION_DATE
, SOURCE_NAME
, TABLE_NAME
, IDENTIFIER
, UPGRADE_ID
FROM ASO.ASO_UPGRADE_ERRORS;
ASO.ASO_UPGRADE_ERRORS does not reference any database object
ASO.ASO_UPGRADE_ERRORS is referenced by following:
ASO
ASO_UPGRADE_ERRORS#
|
|
|
|