DBA Data[Home] [Help]

APPS.BEN_PROVIDER_POOLS dependencies on BEN_ELECTION_INFORMATION

Line 2452: ben_election_information.election_information(

2448: p_net_credit_val is null))) then
2449: begin
2450: hr_utility.set_location(l_proc, 70);
2451: if l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2452: ben_election_information.election_information(
2453: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2454: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2455: p_effective_date => p_effective_date,
2456: p_effective_start_date => l_effective_start_date,

Line 2490: ben_election_information.election_information(

2486: (p_rt_val is not null
2487: or p_net_credit_val is not null)) then
2488: hr_utility.set_location(l_proc, 80);
2489: if p_rt_val is not null and l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2490: ben_election_information.election_information(
2491: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2492: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2493: p_effective_date => p_effective_date,
2494: p_effective_start_date => l_effective_start_date,

Line 2528: ben_election_information.election_information(

2524: (p_net_credit_val = 0
2525: and l_prnt_prtt_rt_val_id is not null))) then
2526: --
2527: if l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2528: ben_election_information.election_information(
2529: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2530: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2531: p_effective_date => p_effective_date,
2532: p_effective_start_date => l_effective_start_date,

Line 4284: ben_election_information.election_information(

4280: l_datetrack_mode:=hr_api.g_insert;
4281: end if;
4282: --
4283: hr_utility.set_location(l_proc, 70);
4284: ben_election_information.election_information(
4285: p_elig_per_elctbl_chc_id => l_rlovr_chc.elig_per_elctbl_chc_id,
4286: p_prtt_enrt_rslt_id => l_rlovr_chc.prtt_enrt_rslt_id,
4287: p_effective_date => p_effective_date,
4288: p_effective_start_date => l_effective_start_date,