DBA Data[Home] [Help]

APPS.RCV_INSERT_FROM_INL dependencies on PO_LINE_LOCATIONS

Line 232: FROM po_line_locations pll,

228: l_validation_flag := 'Y';
229:
230: SELECT pll.po_header_id, pll.po_line_id, pll.po_release_id
231: INTO l_po_header_id, l_po_line_id, l_po_release_id
232: FROM po_line_locations pll,
233: po_headers ph
234: WHERE ph.po_header_id = pll.po_header_id
235: AND pll.line_location_id = p_int_rec(i).ship_line_source_id;
236: