DBA Data[Home] [Help]

APPS.PO_LOCATIONS_S dependencies on PO_SHIPMENTS_SV2

Line 350: po_shipments_sv2.get_drop_ship_cust_locations

346:
347: exception
348: when no_data_found then
349: -- part of hr_location changes bug# 2393886
350: po_shipments_sv2.get_drop_ship_cust_locations
351: (x_location_id , x_location_code );
352:
353: when others then
354: po_message_s.sql_error('get_location_code', x_progress, sqlcode);