DBA Data[Home] [Help]

APPS.BEN_PRV_BUS dependencies on BEN_DISTRIBUTE_RATES

Line 1079: /* ben_distribute_rates.prorate_min_max

1075: fetch c3 into l_c3;
1076: close c3;
1077:
1078: -- Bug: 4272271. Commented out the prorate_min_max as proration was happening on already prorated values.
1079: /* ben_distribute_rates.prorate_min_max
1080: (p_person_id => l_c3.person_id
1081: ,p_effective_date => p_effective_date
1082: ,p_elig_per_elctbl_chc_id => l_c1.elig_per_elctbl_chc_id
1083: ,p_acty_base_rt_id => l_c1.acty_base_rt_id

Line 1091: ben_distribute_rates.compare_balances

1087: */
1088:
1089: -- Also, check that their period-to-date payments and claims do not
1090: -- force the minimum and maximum to be different.
1091: ben_distribute_rates.compare_balances
1092: (p_person_id => l_c3.person_id
1093: ,p_effective_date => p_effective_date
1094: ,p_elig_per_elctbl_chc_id => l_c1.elig_per_elctbl_chc_id
1095: ,p_acty_base_rt_id => l_c1.acty_base_rt_id