DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on PER_PEOPLE_EXTRA_INFO

Line 1397: FROM per_people_extra_info pei , per_all_people_f ppf ,

1393: function is_in_comp_manager_role(p_person_id in number) return varchar2 is
1394: cursor c1(c_role_id in number) is
1395: SELECT pei.person_id person_id, ppf.full_name person_name ,
1396: usr.user_name user_name, usr.user_id user_id
1397: FROM per_people_extra_info pei , per_all_people_f ppf ,
1398: fnd_user usr , pqh_roles rls
1399: WHERE information_type = 'PQH_ROLE_USERS' and pei.person_id = ppf.person_id
1400: and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
1401: and usr.employee_id = ppf.person_id