DBA Data[Home] [Help]

APPS.BEN_PROVIDER_POOLS dependencies on BEN_DETERMINE_ACTIVITY_BASE_RT

Line 2381: ben_determine_activity_base_rt.main

2377: l_prnt_rt_val := abs(p_net_credit_val);
2378: --
2379: hr_utility.set_location('l_prnt_rt_val:'|| l_prnt_rt_val, 10);
2380: hr_utility.set_location('l_child_rt_val:'|| l_child_rt_val, 10);
2381: ben_determine_activity_base_rt.main
2382: (p_person_id => p_person_id
2383: ,p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id
2384: ,p_acty_base_rt_id => l_child_acty_base_rt_id
2385: ,p_effective_date => p_effective_date

Line 6333: ben_determine_activity_base_rt.main

6329: if p_def_exc_amount <> 0 then
6330: --
6331: -- Calculate the child rate.
6332: --
6333: ben_determine_activity_base_rt.main
6334: (p_person_id => l_pen_rec.person_id
6335: ,p_elig_per_elctbl_chc_id => null
6336: ,p_acty_base_rt_id => l_prv_child_rec.acty_base_rt_id
6337: ,p_effective_date => p_effective_date

Line 6484: ben_determine_activity_base_rt.main

6480: close c_abr_child;
6481: --
6482: -- Calculate the child rate.
6483: --
6484: ben_determine_activity_base_rt.main
6485: (p_person_id => l_pen_rec.person_id
6486: ,p_elig_per_elctbl_chc_id => null
6487: ,p_acty_base_rt_id => l_abr_child_rec.acty_base_rt_id
6488: ,p_effective_date => p_effective_date