DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_PREM_PRTT_MONTHLY

Line 2830: ben_prem_prtt_monthly.premium_warning

2826: -- If in correction and esd of result is before first day of this month...
2827: if l_datetrack_mode = 'CORRECTION' and l_effective_start_date <
2828: to_date(to_char(p_effective_date, 'mm-yyyy'), 'mm-yyyy') then
2829: if p_sspndd_flag = 'Y' then
2830: ben_prem_prtt_monthly.premium_warning
2831: (p_person_id => p_person_id
2832: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
2833: ,p_effective_start_date => l_effective_start_date
2834: ,p_effective_date => p_effective_date

Line 2837: ben_prem_prtt_monthly.premium_warning

2833: ,p_effective_start_date => l_effective_start_date
2834: ,p_effective_date => p_effective_date
2835: ,p_warning => 'SUSPEND');
2836: else
2837: ben_prem_prtt_monthly.premium_warning
2838: (p_person_id => p_person_id
2839: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
2840: ,p_effective_start_date => l_effective_start_date
2841: ,p_effective_date => p_effective_date