DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_PRTT_ENRT_ACTN_F

Line 3675: ben_prtt_enrt_actn_f pea

3671: select distinct ppf.person_id
3672: from per_all_people_f ppf,
3673: ben_prtt_enrt_rslt_f pen,
3674: ben_per_in_ler pil,
3675: ben_prtt_enrt_actn_f pea
3676: where (g_parm.person_id is null or
3677: ppf.person_id = g_parm.person_id)
3678: and g_parm.effective_date between ppf.effective_start_date
3679: and ppf.effective_end_date