DBA Data[Home] [Help]

APPS.IGS_SC_BULK_ASSIGN dependencies on WF_DIRECTORY

Line 314: l_roles WF_DIRECTORY.RoleTable ;

310: l_sec_cust_id number;
311: l_sec_emp_id number;
312: l_role_exists varchar2(1);
313: --s binary_integer ;
314: l_roles WF_DIRECTORY.RoleTable ;
315: l_wf_orig_id number;
316: l_wf_orig_ref wf_local_roles.orig_system%type;
317: l_person_num igs_pe_person.person_number%type;
318:

Line 594: WF_DIRECTORY.GetUserRoles( l_user_name, l_roles) ;

590:
591: CLOSE GET_ROLE_NAME_C;
592:
593: l_role_exists := 'N';
594: WF_DIRECTORY.GetUserRoles( l_user_name, l_roles) ;
595: FOR s in 1..l_roles.count LOOP
596: IF l_roles(s) = l_role_name THEN
597: l_role_exists := 'Y' ;
598: END IF;