DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY3 dependencies on BEN_DETERMINE_DATE

Line 229: -- Pass the wtg_perd_cmpltn_dt as the lf_evt_ocrd_dt to ben_determine_date

225: end if;
226: --
227: if p_prtn_eff_strt_dt_cd <> 'RL' then
228: --
229: -- Pass the wtg_perd_cmpltn_dt as the lf_evt_ocrd_dt to ben_determine_date
230: -- This will cause the calculation to be based on p_wtg_perd_cmpltn_dt.
231: --
232: ben_determine_date.main
233: (p_date_cd => p_prtn_eff_strt_dt_cd,

Line 232: ben_determine_date.main

228: --
229: -- Pass the wtg_perd_cmpltn_dt as the lf_evt_ocrd_dt to ben_determine_date
230: -- This will cause the calculation to be based on p_wtg_perd_cmpltn_dt.
231: --
232: ben_determine_date.main
233: (p_date_cd => p_prtn_eff_strt_dt_cd,
234: p_person_id => p_person_id,
235: p_pgm_id => nvl(p_pgm_id,l_ptip_rec.pgm_id),
236: p_pl_id => nvl(p_pl_id,l_plip_rec.pl_id),