DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on HR_LOCATIONS

Line 1773: from hr_locations

1769: if l_debug = 1 then
1770: log_event(l_api_name,' Enter',l_api_name);
1771: end if;
1772: select location_code into l_location_code
1773: from hr_locations
1774: where location_id=p_location_id;
1775: RETURN l_location_code;
1776: Exception
1777: When others then