DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on HR_LOCATIONS

Line 2531: FROM hr_locations

2527: x_address_line_3,
2528: x_town_or_city,
2529: x_postal_code,
2530: x_country
2531: FROM hr_locations
2532: WHERE location_id = p_location_id;
2533:
2534: ELSE
2535: x_address_line_1 := null;