[Home] [Help]
[Dependency Information]
| Object Name: | GMD_MIGRATION |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.GMD_MIGRATION
|
| Subobject Name: | |
| Status: | VALID |
Stores error messages during data migration from 11i to 11i+
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MIGRATION_ID | NUMBER | Migration ID | ||
| SOURCE_TABLE | VARCHAR2 | (200) | Old datamodel table name from which the data is migrated | |
| TARGET_TABLE | VARCHAR2 | (200) | New datamodel table name to which the data is migrated | |
| SOURCE_ID | VARCHAR2 | (32) | Id for the instance of the old table | |
| TARGET_ID | VARCHAR2 | (32) | Id for the instance in the New table | |
| MESSAGE_TEXT | VARCHAR2 | (240) | Error text message associated during migration |
Cut, paste (and edit) the following text to query this object:
SELECT MIGRATION_ID
, SOURCE_TABLE
, TARGET_TABLE
, SOURCE_ID
, TARGET_ID
, MESSAGE_TEXT
FROM GMD.GMD_MIGRATION;
GMD.GMD_MIGRATION does not reference any database object
GMD.GMD_MIGRATION is referenced by following:
GMD
GMD_MIGRATION#
|
|
|
|