DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on HR_LOCATIONS_ALL

Line 570: FROM hr_locations_all

566: END IF;
567:
568: SELECT location_id
569: INTO x_location_id
570: FROM hr_locations_all
571: WHERE location_code = p_location_code
572: AND ( business_group_id = NVL(hr_general.get_business_group_id, business_group_id)
573: OR business_group_id IS NULL);
574: