DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on HR_SECURITY

Line 4725: if HR_SECURITY.VIEW_ALL = 'Y' and hr_general.get_xbg_profile = 'Y' then

4721: -- hr_utility.set_location ('Entering '||l_proc,5);
4722: -- hr_utility.set_location ('person '||p_person_id ,5);
4723: -- end if;
4724:
4725: if HR_SECURITY.VIEW_ALL = 'Y' and hr_general.get_xbg_profile = 'Y' then
4726: -- hr_utility.set_location ('Exiting '||l_proc,5);
4727: return l_return ;
4728: end if ;
4729:

Line 4766: if HR_SECURITY.VIEW_ALL <> 'Y' and

4762:
4763: -- if the assignment type is E or C validate against the sec view
4764: if l_ASSIGNMENT_TYPE in ('E','C') then
4765:
4766: if HR_SECURITY.VIEW_ALL <> 'Y' and
4767: HR_SECURITY.SHOW_RECORD('PER_ALL_ASSIGNMENTS_F', L_ASSIGNMENT_ID, P_PERSON_ID, L_ASSIGNMENT_TYPE) <> 'TRUE' then
4768: -- hr_utility.set_location ('Exiting false'||l_proc,9);
4769: return false ;
4770: end if ;

Line 4767: HR_SECURITY.SHOW_RECORD('PER_ALL_ASSIGNMENTS_F', L_ASSIGNMENT_ID, P_PERSON_ID, L_ASSIGNMENT_TYPE) <> 'TRUE' then

4763: -- if the assignment type is E or C validate against the sec view
4764: if l_ASSIGNMENT_TYPE in ('E','C') then
4765:
4766: if HR_SECURITY.VIEW_ALL <> 'Y' and
4767: HR_SECURITY.SHOW_RECORD('PER_ALL_ASSIGNMENTS_F', L_ASSIGNMENT_ID, P_PERSON_ID, L_ASSIGNMENT_TYPE) <> 'TRUE' then
4768: -- hr_utility.set_location ('Exiting false'||l_proc,9);
4769: return false ;
4770: end if ;
4771: end if ;