DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on PO_LINE_LOCATIONS_ALL

Line 334: FROM po_line_locations_all

330: BEGIN
331: l_progress := '112';
332: SELECT receiving_routing_id
333: INTO l_routing_id
334: FROM po_line_locations_all
335: WHERE line_location_id = i.po_line_location_id;
336: EXCEPTION
337: WHEN OTHERS THEN NULL;
338: END;

Line 671: FROM po_line_locations_all

667: l_progress := '310';
668: BEGIN
669: SELECT receiving_routing_id
670: INTO l_routing_id
671: FROM po_line_locations_all
672: WHERE line_location_id = i.po_line_location_id;
673: EXCEPTION
674: WHEN OTHERS THEN NULL;
675: END;