DBA Data[Home] [Help]

APPS.BEN_PROVIDER_POOLS dependencies on BEN_ELECTION_INFORMATION

Line 2583: ben_election_information.election_information(

2579: p_net_credit_val is null))) then
2580: begin
2581: hr_utility.set_location(l_proc, 70);
2582: if l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2583: ben_election_information.election_information(
2584: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2585: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2586: p_effective_date => p_effective_date,
2587: p_effective_start_date => l_effective_start_date,

Line 2621: ben_election_information.election_information(

2617: (p_rt_val is not null
2618: or p_net_credit_val is not null)) then
2619: hr_utility.set_location(l_proc, 80);
2620: if p_rt_val is not null and l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2621: ben_election_information.election_information(
2622: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2623: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2624: p_effective_date => p_effective_date,
2625: p_effective_start_date => l_effective_start_date,

Line 2659: ben_election_information.election_information(

2655: (p_net_credit_val = 0
2656: and l_prnt_prtt_rt_val_id is not null))) then
2657: --
2658: if l_flex_credit_choice.elig_per_elctbl_chc_id is not null then --Bug 2645624
2659: ben_election_information.election_information(
2660: p_elig_per_elctbl_chc_id => l_flex_credit_choice.elig_per_elctbl_chc_id,
2661: p_prtt_enrt_rslt_id => l_flex_credit_choice.prtt_enrt_rslt_id,
2662: p_effective_date => p_effective_date,
2663: p_effective_start_date => l_effective_start_date,

Line 4463: ben_election_information.election_information(

4459: l_datetrack_mode:=hr_api.g_insert;
4460: end if;
4461: --
4462: hr_utility.set_location(l_proc, 70);
4463: ben_election_information.election_information(
4464: p_elig_per_elctbl_chc_id => l_rlovr_chc.elig_per_elctbl_chc_id,
4465: p_prtt_enrt_rslt_id => l_rlovr_chc.prtt_enrt_rslt_id,
4466: p_effective_date => p_effective_date,
4467: p_effective_start_date => l_effective_start_date,