[Home] [Help]
[Dependency Information]
| Object Name: | PO_SHIPMENTS_AP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_SHIPMENTS_AP_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 |
|---|---|---|---|---|
| SHIPMENT_NUM | NUMBER | |||
| LOCATION_CODE | VARCHAR2 | (60) | ||
| RELEASE_NUM | NUMBER | |||
| LINE_NUM | NUMBER | Yes | ||
| PO_RELEASE_ID | NUMBER | |||
| LINE_LOCATION_ID | NUMBER | Yes | ||
| LINE_ID | NUMBER | Yes | ||
| PO_HEADER_ID | NUMBER | Yes | ||
| ORG_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SHIPMENT_NUM
, LOCATION_CODE
, RELEASE_NUM
, LINE_NUM
, PO_RELEASE_ID
, LINE_LOCATION_ID
, LINE_ID
, PO_HEADER_ID
, ORG_ID
FROM APPS.PO_SHIPMENTS_AP_V;
APPS
HR_GENERAL
- show dependent code
HR_LOCATIONS_ALL
HR_LOCATIONS_ALL_TL
PO_LINES_ALL
PO_LINE_LOCATIONS
PO_RELEASES_ALL
APPS.PO_SHIPMENTS_AP_V is not referenced by any database object
|
|
|
|