DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on BEN_EVALUATE_DPNT_ELG_PROFILES

Line 328: --Always call ben_evaluate_dpnt_elg_profiles.main

324: --
325: if l_lf_evt_ocrd_dt < p_effective_date then
326: l_lf_evt_ocrd_dt := null ;
327: end if;
328: --Always call ben_evaluate_dpnt_elg_profiles.main
329: --
330: l_dependent_eligible_flag := 'N';
331: ben_evaluate_dpnt_elg_profiles.main(
332: p_contact_relationship_id => p_contact_relationship_id

Line 331: ben_evaluate_dpnt_elg_profiles.main(

327: end if;
328: --Always call ben_evaluate_dpnt_elg_profiles.main
329: --
330: l_dependent_eligible_flag := 'N';
331: ben_evaluate_dpnt_elg_profiles.main(
332: p_contact_relationship_id => p_contact_relationship_id
333: , p_contact_person_id => p_contact_person_id
334: , p_pgm_id => p_pgm_id
335: , p_pl_id => epe.pl_id

Line 348: l_egd_elig_thru_dt := ben_evaluate_dpnt_elg_profiles.get_elig_change_dt;

344: , p_dpnt_inelig_rsn_cd => l_inelig_rsn_cd --out
345: );
346: --
347: -- 5100008 : EGD ELIG_THRU_DT
348: l_egd_elig_thru_dt := ben_evaluate_dpnt_elg_profiles.get_elig_change_dt;
349: --
350: open c_elig_dpnt(p_contact_person_id,
351: epe.elig_per_elctbl_chc_id,
352: p_effective_date);