DBA Data[Home] [Help]

APPS.BEN_PRTT_REIMBMT_RQST_API dependencies on BEN_PRC_BUS

Line 219: l_total_pymt_amt := ben_prc_bus.get_year_balance (

215: -- not in grace period or claim is in only for current year
216: if l_popl_yr_perd_id_2 is null or (l_popl_yr_perd_id_2 is not null and
217: l_amt_year1 is null) then
218: --
219: l_total_pymt_amt := ben_prc_bus.get_year_balance (
220: p_person_id => l_pl_info.submitter_person_id
221: ,p_pgm_id => null
222: ,p_pl_id => l_pl_info.pl_id
223: ,p_business_group_id => p_business_group_id

Line 308: l_total_pymt_amt := ben_prc_bus.get_year_balance (

304: fetch c_yr_perd into l_yr_end;
305: close c_yr_perd;
306: --
307: --
308: l_total_pymt_amt := ben_prc_bus.get_year_balance (
309: p_person_id => l_pl_info.submitter_person_id
310: ,p_pgm_id => null
311: ,p_pl_id => l_pl_info.pl_id
312: ,p_business_group_id => p_business_group_id

Line 355: ben_prc_bus.get_year_balance (

351: --
352: if l_amt_year2 is not null then
353: --
354: l_total_pymt_amt := l_total_pymt_amt +
355: ben_prc_bus.get_year_balance (
356: p_person_id => l_pl_info.submitter_person_id
357: ,p_pgm_id => null
358: ,p_pl_id => l_pl_info.pl_id
359: ,p_business_group_id => p_business_group_id