DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on PO_LINES_ALL

Line 2813: FROM po_lines_all pola

2809: AND msi.organization_id = p_organization_id
2810: AND wlpn.lpn_id = wlpnc.parent_lpn_id
2811: AND (wlpnc.source_line_id IN
2812: (SELECT pola.po_line_id
2813: FROM po_lines_all pola
2814: WHERE pola.po_header_id = Nvl(p_po_header_id, pola.po_header_id))
2815: OR wlpnc.source_line_id IS NULL)
2816: ) lpnc
2817: WHERE lpnc.inventory_item_id = mln.inventory_item_id(+)