DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_DETERMINE_ACTUAL_PREMIUM

Line 1024: ben_determine_actual_premium.g_computed_prem_val := null ;

1020:
1021: if l_entr_at_enrt_flag = 'Y' then
1022:
1023: begin
1024: ben_determine_actual_premium.g_computed_prem_val := null ;
1025: ben_determine_actual_premium.main
1026: (p_person_id => p_person_id,
1027: p_effective_date => p_effective_date,
1028: p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt,

Line 1025: ben_determine_actual_premium.main

1021: if l_entr_at_enrt_flag = 'Y' then
1022:
1023: begin
1024: ben_determine_actual_premium.g_computed_prem_val := null ;
1025: ben_determine_actual_premium.main
1026: (p_person_id => p_person_id,
1027: p_effective_date => p_effective_date,
1028: p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt,
1029: p_calc_only_rt_val_flag => p_calc_only_rt_val_flag ,

Line 1040: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;

1036: p_bnft_amt => p_bnft_amt,
1037: p_business_group_id => p_business_group_id );
1038:
1039: hr_utility.set_location('premium re calculation over ',555666);
1040: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;
1041: hr_utility.set_location('re calculation premium'||l_actl_prem_value,555666);
1042: ben_determine_actual_premium.g_computed_prem_val := null ;
1043:
1044: end;

Line 1042: ben_determine_actual_premium.g_computed_prem_val := null ;

1038:
1039: hr_utility.set_location('premium re calculation over ',555666);
1040: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;
1041: hr_utility.set_location('re calculation premium'||l_actl_prem_value,555666);
1042: ben_determine_actual_premium.g_computed_prem_val := null ;
1043:
1044: end;
1045: end if;
1046: --- end Fix for bug 7003453