DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 1062: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists

1058: open c_unrest(l_epe.ler_id);
1059: fetch c_unrest into l_dummy;
1060: close c_unrest;
1061: if l_dummy = 'Y' then
1062: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
1063: (p_elig_per_elctbl_chc_id,p_ordr_num);
1064: end if;
1065: if l_enrt_bnft_id is not null then
1066: ben_manage_unres_life_events.update_enrt_bnft

Line 1066: ben_manage_unres_life_events.update_enrt_bnft

1062: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
1063: (p_elig_per_elctbl_chc_id,p_ordr_num);
1064: end if;
1065: if l_enrt_bnft_id is not null then
1066: ben_manage_unres_life_events.update_enrt_bnft
1067: (
1068: p_dflt_flag => p_dflt_flag,
1069: p_val_has_bn_prortd_flag => 'N',
1070: p_bndry_perd_cd => p_bndry_perd_cd,

Line 2440: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists(p_elig_per_elctbl_chc_id,1);

2436: if l_dummy = 'Y'
2437: then
2438: --
2439: hr_utility.set_location('No Coverage For EPE_ID = ' || p_elig_per_elctbl_chc_id, 8787);
2440: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists(p_elig_per_elctbl_chc_id,1);
2441: hr_utility.set_location('l_enrt_bnft_id = ' || l_enrt_bnft_id, 8787);
2442: --
2443: IF l_enrt_bnft_id is not null
2444: THEN

Line 3316: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists

3312: open c_unrest(l_epe.ler_id);
3313: fetch c_unrest into l_dummy;
3314: close c_unrest;
3315: if l_dummy = 'Y' then
3316: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
3317: (p_elig_per_elctbl_chc_id,0);
3318: end if;
3319: if not p_calculate_only_mode then
3320: --

Line 3323: ben_manage_unres_life_events.update_enrt_bnft

3319: if not p_calculate_only_mode then
3320: --
3321: if l_enrt_bnft_id is not null then
3322: --
3323: ben_manage_unres_life_events.update_enrt_bnft
3324: (p_dflt_flag => 'N',
3325: p_val_has_bn_prortd_flag => 'N', -- change when prorating
3326: p_bndry_perd_cd => l_cvg(0).bndry_perd_cd,
3327: p_bnft_typ_cd => l_cvg(0).bnft_typ_cd,