DBA Data[Home] [Help]

APPS.AP_WEB_LOCATIONS_PKG dependencies on HR_LOCATIONS

Line 267: hr_locations loc,

263: begin
264: select loc.country
265: into l_country
266: from hr_all_organization_units org,
267: hr_locations loc,
268: ap_card_programs_all p
269: where org.location_id = loc.location_id
270: and org.organization_id = p.org_id
271: and p.card_program_id = p_card_program_id;