DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on HR_LOCATIONS

Line 2072: from hr_locations

2068: if l_debug = 1 then
2069: log_event(l_api_name,' Enter',l_api_name);
2070: end if;
2071: select location_code into l_location_code
2072: from hr_locations
2073: where location_id=p_location_id;
2074: RETURN l_location_code;
2075: Exception
2076: When others then