DBA Data[Home] [Help]

APPS.PQH_RLS_BUS dependencies on PER_PEOPLE_EXTRA_INFO

Line 552: from per_people_extra_info pei

548: hr_utility.set_location('Entering:'||l_proc,5);
549: --
550: begin
551: select count(*) into l_role_assign_count
552: from per_people_extra_info pei
553: where pei.information_type='PQH_ROLE_USERS'
554: and pei.pei_information3=p_role_id;
555:
556: if l_role_assign_count >0 then