DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on PO_LINE_LOCATIONS_ALL

Line 443: , po_line_locations_all pll

439: ) all_lpn
440: , po_headers_all pha
441: , po_lines_all pol
442: , rcv_shipment_headers rsh
443: , po_line_locations_all pll
444: WHERE pha.po_header_id(+) = all_lpn.po_header_id
445: AND rsh.shipment_header_id(+) = all_lpn.shipment_header_id
446: AND pol.po_line_id (+) = all_lpn.po_line_id
447: AND pol.po_header_id (+) = all_lpn.po_header_id