[Home] [Help]
[Dependency Information]
| Object Name: | GME_TEMP_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | GME |
| FND Design Data: | GME.GME_TEMP_EXCEPTIONS
|
| Subobject Name: | |
| Status: | VALID |
Used to store the exceptions during the migration of data
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
GME.GME_TEMP_EXCEPTIONS does not reference any database object
GME.GME_TEMP_EXCEPTIONS is referenced by following:
GME
GME_TEMP_EXCEPTIONS#
|
|
|
|