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


TABLE: AMS.AMS_UPGRADE_TRACK_ERROR

Object Details
Object Name: AMS_UPGRADE_TRACK_ERROR
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_UPGRADE_TRACK_ERROR
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
OBJECT_CODE VARCHAR2 (30) Yes Code of the Marketing Object being upgraded
OBJECT_ID NUMBER
Yes Object Identifier
CREATION_DATE DATE
Yes Data this record is created
ERROR_CODE VARCHAR2 (30)
The code of the error occurred during the upgrade
OBJECT_NAME VARCHAR2 (240)
Name of the object
LANGUAGE VARCHAR2 (4)
the language in which Object_Name is represented
ERROR_MESSAGE VARCHAR2 (2000)
Brief message on why the error occurred
PROPOSED_ACTION VARCHAR2 (2000)
The action that user needs to take to eliminate the error
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJECT_CODE
,      OBJECT_ID
,      CREATION_DATE
,      ERROR_CODE
,      OBJECT_NAME
,      LANGUAGE
,      ERROR_MESSAGE
,      PROPOSED_ACTION
FROM AMS.AMS_UPGRADE_TRACK_ERROR;

Dependencies

[top of page]

AMS.AMS_UPGRADE_TRACK_ERROR does not reference any database object

AMS.AMS_UPGRADE_TRACK_ERROR is referenced by following:

SchemaAMS
ViewAMS_UPGRADE_TRACK_ERROR#