DBA Data[Home] [Help]

APPS.BEN_PTP_BUS dependencies on BEN_RPTG_GRP

Line 331: from ben_pl_f pln, ben_popl_rptg_grp_f rgr, ben_rptg_grp bnr

327: l_dummy varchar2(1);
328: --
329: cursor c1 is
330: select null
331: from ben_pl_f pln, ben_popl_rptg_grp_f rgr, ben_rptg_grp bnr
332: where pln.pl_typ_id = p_pl_typ_id
333: and ( pln.business_group_id = p_business_group_id or p_business_group_id is null)
334: and p_validation_start_date <= pln.effective_end_date
335: and p_validation_end_date >= pln.effective_Start_date