DBA Data[Home] [Help]

APPS.PAY_GB_PAYROLL_ACTIONS_PKG dependencies on HR_LOCATIONS

Line 3027: from hr_locations hrl,

3023: l.meaning,
3024: hrl.region_2,
3025: hrl.region_3,
3026: hrl.town_or_city
3027: from hr_locations hrl,
3028: hr_lookups l
3029: where hrl.location_id = p_location_id
3030: and l.lookup_type(+) = 'GB_COUNTY'
3031: and l.lookup_code(+) = hrl.region_1;