731: effective_end_date,
732: hrl.MEANING,
733: 'Dependent certification: ' type
734: from ben_cvrd_dpnt_ctfn_prvdd_f dpf,
735: hr_lookups hrl
736: where dpf.prtt_enrt_actn_id = c_prtt_enrt_actn_id
737: and dpf.business_group_id = p_business_group_id
738: and p_effective_date between dpf.effective_start_date
739: and dpf.effective_end_date
746: effective_end_date,
747: hrl.MEANING,
748: 'Participant certification: ' type
749: from ben_prtt_enrt_ctfn_prvdd_f pcf,
750: hr_lookups hrl
751: where pcf.prtt_enrt_actn_id = c_prtt_enrt_actn_id
752: and pcf.business_group_id = p_business_group_id
753: and p_effective_date between pcf.effective_start_date
754: and pcf.effective_end_date