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


TABLE: CS.CS_UPG_ERRORS

Object Details
Object Name: CS_UPG_ERRORS
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_UPG_ERRORS
Subobject Name:
Status: VALID


Upgrade error tracking table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

CS.CS_UPG_ERRORS does not reference any database object

CS.CS_UPG_ERRORS is referenced by following:

SchemaAPPS
SynonymCS_UPG_ERRORS