DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on HR_GENERAL

Line 572: AND ( business_group_id = NVL(hr_general.get_business_group_id, business_group_id)

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:
575: RETURN x_location_id;
576: EXCEPTION