[Home] [Help]
[Dependency Information]
| Object Name: | CSD_UPG_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSD |
| FND Design Data: | CSD.CSD_UPG_ERRORS
|
| Subobject Name: | |
| Status: | VALID |
This table stores data migration errors.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORIG_SYSTEM_REFERENCE | VARCHAR2 | (60) | Origin System Reference | |
| ORIG_SYSTEM_REFERENCE_ID | NUMBER | Origin System Reference Identifier | ||
| ORIG_SYSTEM_REF_ID_UPPER | NUMBER | Column Not used | ||
| UPGRADE_DATETIME | DATE | Date and time of the error | ||
| ERROR_MESSAGE | VARCHAR2 | (2000) | Yes | Error Message |
| TARGET_SYSTEM_REFERENCE | VARCHAR2 | (60) | Target System Reference | |
| MIGRATION_PHASE | VARCHAR2 | (30) | Migration Phase |
Cut, paste (and edit) the following text to query this object:
SELECT ORIG_SYSTEM_REFERENCE
, ORIG_SYSTEM_REFERENCE_ID
, ORIG_SYSTEM_REF_ID_UPPER
, UPGRADE_DATETIME
, ERROR_MESSAGE
, TARGET_SYSTEM_REFERENCE
, MIGRATION_PHASE
FROM CSD.CSD_UPG_ERRORS;
CSD.CSD_UPG_ERRORS does not reference any database object
CSD.CSD_UPG_ERRORS is referenced by following:
CSD
CSD_UPG_ERRORS#
|
|
|
|