DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_DETERMINE_VARIABLE_RATES

Line 229: ann_mx_elcn_val to ben_determine_variable_rates

225: - 91835 with 92744, 92745, 92746, 92747
226: 29-aug-2001 tilak 115.88 bug:1949361 jurisdiction code is
227: derived inside benutils.formula.
228: 27-Sep-2001 kmahendr 115.89 Bug#1981673-Added parameter ann_mn_elcn_val and
229: ann_mx_elcn_val to ben_determine_variable_rates
230: call and returned values assigned
231:
232: 05-dec-2001 tjesumic 115.90 Add,mutltifly,substract added for vapro values
233: bug:2112513

Line 2967: ben_determine_variable_rates.g_vrbl_mlt_code := null;

2963: l_vr_ann_mx_elcn_val := l_abr.ann_mx_elcn_val;
2964:
2965: -- bug 1210355 safe coding make the global variable g_vrbl_mlt_code null
2966: -- if no variable rate is attached
2967: ben_determine_variable_rates.g_vrbl_mlt_code := null;
2968: --
2969:
2970: else
2971: --Bug 2192102 if the rate is of Flex credit letus get the associated enrt bnft id

Line 2984: ben_determine_variable_rates.main

2980: hr_utility.set_location (' After FLXCR l_enrt_bnft_id '||l_enrt_bnft_id, 19);
2981: end if;
2982: --
2983: hr_utility.set_location ('BDVR_MN '||l_package,10);
2984: ben_determine_variable_rates.main
2985: (p_currepe_row => p_currepe_row
2986: ,p_per_row => p_per_row
2987: ,p_asg_row => p_asg_row
2988: ,p_ast_row => p_ast_row

Line 3021: hr_utility.set_location(' after ben_determine_variable_rates ',200);

3017: ,p_ann_mn_elcn_val => l_vr_ann_mn_elcn_val
3018: ,p_ann_mx_elcn_val => l_vr_ann_mx_elcn_val
3019: );
3020:
3021: hr_utility.set_location(' after ben_determine_variable_rates ',200);
3022: --if l_val is null then
3023: -- l_vr_trtmt_cd := 'RPLC';
3024: --end if;
3025: if (l_abr.rndg_cd is not null or

Line 3306: p_rt_mlt_cd := nvl(ben_determine_variable_rates.g_vrbl_mlt_code,l_abr.rt_mlt_cd);

3302: --
3303:
3304: -- bug 1210355, if variable rate is detected use the mlt code attached to the variable profile
3305: if l_vr_trtmt_cd = 'RPLC' then
3306: p_rt_mlt_cd := nvl(ben_determine_variable_rates.g_vrbl_mlt_code,l_abr.rt_mlt_cd);
3307: else
3308: p_rt_mlt_cd := l_abr.rt_mlt_cd;
3309: end if;
3310: --