DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on HR_SECURITY

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

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

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

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

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

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