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 3062: ben_determine_variable_rates.g_vrbl_mlt_code := null;

3058: l_vr_ann_mx_elcn_val := l_abr.ann_mx_elcn_val;
3059:
3060: -- bug 1210355 safe coding make the global variable g_vrbl_mlt_code null
3061: -- if no variable rate is attached
3062: ben_determine_variable_rates.g_vrbl_mlt_code := null;
3063: --
3064:
3065: else
3066: --Bug 2192102 if the rate is of Flex credit letus get the associated enrt bnft id

Line 3079: ben_determine_variable_rates.main

3075: hr_utility.set_location (' After FLXCR l_enrt_bnft_id '||l_enrt_bnft_id, 19);
3076: end if;
3077: --
3078: hr_utility.set_location ('BDVR_MN '||l_package,10);
3079: ben_determine_variable_rates.main
3080: (p_currepe_row => p_currepe_row
3081: ,p_per_row => p_per_row
3082: ,p_asg_row => p_asg_row
3083: ,p_ast_row => p_ast_row

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

3114: ,p_ann_mx_elcn_val => l_vr_ann_mx_elcn_val
3115: );
3116:
3117: l_vapro_entr_val_at_enrt_flag := p_entr_val_at_enrt_flag; --11065081
3118: hr_utility.set_location(' after ben_determine_variable_rates ',200);
3119: --if l_val is null then
3120: -- l_vr_trtmt_cd := 'RPLC';
3121: --end if;
3122: -- Bug 8943410:Moved this code after the variable rate is treated on std rate

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

3422: --
3423:
3424: -- bug 1210355, if variable rate is detected use the mlt code attached to the variable profile
3425: if l_vr_trtmt_cd = 'RPLC' then
3426: p_rt_mlt_cd := nvl(ben_determine_variable_rates.g_vrbl_mlt_code,l_abr.rt_mlt_cd);
3427: else
3428: p_rt_mlt_cd := l_abr.rt_mlt_cd;
3429: end if;
3430: --