DBA Data[Home] [Help]

APPS.PAY_GB_PAYROLL_ACTIONS_PKG dependencies on HR_LOCATIONS

Line 2626: from hr_locations hrl,

2622: l.meaning,
2623: hrl.region_2,
2624: hrl.region_3,
2625: hrl.town_or_city
2626: from hr_locations hrl,
2627: hr_lookups l
2628: where hrl.location_id = p_location_id
2629: and l.lookup_type(+) = 'GB_COUNTY'
2630: and l.lookup_code(+) = hrl.region_1;