DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on HR_LOCATIONS

Line 1388: ,hr_locations loc

1384: loc.postal_code loc_zip,
1385: loc.country loc_country,
1386: loc.telephone_number_1 loc_phone
1387: from hr_all_organization_units org
1388: ,hr_locations loc
1389: where p_organization_id = org.organization_id
1390: AND org.location_id = loc.location_id ;
1391:
1392: l_organization_id number;