DBA Data[Home] [Help]

VIEW: APPS.PO_DISTINCT_RELID_LINEID_V

Source

View Text - Preformatted

SELECT distinct(po_release_id), po_line_id, po_header_id from po_line_locations_all WHERE po_release_id is not null
View Text - HTML Formatted

SELECT DISTINCT(PO_RELEASE_ID)
, PO_LINE_ID
, PO_HEADER_ID
FROM PO_LINE_LOCATIONS_ALL
WHERE PO_RELEASE_ID IS NOT NULL