DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_ELECTION_INFORMATION

Line 2637: ben_election_information.election_information

2633: --
2634: end if;
2635: */
2636: --
2637: ben_election_information.election_information
2638: (p_elig_per_elctbl_chc_id => l_epe.elig_per_elctbl_chc_id
2639: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
2640: ,p_effective_date => p_effective_date
2641: ,p_enrt_mthd_cd => p_enrt_mthd_cd

Line 3222: hr_utility.set_location(' g_enb '||ben_election_information.g_enrt_bnft_id,1234);

3218: hr_utility.set_location(' l_rplcs_sspndd_rslt_id '||l_rplcs_sspndd_rslt_id,1234);
3219: hr_utility.set_location(' l_pen.bnft_amt '||l_pen.bnft_amt,1234);
3220: hr_utility.set_location(' l_interim_bnft_amt '||l_interim_bnft_amt,1234);
3221: hr_utility.set_location(' l_current_enrt_bnft_id '||l_current_enrt_bnft_id,1234);
3222: hr_utility.set_location(' g_enb '||ben_election_information.g_enrt_bnft_id,1234);
3223: hr_utility.set_location(' l_enrt_bnft_id '||l_enrt_bnft_id,1234);
3224: hr_utility.set_location(' l_pen.elig_per_elctbl_chc_id '||l_pen.elig_per_elctbl_chc_id,1234);
3225: hr_utility.set_location(' l_interim_epe_id '||l_interim_epe_id,1234);
3226: --

Line 3229: nvl(ben_election_information.g_enrt_bnft_id,-1) <> nvl(l_enrt_bnft_id,-1) or

3225: hr_utility.set_location(' l_interim_epe_id '||l_interim_epe_id,1234);
3226: --
3227: /*ENH
3228: if ( p_prtt_enrt_rslt_id<>nvl(l_rplcs_sspndd_rslt_id,-1) or
3229: nvl(ben_election_information.g_enrt_bnft_id,-1) <> nvl(l_enrt_bnft_id,-1) or
3230: -- nvl(l_current_enrt_bnft_id,-1)<>nvl(l_enrt_bnft_id,-1) or Bug 1886183
3231: nvl(l_pen.bnft_amt,0)<>nvl(l_interim_bnft_amt,0))
3232: and ( l_pen.elig_per_elctbl_chc_id <> nvl(l_interim_epe_id,-1) -- Bug 1886183
3233: or l_bnft_or_option_rstrctn_cd = 'BNFT') then --1998648

Line 3260: -- ben_election_information.g_elig_per_elctbl_chc_id:=

3256: -- but this causes certifications not to be carried over because
3257: -- benactcm logic requires result_id not to change.
3258: -- also line below process_interim to null out the global too.
3259: --
3260: -- ben_election_information.g_elig_per_elctbl_chc_id:=
3261: -- l_pen.elig_per_elctbl_chc_id;
3262: --Bug 4422667
3263: g_interim_flag := 'Y';
3264: --

Line 3283: -- ben_election_information.g_elig_per_elctbl_chc_id:=null;

3279: -- 6337803 unsetting the pen id to be suspended
3280: ben_sspndd_enrollment.g_sspnded_rslt_id := null;
3281:
3282: --
3283: -- ben_election_information.g_elig_per_elctbl_chc_id:=null;
3284:
3285: if p_prtt_enrt_rslt_id=l_rplcs_sspndd_rslt_id then
3286: --
3287: -- get the updated ovn

Line 4533: ben_election_information.manage_enrt_bnft(

4529: close c_enrt_bnft ;
4530: --
4531: if l_enrt_bnft_id is not null then
4532: --
4533: ben_election_information.manage_enrt_bnft(
4534: p_enrt_bnft_id => l_enrt_bnft_id,
4535: p_effective_date => p_effective_date,
4536: p_object_version_number => l_enb_object_version_number,
4537: p_business_group_id => p_business_group_id,