DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 3524: ben_pil_elctbl_chc_popl pel,

3520: --
3521: cursor c_pil_enrtrmdr is
3522: select distinct pil.person_id, pil.ler_id
3523: from ben_per_in_ler pil,
3524: ben_pil_elctbl_chc_popl pel,
3525: ben_ler_f ler
3526: where (g_parm.person_id is null or
3527: pil.person_id = g_parm.person_id)
3528: and pil.per_in_ler_stat_cd = 'STRTD'