DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on BEN_EVALUATE_DPNT_ELG_PROFILES

Line 331: --Always call ben_evaluate_dpnt_elg_profiles.main

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

Line 334: ben_evaluate_dpnt_elg_profiles.main(

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

Line 351: l_egd_elig_thru_dt := ben_evaluate_dpnt_elg_profiles.get_elig_change_dt;

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