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


TABLE: ASO.ASO_UPGRADE_ERRORS

Object Details
Object Name: ASO_UPGRADE_ERRORS
Object Type: TABLE
Owner: ASO
FND Design Data: TableASO.ASO_UPGRADE_ERRORS
Subobject Name:
Status: VALID


This tables is used to log messages during the migration in Order Capture.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

ASO.ASO_UPGRADE_ERRORS does not reference any database object

ASO.ASO_UPGRADE_ERRORS is referenced by following:

SchemaAPPS
SynonymASO_UPGRADE_ERRORS