DBA Data[Home] [Help]

APPS.BEN_XCV_BUS dependencies on PER_ALL_PEOPLE_F

Line 492: from per_all_people_f per

488: where a.ext_crit_typ_id = p_ext_crit_typ_id;
489: --
490: cursor c2 (p_business_group_id number) is
491: select null
492: from per_all_people_f per
493: where per.person_id = l_number
494: and p_effective_date between per.effective_start_date
495: and per.effective_end_date
496: and per.business_group_id = p_business_group_id;