DBA Data[Home] [Help]

APPS.BEN_PLN_BUS dependencies on BEN_RPTG_GRP

Line 128: from ben_popl_rptg_grp_f rgr, ben_rptg_grp bnr

124: l_new_opt_typ_cd varchar2(30);
125: --
126: cursor c1 is
127: select null
128: from ben_popl_rptg_grp_f rgr, ben_rptg_grp bnr
129: where rgr.pl_id = p_pl_id
130: and ( rgr.business_group_id = p_business_group_id or p_business_group_id is null)
131: and p_validation_start_date <= rgr.effective_end_date
132: and p_validation_end_date >= rgr.effective_Start_date