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 2345: ben_determine_activity_base_rt.main

2341: --END BUG 3804813
2342: if l_enrt_rt.enrt_bnft_id = 0 then
2343: l_enrt_rt.enrt_bnft_id := null;
2344: end if;
2345: ben_determine_activity_base_rt.main
2346: (p_person_id => p_person_id
2347: ,p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id
2348: ,p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id
2349: ,p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id

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

2440: THEN
2441: l_enrt_rt.enrt_bnft_id := NULL;
2442: END IF;
2443:
2444: ben_determine_activity_base_rt.main (p_person_id => p_person_id,
2445: p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id,
2446: p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id,
2447: p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id,
2448: p_effective_date => p_effective_date,

Line 2564: BEN_DETERMINE_ACTIVITY_BASE_RT.main

2560: -- NOCOPY ISSUE
2561: l_cal_val_in := l_rt_val ;
2562: -- END NOCOPY ISSUE
2563: --
2564: BEN_DETERMINE_ACTIVITY_BASE_RT.main
2565: (p_person_id => p_person_id
2566: ,p_elig_per_elctbl_chc_id => l_enrt_rt.elig_per_elctbl_chc_id
2567: ,p_enrt_bnft_id => l_enrt_rt.enrt_bnft_id
2568: ,p_acty_base_rt_id => l_enrt_rt.acty_base_rt_id