DBA Data[Home] [Help]

VIEW: APPS.ITG_CPO_REL_SCHED_V

Source

View Text - Preformatted

SELECT plla.po_header_id, plla.po_line_id, plla.line_location_id, pra.po_release_id, plla.shipment_num psclinenum FROM po_line_locations_all plla, po_releases_all pra WHERE pra.po_header_id = plla.po_header_id AND pra.po_release_id = plla.po_release_id and NVL(plla.shipment_type,'xx') <> 'PREPAYMENT'
View Text - HTML Formatted

SELECT PLLA.PO_HEADER_ID
, PLLA.PO_LINE_ID
, PLLA.LINE_LOCATION_ID
, PRA.PO_RELEASE_ID
, PLLA.SHIPMENT_NUM PSCLINENUM
FROM PO_LINE_LOCATIONS_ALL PLLA
, PO_RELEASES_ALL PRA
WHERE PRA.PO_HEADER_ID = PLLA.PO_HEADER_ID
AND PRA.PO_RELEASE_ID = PLLA.PO_RELEASE_ID
AND NVL(PLLA.SHIPMENT_TYPE
, 'XX') <> 'PREPAYMENT'