DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 3621: ben_pil_elctbl_chc_popl pel,

3617: epe.prtt_enrt_rslt_id,
3618: epe.object_version_number
3619: --END Bug 2958032
3620: from ben_prtt_enrt_rslt_f pen,
3621: ben_pil_elctbl_chc_popl pel,
3622: ben_per_in_ler pil,
3623: ben_elig_per_elctbl_chc epe
3624: where pen.prtt_enrt_rslt_id=c_prtt_enrt_rslt_id
3625: and p_effective_date between

Line 3812: FROM ben_pil_elctbl_chc_popl popl, ben_prtt_enrt_rslt_f pen

3808: -- 6054988 : Check if any elections have been made in the current pil.
3809: --
3810: cursor chk_elcn_dt_in_pel is
3811: SELECT 'x'
3812: FROM ben_pil_elctbl_chc_popl popl, ben_prtt_enrt_rslt_f pen
3813: WHERE popl.per_in_ler_id = l_per_in_ler_id
3814: AND popl.elcns_made_dt IS NULL
3815: AND popl.dflt_asnd_dt IS NULL
3816: AND popl.pgm_id = pen.pgm_id