DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_OPTD_MDCR_PRTE_F

Line 11608: from ben_elig_optd_mdcr_prte_f eom

11604: where p_effective_date
11605: between elp.effective_start_date
11606: and elp.effective_end_date
11607: and exists(select null
11608: from ben_elig_optd_mdcr_prte_f eom
11609: where p_effective_date
11610: between eom.effective_start_date
11611: and eom.effective_end_date
11612: and eom.eligy_prfl_id = elp.eligy_prfl_id)

Line 11619: from ben_elig_optd_mdcr_prte_f eom

11615: cursor c_elpeom_inst is
11616: select eom.eligy_prfl_id,
11617: eom.optd_mdcr_flag,
11618: eom.exlcd_flag
11619: from ben_elig_optd_mdcr_prte_f eom
11620: where p_effective_date
11621: between eom.effective_start_date
11622: and eom.effective_end_date
11623: order by eom.eligy_prfl_id,