DBA Data[Home] [Help]

APPS.BEN_RGR_BUS dependencies on BEN_PL_TYP_F

Line 300: from ben_pl_f pln, ben_pl_typ_f ptp

296: where rptg_grp_id = p_rptg_grp_id;
297: --
298: cursor crs_irec_pln is
299: select null
300: from ben_pl_f pln, ben_pl_typ_f ptp
301: where pln.pl_id = p_pl_id
302: and p_validate_start_date <= pln.effective_end_date
303: and p_validate_end_date >= pln.effective_start_date
304: and pln.pl_typ_id = ptp.pl_typ_id