DBA Data[Home] [Help]

APPS.PER_RECRUITMENT_ACTIVITIES_PKG dependencies on FND_PROFILE

Line 214: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')

210: FROM per_people_f p
211: WHERE p.person_id = P_authorising_person_id
212: AND p.current_employee_flag = 'Y'
213: AND (p.business_group_id = P_Business_Group_id OR
214: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
215: AND P_date_start
216: between p.effective_start_date and p.effective_end_date;
217: --
218: --

Line 260: AND (nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N') = 'Y'

256: FROM per_people_f p
257: WHERE p.person_id = P_internal_contact_person_id
258: AND p.current_employee_flag = 'Y'
259: AND p.employee_number is not null
260: AND (nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N') = 'Y'
261: OR p.business_group_id = P_Business_Group_id)
262: AND P_date_start
263: between p.effective_start_date and p.effective_end_date;
264: --