DBA Data[Home] [Help]

APPS.RCV_INSERT_FROM_INL dependencies on PO_LINE_LOCATIONS

Line 179: po_line_locations pll

175: ph.vendor_site_id
176: INTO l_vendor_id,
177: l_vendor_site_id
178: FROM po_headers ph,
179: po_line_locations pll
180: WHERE ph.po_header_id = pll.po_header_id
181: AND pll.line_location_id = p_int_rec(i).ship_line_source_id;
182:
183:

Line 245: FROM po_line_locations pll,

241: l_validation_flag := 'Y';
242:
243: SELECT pll.po_header_id, pll.po_line_id, pll.po_release_id
244: INTO l_po_header_id, l_po_line_id, l_po_release_id
245: FROM po_line_locations pll,
246: po_headers ph
247: WHERE ph.po_header_id = pll.po_header_id
248: AND pll.line_location_id = p_int_rec(i).ship_line_source_id;
249: