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


VIEW: APPS.OE_UPGRADE_LOG_V

Object Details
Object Name: OE_UPGRADE_LOG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewONT.OE_UPGRADE_LOG_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
HEADER_ID NUMBER

Header id which is being upgraded.
OLD_LINE_ID NUMBER

Line id which was used in the previous version.
OLD_LINE_DETAIL_ID NUMBER

Line detail id used in the previous version.
PICKING_LINE_ID NUMBER

Picking line id used in the previous version.
NEW_LINE_ID NUMBER

Line id of the new line created in the 11i system, for the corresponding old line id, old line detail id, old picking line id and old delivery.
DELIVERY NUMBER

Delivery value got from shipping for upgrade.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT HEADER_ID
,      OLD_LINE_ID
,      OLD_LINE_DETAIL_ID
,      PICKING_LINE_ID
,      NEW_LINE_ID
,      DELIVERY
FROM APPS.OE_UPGRADE_LOG_V;

Dependencies

[top of page]

APPS.OE_UPGRADE_LOG_V references the following:

SchemaAPPS
SynonymOE_UPGRADE_LOG
APPS.OE_UPGRADE_LOG_V is referenced by following:

SchemaAPPS
Package BodyOE_ORDER_UPGRADE_UTIL - show dependent code
Package BodyOE_UPG_SO - show dependent code
Package BodyOE_UPG_SO_NEW - show dependent code