DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on PO_LINE_LOCATIONS_TRX_V

Line 473: , po_line_locations_trx_v pll

469: ) all_lpn
470: , po_headers_trx_v pha--CLM Changes, using CLM views instead of base tables
471: , po_lines_trx_v pol
472: , rcv_shipment_headers rsh
473: , po_line_locations_trx_v pll
474: WHERE pha.po_header_id(+) = all_lpn.po_header_id
475: AND rsh.shipment_header_id(+) = all_lpn.shipment_header_id
476: AND pol.po_line_id (+) = all_lpn.po_line_id
477: AND pol.po_header_id (+) = all_lpn.po_header_id