DBA Data[Home] [Help]

APPS.INV_RCV_STD_TRANSFER_APIS dependencies on PO_LINE_LOCATIONS

Line 2520: FROM po_line_locations

2516: , po_line_id
2517: INTO l_po_header_id
2518: , l_po_release_id
2519: , l_po_line_id
2520: FROM po_line_locations
2521: WHERE line_location_id = p_reference_id;
2522: EXCEPTION
2523: WHEN OTHERS THEN
2524: IF (l_debug = 1) THEN