DBA Data[Home] [Help]

APPS.BEN_DETERMINE_CHC_CTFN dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 203: l_elctbl_chc_ctfn_id := ben_manage_unres_life_events.ecc_exists

199: g_ctfn_created := true;
200: --
201: if p_mode in ('U','R') then
202: --
203: l_elctbl_chc_ctfn_id := ben_manage_unres_life_events.ecc_exists
204: ( p_ELIG_PER_ELCTBL_CHC_ID =>p_elig_per_elctbl_chc_id
205: ,p_enrt_bnft_id =>p_enrt_bnft_id
206: ,p_ENRT_CTFN_TYP_CD =>p_enrt_ctfn_typ_cd
207: );

Line 211: ben_manage_unres_life_events.update_enrt_ctfn

207: );
208: end if;
209: if l_elctbl_chc_ctfn_id is not null then
210: --
211: ben_manage_unres_life_events.update_enrt_ctfn
212: (p_elctbl_chc_ctfn_id => l_elctbl_chc_ctfn_id,
213: p_enrt_ctfn_typ_cd => p_enrt_ctfn_typ_cd,
214: p_rqd_flag => p_rqd_flag,
215: p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,