DBA Data[Home] [Help]

APPS.PER_VACANCIES_PKG dependencies on PER_ALL_PEOPLE_F

Line 773: FROM PER_ALL_PEOPLE_F P

769: -- bug 4475075 in the following cursor commented out the business group
770: -- validation condition and redifined .
771: CURSOR c_person IS
772: SELECT 1
773: FROM PER_ALL_PEOPLE_F P
774: WHERE P.PERSON_ID = P_recruiter_id
775: -- AND P.business_group_id + 0 = P_business_group_id
776: AND ( P.business_group_id = P_business_group_id or
777: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')