DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_MAINPROC_PVT dependencies on HR_LOCATIONS_ALL

Line 2591: FROM hr_locations_all hrl

2587: BEGIN
2588:
2589: SELECT NVL (hrl.ship_to_location_id, hrl.location_id)
2590: INTO l_ship_to_location_id
2591: FROM hr_locations_all hrl
2592: WHERE hrl.location_id = p_deliver_to_loc_id;
2593:
2594: l_found := TRUE;
2595: