[Home] [Help]
[Dependency Information]
Object Name: | CS_UPG_ERRORS |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Upgrade error tracking table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORIG_SYSTEM_REFERENCE | VARCHAR2 | (60) | The reference number in the Original System. | |
ORIG_SYSTEM_REFERENCE_ID | NUMBER | The reference Id in the Original System. | ||
ORIG_SYSTEM_REF_ID_UPPER | NUMBER | The reference id in the Original System. | ||
UPGRADE_DATETIME | DATE | The timestamp when the error occured. | ||
ERROR_MESSAGE | VARCHAR2 | (2000) | Yes | The error message. |
TARGET_SYSTEM_REFERENCE | VARCHAR2 | (60) | The reference target table during upgrade/migration | |
MIGRATION_PHASE | VARCHAR2 | (30) | The upgrade/migration phase - eg. upgrade to 11.5.6 |
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 CS.CS_UPG_ERRORS;
CS.CS_UPG_ERRORS does not reference any database object
CS.CS_UPG_ERRORS is referenced by following:
|
|
|