DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on PER_ALL_ASSIGNMENTS_F

Line 2014: from per_all_assignments_f paf

2010: and pel.pil_elctbl_popl_stat_cd = 'STRTD' ))
2011: */
2012: and (p_location_id is null
2013: or exists(select null
2014: from per_all_assignments_f paf
2015: where paf.person_id = pil.person_id
2016: and paf.assignment_type <> 'C'
2017: and paf.location_id = p_location_id
2018: and paf.primary_flag = 'Y'