DBA Data[Home] [Help]

APPS.BEN_ELIGIBILITY_OVERRIDE dependencies on BEN_PRTT_ENRT_RSLT_F

Line 101: from ben_prtt_enrt_rslt_f prtt

97: l_dummy varchar2(1);
98:
99: cursor c_elc is
100: select 'Y'
101: from ben_prtt_enrt_rslt_f prtt
102: where prtt.business_group_id = p_business_group_id
103: and prtt.person_id = p_person_id
104: and p_effective_date between prtt.effective_start_date
105: and prtt.effective_end_date