DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on PER_ALL_ASSIGNMENTS_F

Line 1974: from per_all_assignments_f paf

1970: and pel.pil_elctbl_popl_stat_cd = 'STRTD' ))
1971: */
1972: and (p_location_id is null
1973: or exists(select null
1974: from per_all_assignments_f paf
1975: where paf.person_id = pil.person_id
1976: and paf.assignment_type <> 'C'
1977: and paf.location_id = p_location_id
1978: and paf.primary_flag = 'Y'