DBA Data[Home] [Help]

APPS.PER_QH_POPULATE dependencies on HR_LOCATIONS_ALL_TL

Line 26: from hr_locations_all hrl, hr_locations_all_tl lot

22: where location_id=p_location_id;*/
23: --Modified as per bug 5504410
24: --
25: SELECT lot.location_code
26: from hr_locations_all hrl, hr_locations_all_tl lot
27: where hrl.location_id = lot.location_id
28: and lot.language = userenv('LANG')
29: and hrl.location_id=p_location_id;
30: