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


TABLE: GME.GME_TEMP_EXCEPTIONS

Object Details
Object Name: GME_TEMP_EXCEPTIONS
Object Type: TABLE
Owner: GME
FND Design Data: TableGME.GME_TEMP_EXCEPTIONS
Subobject Name:
Status: VALID


Used to store the exceptions during the migration of data


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (80) Yes Name of the new table which had exceptions
PROCEDURE_NAME VARCHAR2 (80) Yes Name of the procedure which produced error
PARAMETERS VARCHAR2 (240)
Unique identifiers for the erroneous record
MESSAGE VARCHAR2 (2000)
Error returned by SQL
ERROR_TYPE VARCHAR2 (1)
Type of Error
SCRIPT_DATE DATE

System date
Query Text

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


SELECT TABLE_NAME
,      PROCEDURE_NAME
,      PARAMETERS
,      MESSAGE
,      ERROR_TYPE
,      SCRIPT_DATE
FROM GME.GME_TEMP_EXCEPTIONS;

Dependencies

[top of page]

GME.GME_TEMP_EXCEPTIONS does not reference any database object

GME.GME_TEMP_EXCEPTIONS is referenced by following:

SchemaAPPS
SynonymGME_TEMP_EXCEPTIONS