DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on HR_LOCATIONS_ALL

Line 1375: FROM hr_locations_all

1371: substr(town_or_city,1,35) town_or_city,
1372: substr(country,1,4) country,
1373: substr(region_2,1,2) region_2
1374: -- FROM hr_locations_v Bug 4863608 Performance
1375: FROM hr_locations_all
1376: WHERE location_id = g_location_id;
1377:
1378: BEGIN
1379: hr_utility.set_location('Entering:'||l_proc,5);