DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_VACANCIES

Line 2018: from per_vacancies pv

2014: select 'X'
2015: into v_dummy
2016: from sys.dual
2017: where exists (select 'Recruiter for vacancy'
2018: from per_vacancies pv
2019: where
2020: -- Fix for bug 3446782. This condition exists in the view.
2021: /*(pv.business_group_id = p_business_group_id OR
2022: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')