DBA Data[Home] [Help]

APPS.AHL_DI_SUBSCRIPTION_PUB dependencies on HR_SECURITY

Line 125: AND decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE', HR_SECURITY.SHOW_RECORD('PER_ALL_PEOPLE_F', pap.person_id,

121: AND trunc(sysdate) between pap.effective_start_date and pap.effective_end_date
122: AND nvl(pap.current_employee_flag,'x') = 'Y'
123: AND pap.person_type_id = ppt.person_type_id
124: AND ppt.system_person_type ='EMP'
125: AND decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE', HR_SECURITY.SHOW_RECORD('PER_ALL_PEOPLE_F', pap.person_id,
126: pap.person_type_id, pap.employee_number,pap.applicant_number)) = 'TRUE'
127: AND decode(hr_general.get_xbg_profile,'Y',pap.business_group_id , hr_general.get_business_group_id)
128: = pap.business_group_id;
129:

Line 760: AND decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE', HR_SECURITY.SHOW_RECORD('PER_ALL_PEOPLE_F', pap.person_id,

756: AND trunc(sysdate) between pap.effective_start_date and pap.effective_end_date
757: AND nvl(pap.current_employee_flag,'x') = 'Y'
758: AND pap.person_type_id = ppt.person_type_id
759: AND ppt.system_person_type ='EMP'
760: AND decode(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE', HR_SECURITY.SHOW_RECORD('PER_ALL_PEOPLE_F', pap.person_id,
761: pap.person_type_id, pap.employee_number,pap.applicant_number)) = 'TRUE'
762: AND decode(hr_general.get_xbg_profile,'Y',pap.business_group_id , hr_general.get_business_group_id)
763: = pap.business_group_id;
764: