DBA Data[Home] [Help]

APPS.BEN_GENERATE_DPNT_COMM dependencies on BEN_OPT_F

Line 4291: ben_opt_f opt

4287: ben_pl_f pln,
4288: ben_pl_regn_f plrg,
4289: ben_regn_f regn,
4290: ben_oipl_f cop,
4291: ben_opt_f opt
4292: where pdp.per_in_ler_id = p_per_in_ler_id
4293: and pdp.dpnt_person_id = p_rcpent_person_id
4294: and pdp.cvg_thru_dt <> hr_api.g_eot
4295: and pdp.prtt_enrt_rslt_id = pen.prtt_enrt_rslt_id

Line 4336: ben_opt_f opt

4332: ben_pl_f pln,
4333: ben_pl_regn_f plrg,
4334: ben_regn_f regn,
4335: ben_oipl_f cop,
4336: ben_opt_f opt
4337: where pdp.effective_start_date = p_effective_date
4338: and pdp.dpnt_person_id = p_rcpent_person_id
4339: and pdp.request_id = fnd_global.conc_request_id
4340: and pdp.cvg_thru_dt <> hr_api.g_eot

Line 4382: ben_opt_f opt

4378: ben_elig_per_elctbl_chc epe,
4379: ben_per_in_ler pil,
4380: ben_pl_f pln,
4381: ben_oipl_f cop,
4382: ben_opt_f opt
4383: where epe.per_in_ler_id = p_per_in_ler_id
4384: and nvl(epe.pgm_id,-1) = nvl(l_pgm_id,-1)
4385: and epe.pl_typ_id = l_pl_typ_id
4386: and epe.elctbl_flag = 'Y'

Line 4414: ,ben_opt_f opt

4410: select 'Y'
4411: from ben_prtt_enrt_rslt_f pen
4412: ,ben_pl_f pln
4413: ,ben_oipl_f cop
4414: ,ben_opt_f opt
4415: ,ben_pl_regn_f plrg
4416: ,ben_regn_f regn
4417: where pen.person_id = p_person_id
4418: and pen.prtt_enrt_rslt_stat_cd is null

Line 4459: ben_opt_f opt

4455: from ben_elig_cvrd_dpnt_f pdp,
4456: ben_prtt_enrt_rslt_f pen,
4457: ben_pl_f pln,
4458: ben_oipl_f cop,
4459: ben_opt_f opt
4460: where pdp.cvg_thru_dt = hr_api.g_eot
4461: and pdp.dpnt_person_id = p_rcpent_person_id
4462: and pdp.prtt_enrt_rslt_id = pen.prtt_enrt_rslt_id
4463: -- and nvl(pen.pgm_id,-1) = nvl(l_pgm_id,-1) maagrawa(02/11/00)

Line 4498: ben_opt_f opt

4494: from ben_elig_per_elctbl_chc epe,
4495: ben_per_in_ler pil,
4496: ben_pl_f pln,
4497: ben_oipl_f cop,
4498: ben_opt_f opt
4499: where epe.per_in_ler_id = p_per_in_ler_id
4500: and nvl(epe.pgm_id,-1) = nvl(v_pgm_id,-1)
4501: and epe.pl_typ_id = v_pl_typ_id
4502: and epe.elctbl_flag = 'Y'