DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_PL_F

Line 1263: from ben_pl_f pln

1259: and pil.group_pl_id = p_group_pl_id;
1260: --
1261: cursor c_group_pl_bg is
1262: Select pln.business_group_id
1263: from ben_pl_f pln
1264: where pln.pl_id = p_group_pl_id
1265: and l_ocrd_date between pln.effective_start_date
1266: and pln.effective_end_date;
1267: --