DBA Data[Home] [Help]

APPS.PER_US_EEO5_PKG dependencies on HR_LOCATIONS

Line 239: FROM hr_locations

235: town_or_city city,
236: region_1 county,
237: region_2 state,
238: postal_code zip_code
239: FROM hr_locations
240: WHERE location_id = l_location_id;
241:
242: l_bg_address VARCHAR2(2000);
243: l_bg_city VARCHAR2(2000);