DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on HR_LOCATIONS_ALL

Line 1329: FROM hr_locations_all

1325: substr(town_or_city,1,35) town_or_city,
1326: substr(country,1,4) country,
1327: substr(region_2,1,2) region_2
1328: -- FROM hr_locations_v Bug 4863608 Performance
1329: FROM hr_locations_all
1330: WHERE location_id = g_location_id;
1331:
1332: BEGIN
1333: hr_utility.set_location('Entering:'||l_proc,5);