DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_PRTT_ENRT_ACTN_F

Line 3617: ben_prtt_enrt_actn_f pea

3613: select distinct ppf.person_id
3614: from per_all_people_f ppf,
3615: ben_prtt_enrt_rslt_f pen,
3616: ben_per_in_ler pil,
3617: ben_prtt_enrt_actn_f pea
3618: where (g_parm.person_id is null or
3619: ppf.person_id = g_parm.person_id)
3620: and g_parm.effective_date between ppf.effective_start_date
3621: and ppf.effective_end_date