DBA Data[Home] [Help]

APPS.BEN_PRY_BUS dependencies on BEN_PRC_BUS

Line 300: l_total_pymt_amt := ben_prc_bus.get_year_balance (

296: -- not in grace period or claim is in only for current year
297: if l_popl_yr_perd_id_2 is null or (l_popl_yr_perd_id_2 is not null and
298: l_amt_year1 is null) then
299: --
300: l_total_pymt_amt := ben_prc_bus.get_year_balance (
301: p_person_id => l_pl_info.submitter_person_id
302: ,p_pgm_id => null
303: ,p_pl_id => l_pl_info.pl_id
304: ,p_business_group_id => p_rec.business_group_id

Line 392: l_total_pymt_amt := ben_prc_bus.get_year_balance (

388: fetch c_yr_perd into l_yr_end;
389: close c_yr_perd;
390: --
391: --
392: l_total_pymt_amt := ben_prc_bus.get_year_balance (
393: p_person_id => l_pl_info.submitter_person_id
394: ,p_pgm_id => null
395: ,p_pl_id => l_pl_info.pl_id
396: ,p_business_group_id => p_rec.business_group_id

Line 440: ben_prc_bus.get_year_balance (

436: --
437: if l_amt_year2 is not null then
438: --
439: l_total_pymt_amt := l_total_pymt_amt +
440: ben_prc_bus.get_year_balance (
441: p_person_id => l_pl_info.submitter_person_id
442: ,p_pgm_id => null
443: ,p_pl_id => l_pl_info.pl_id
444: ,p_business_group_id => p_rec.business_group_id