[Home] [Help]
[Dependency Information]
| Object Name: | OE_UPGRADE_LOG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_UPGRADE_LOG_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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. |
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;
APPS
OE_UPGRADE_LOG
APPS
OE_ORDER_UPGRADE_UTIL
- show dependent code
OE_UPG_SO
- show dependent code
OE_UPG_SO_NEW
- show dependent code
|
|
|
|