APPS.HR_SECURITY_INTERNAL dependencies on PER_PEOPLE_F
Line 9206: FROM per_people_f pp,
9202: -- In development there are lots of business groups
9203: -- and otherwise it is not a very high cost.
9204: CURSOR pev IS
9205: SELECT pp.person_id 9206: FROM per_people_f pp, 9207: per_person_list pl
9208: WHERE pp.person_id = pl.person_id
9209: AND pp.business_group_id = p_business_group_id;
9210: BEGIN