DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 4910: ben_elig_per_elctbl_chc epe,

4906: --
4907: cursor c_pen_bnft_amt is
4908: select pen.bnft_amt
4909: from ben_prtt_enrt_rslt_f pen,
4910: ben_elig_per_elctbl_chc epe,
4911: ben_enrt_bnft enb
4912: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
4913: and enb.enrt_bnft_id = p_enrt_bnft_id
4914: and epe.elig_per_elctbl_chc_id = enb.elig_per_elctbl_chc_id

Line 5990: from ben_elig_per_elctbl_chc epe,

5986: l_enrt_perd_strt_dt date;
5987: --
5988: cursor c_epe is
5989: select epo.ENRT_PERD_STRT_DT
5990: from ben_elig_per_elctbl_chc epe,
5991: ben_pil_elctbl_chc_popl epo
5992: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
5993: and epe.pil_elctbl_chc_popl_id = epo.pil_elctbl_chc_popl_id ;
5994: --