DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 3466: ben_pil_elctbl_chc_popl pel,

3462: --
3463: cursor c_pil_enrtrmdr is
3464: select distinct pil.person_id, pil.ler_id
3465: from ben_per_in_ler pil,
3466: ben_pil_elctbl_chc_popl pel,
3467: ben_ler_f ler
3468: where (g_parm.person_id is null or
3469: pil.person_id = g_parm.person_id)
3470: and pil.per_in_ler_stat_cd = 'STRTD'