DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_JOBS_VL

Line 1787: from per_jobs_vl x

1783: where per.person_id = p_recruiter_id;
1784: --
1785: cursor get_job is
1786: select x.name
1787: from per_jobs_vl x
1788: where x.job_id = p_job_id ;
1789: --
1790: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
1791: --