DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 1023: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists

1019: open c_unrest(l_epe.ler_id);
1020: fetch c_unrest into l_dummy;
1021: close c_unrest;
1022: if l_dummy = 'Y' then
1023: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
1024: (p_elig_per_elctbl_chc_id,p_ordr_num);
1025: end if;
1026: if l_enrt_bnft_id is not null then
1027: ben_manage_unres_life_events.update_enrt_bnft

Line 1027: ben_manage_unres_life_events.update_enrt_bnft

1023: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
1024: (p_elig_per_elctbl_chc_id,p_ordr_num);
1025: end if;
1026: if l_enrt_bnft_id is not null then
1027: ben_manage_unres_life_events.update_enrt_bnft
1028: (
1029: p_dflt_flag => p_dflt_flag,
1030: p_val_has_bn_prortd_flag => 'N',
1031: p_bndry_perd_cd => p_bndry_perd_cd,

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

2172: if l_dummy = 'Y'
2173: then
2174: --
2175: hr_utility.set_location('No Coverage For EPE_ID = ' || p_elig_per_elctbl_chc_id, 8787);
2176: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists(p_elig_per_elctbl_chc_id,1);
2177: hr_utility.set_location('l_enrt_bnft_id = ' || l_enrt_bnft_id, 8787);
2178: --
2179: IF l_enrt_bnft_id is not null
2180: THEN

Line 2996: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists

2992: open c_unrest(l_epe.ler_id);
2993: fetch c_unrest into l_dummy;
2994: close c_unrest;
2995: if l_dummy = 'Y' then
2996: l_enrt_bnft_id := ben_manage_unres_life_events.enb_exists
2997: (p_elig_per_elctbl_chc_id,0);
2998: end if;
2999: if not p_calculate_only_mode then
3000: --

Line 3003: ben_manage_unres_life_events.update_enrt_bnft

2999: if not p_calculate_only_mode then
3000: --
3001: if l_enrt_bnft_id is not null then
3002: --
3003: ben_manage_unres_life_events.update_enrt_bnft
3004: (p_dflt_flag => 'N',
3005: p_val_has_bn_prortd_flag => 'N', -- change when prorating
3006: p_bndry_perd_cd => l_cvg(0).bndry_perd_cd,
3007: p_bnft_typ_cd => l_cvg(0).bnft_typ_cd,