DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_DETERMINE_ACTUAL_PREMIUM

Line 989: ben_determine_actual_premium.g_computed_prem_val := null ;

985:
986: if l_entr_at_enrt_flag = 'Y' then
987:
988: begin
989: ben_determine_actual_premium.g_computed_prem_val := null ;
990: ben_determine_actual_premium.main
991: (p_person_id => p_person_id,
992: p_effective_date => p_effective_date,
993: p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt,

Line 990: ben_determine_actual_premium.main

986: if l_entr_at_enrt_flag = 'Y' then
987:
988: begin
989: ben_determine_actual_premium.g_computed_prem_val := null ;
990: ben_determine_actual_premium.main
991: (p_person_id => p_person_id,
992: p_effective_date => p_effective_date,
993: p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt,
994: p_calc_only_rt_val_flag => p_calc_only_rt_val_flag ,

Line 1005: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;

1001: p_bnft_amt => p_bnft_amt,
1002: p_business_group_id => p_business_group_id );
1003:
1004: hr_utility.set_location('premium re calculation over ',555666);
1005: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;
1006: hr_utility.set_location('re calculation premium'||l_actl_prem_value,555666);
1007: ben_determine_actual_premium.g_computed_prem_val := null ;
1008:
1009: end;

Line 1007: ben_determine_actual_premium.g_computed_prem_val := null ;

1003:
1004: hr_utility.set_location('premium re calculation over ',555666);
1005: l_actl_prem_value := ben_determine_actual_premium.g_computed_prem_val ;
1006: hr_utility.set_location('re calculation premium'||l_actl_prem_value,555666);
1007: ben_determine_actual_premium.g_computed_prem_val := null ;
1008:
1009: end;
1010: end if;
1011: --- end Fix for bug 7003453