DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_PREM_PRTT_MONTHLY

Line 2976: ben_prem_prtt_monthly.premium_warning

2972: -- If in correction and esd of result is before first day of this month...
2973: if l_datetrack_mode = 'CORRECTION' and l_effective_start_date <
2974: to_date(to_char(p_effective_date, 'mm-yyyy'), 'mm-yyyy') then
2975: if p_sspndd_flag = 'Y' then
2976: ben_prem_prtt_monthly.premium_warning
2977: (p_person_id => p_person_id
2978: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
2979: ,p_effective_start_date => l_effective_start_date
2980: ,p_effective_date => p_effective_date

Line 2983: ben_prem_prtt_monthly.premium_warning

2979: ,p_effective_start_date => l_effective_start_date
2980: ,p_effective_date => p_effective_date
2981: ,p_warning => 'SUSPEND');
2982: else
2983: ben_prem_prtt_monthly.premium_warning
2984: (p_person_id => p_person_id
2985: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
2986: ,p_effective_start_date => l_effective_start_date
2987: ,p_effective_date => p_effective_date