DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_VACANCIES

Line 1645: from per_vacancies pv

1641: select 'X'
1642: into v_dummy
1643: from sys.dual
1644: where exists (select 'Recruiter for vacancy'
1645: from per_vacancies pv
1646: where
1647: -- Fix for bug 3446782. This condition exists in the view.
1648: /*(pv.business_group_id = p_business_group_id OR
1649: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')