DBA Data[Home] [Help]

APPS.BEN_PROVIDER_POOLS dependencies on BEN_DETERMINE_ACTIVITY_BASE_RT

Line 2512: ben_determine_activity_base_rt.main

2508: l_prnt_rt_val := abs(p_net_credit_val);
2509: --
2510: hr_utility.set_location('l_prnt_rt_val:'|| l_prnt_rt_val, 10);
2511: hr_utility.set_location('l_child_rt_val:'|| l_child_rt_val, 10);
2512: ben_determine_activity_base_rt.main
2513: (p_person_id => p_person_id
2514: ,p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id
2515: ,p_acty_base_rt_id => l_child_acty_base_rt_id
2516: ,p_effective_date => p_effective_date

Line 6510: ben_determine_activity_base_rt.main

6506: if p_def_exc_amount <> 0 then
6507: --
6508: -- Calculate the child rate.
6509: --
6510: ben_determine_activity_base_rt.main
6511: (p_person_id => l_pen_rec.person_id
6512: ,p_elig_per_elctbl_chc_id => null
6513: ,p_acty_base_rt_id => l_prv_child_rec.acty_base_rt_id
6514: ,p_effective_date => p_effective_date

Line 6661: ben_determine_activity_base_rt.main

6657: close c_abr_child;
6658: --
6659: -- Calculate the child rate.
6660: --
6661: ben_determine_activity_base_rt.main
6662: (p_person_id => l_pen_rec.person_id
6663: ,p_elig_per_elctbl_chc_id => null
6664: ,p_acty_base_rt_id => l_abr_child_rec.acty_base_rt_id
6665: ,p_effective_date => p_effective_date