DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_JOBS_VL

Line 1551: from per_jobs_vl x

1547: where per.person_id = p_recruiter_id;
1548: --
1549: cursor get_job is
1550: select x.name
1551: from per_jobs_vl x
1552: where x.job_id = p_job_id ;
1553: --
1554: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
1555: --