DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on HR_LOCATIONS

Line 2648: FROM hr_locations

2644: x_address_line_3,
2645: x_town_or_city,
2646: x_postal_code,
2647: x_country
2648: FROM hr_locations
2649: WHERE location_id = p_location_id;
2650:
2651: ELSE
2652: x_address_line_1 := null;