DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BEN_DETERMINE_ACTIVITY_BASE_RT

Line 348: ben_determine_activity_base_rt.main procedure

344: 13-Feb-03 kmahendr 115.154 Added a parameter to call -acty_base_rt.main
345: 13-feb-03 hnarayan 115.155 hr_utility.set_location - 'if g_debug' changes
346: 06-Mar-03 ikasire 115.156 Bug2833116 rounding issue for FSA - annual rates
347: 12-May-03 ikasire 115.157 Bug 2957028 nocopy bug fix for call to
348: ben_determine_activity_base_rt.main procedure
349: 22-May-03 kmahendr 115.158 Fix for new rt mlt cd - ERL
350: 29-May-03 ikasire 115.159 Bug 2976103 for nonrecurring element entries
351: 22-Jul-03 tjesumic 115.160 rate start dt is passes as param to rate updated
352: when the rate strt dt is enterable

Line 396: BEN_DETERMINE_ACTIVITY_BASE_RT call

392: 24-Feb-04 stee 115.178 Bug 3457483. Check the assignment to use code
393: in activity base rate when selecting the
394: assignment.
395: 08-mar-04 hmani 115.179 Bug 3488286 - Added p_lf_evt_ocrd_date parameter to
396: BEN_DETERMINE_ACTIVITY_BASE_RT call
397: 19-Mar-04 ikasire 115.180 Added new procedure call for rate_periodization_rl
398: 23-Mar-04 ikasire 115.181 GSCC error
399: 05-Apr-04 bmanyam 115.182 Bug: 3547233. Copied annual value to l_ann_rt_val variable
400: for prtt_enrt_rt record for 'Set Annual Value to Coverage'

Line 497: 17-jul-06 ssarkar 115.238 Bug 5375381 - ben_determine_activity_base_rt being called for interim.

493: before create_enrollment
494: 16-Jun-06 rbingi 115.236 Bug#5259005-Moved code for calulating ann_rt_val, rt_val based in
495: entr_val flag to proc election_rate_information from pld.
496: 09-Jul-06 rbingi 115.237 Bug#5303167-corrected if condition in proc elec_rt_info
497: 17-jul-06 ssarkar 115.238 Bug 5375381 - ben_determine_activity_base_rt being called for interim.
498: 03-aug-06 ssarkar 115.239 bug 5417132 - passing comp_lvl_cd to update_enrollment call
499: 27-Sep-06 ikasired 115.240 Bug 5502202 fix for Interim Rule. We need to recompute the rates when
500: interim rule returs amounts.
501: 10-Oct-06 abparekh 115.241 Bug 5572484 : Take backup in BEN_LE_CLSN_N_RSTR only if the correction

Line 545: 01-Apr-09 krupani 115.265 Bug 8374859: While calling ben_determine_activity_base_rt.main, ler_id was

541: 06-Jan-09 sallumwa 115.261 Bug 7557403 : Modified procedure election_rate_information to set the
542: global cvg and rate start date variables.
543: 10-Mar-09 krupani 115.264 BUG 8244388: When Child rate is multiple of parent, fetch the parent rate value
544: as of Child rate strat date
545: 01-Apr-09 krupani 115.265 Bug 8374859: While calling ben_determine_activity_base_rt.main, ler_id was
546: getting passed from pen record. Now, passing it from ben_per_in_ler
547: 29-Apr-09 velvanop 115.266 Bug 8300620: Fix of Bug 7206471 causing rate gap issues on processing the LifeEvent.
548: Cursor c_get_elctbl_chc fetches all the choices tied to the current PIL grouped by ptip_id.
549: As a result, besides the required plan type to be actually adjusted, all ptip's are picked up

Line 2716: ben_determine_activity_base_rt.main

2712: --END BUG 3804813
2713: if l_enrt_rt.enrt_bnft_id = 0 then
2714: l_enrt_rt.enrt_bnft_id := null;
2715: end if;
2716: ben_determine_activity_base_rt.main
2717: (p_person_id => p_person_id
2718: ,p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id
2719: ,p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id
2720: ,p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id

Line 2815: ben_determine_activity_base_rt.main (p_person_id => p_person_id,

2811: THEN
2812: l_enrt_rt.enrt_bnft_id := NULL;
2813: END IF;
2814:
2815: ben_determine_activity_base_rt.main (p_person_id => p_person_id,
2816: p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id,
2817: p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id,
2818: p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id,
2819: p_effective_date => p_effective_date,

Line 2936: BEN_DETERMINE_ACTIVITY_BASE_RT.main

2932: -- NOCOPY ISSUE
2933: l_cal_val_in := l_rt_val ;
2934: -- END NOCOPY ISSUE
2935: --
2936: BEN_DETERMINE_ACTIVITY_BASE_RT.main
2937: (p_person_id => p_person_id
2938: ,p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id
2939: ,p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id
2940: ,p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id