DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on STANDARD

Line 1246: -- get old values on standard rate

1242: open c_abr(l_ecr.acty_base_rt_id,l_rt_strt_dt);
1243: fetch c_abr into l_abr;
1244: close c_abr;
1245: --
1246: -- get old values on standard rate
1247: --
1248: if not (l_prv.rt_strt_dt between l_abr.effective_start_date and
1249: l_abr.effective_end_date) then
1250: open c_abr(l_ecr.acty_base_rt_id,l_prv.rt_strt_dt);

Line 1722: -- Bug#2776740 - if the standard rate already enrolled is not valid in this life event

1718: end loop; -- c_epr
1719:
1720: end if; -- l_bnft_changed
1721: --
1722: -- Bug#2776740 - if the standard rate already enrolled is not valid in this life event
1723: -- then end the participant rate
1724: ben_det_enrt_rates.end_prtt_rt_val
1725: (p_person_id => l_pen.person_id
1726: ,p_per_in_ler_id => p_per_in_ler_id