DBA Data[Home] [Help]

APPS.BEN_DETERMINE_CHC_CTFN dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 201: l_elctbl_chc_ctfn_id := ben_manage_unres_life_events.ecc_exists

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

Line 209: ben_manage_unres_life_events.update_enrt_ctfn

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