DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 3767: ben_pil_elctbl_chc_popl pel,

3763: epe.prtt_enrt_rslt_id,
3764: epe.object_version_number
3765: --END Bug 2958032
3766: from ben_prtt_enrt_rslt_f pen,
3767: ben_pil_elctbl_chc_popl pel,
3768: ben_per_in_ler pil,
3769: ben_elig_per_elctbl_chc epe
3770: where pen.prtt_enrt_rslt_id=c_prtt_enrt_rslt_id
3771: and p_effective_date between

Line 3981: FROM ben_pil_elctbl_chc_popl popl, ben_prtt_enrt_rslt_f pen

3977: -- 6054988 : Check if any elections have been made in the current pil.
3978: --
3979: cursor chk_elcn_dt_in_pel is
3980: SELECT 'x'
3981: FROM ben_pil_elctbl_chc_popl popl, ben_prtt_enrt_rslt_f pen
3982: WHERE popl.per_in_ler_id = l_per_in_ler_id
3983: AND popl.elcns_made_dt IS NULL
3984: AND popl.dflt_asnd_dt IS NULL
3985: AND popl.pgm_id = pen.pgm_id