DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on PO_LINES_ALL

Line 5214: po_lines_all pl

5210: CURSOR C1 IS
5211: SELECT (pll.quantity_received - (pll.quantity_accepted + pll.quantity_rejected)) quantity_received
5212: FROM po_headers_all ph,
5213: po_line_locations_all pll,
5214: po_lines_all pl
5215: WHERE pll.po_header_id = ph.po_header_id
5216: AND pll.po_line_id = pl.po_line_id
5217: AND pll.shipment_num = p_ship_num
5218: AND pl.line_num = p_line_num