DBA Data[Home] [Help]

APPS.PER_VACANCIES_PKG dependencies on PER_ALL_PEOPLE_F

Line 760: FROM PER_ALL_PEOPLE_F P

756: -- bug 4475075 in the following cursor commented out the business group
757: -- validation condition and redifined .
758: CURSOR c_person IS
759: SELECT 1
760: FROM PER_ALL_PEOPLE_F P
761: WHERE P.PERSON_ID = P_recruiter_id
762: -- AND P.business_group_id + 0 = P_business_group_id
763: AND ( P.business_group_id = P_business_group_id or
764: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')