DBA Data[Home] [Help]

APPS.PER_INC_BUS dependencies on PER_ROLES

Line 2142: from per_all_people_f paf, per_roles rol

2138: -- on the report date.
2139: --
2140: cursor c_person is
2141: select null
2142: from per_all_people_f paf, per_roles rol
2143: where paf.person_id = p_notified_rep_id
2144: and paf.business_group_id = p_business_group_id
2145: and paf.person_id = rol.person_id
2146: and rol.organization_id = p_notified_rep_org_id