DBA Data[Home] [Help]

APPS.BEN_CPR_BUS dependencies on BEN_PL_F

Line 118: ,ben_pl_f pln

114: l_plnip varchar2(1);
115: cursor c1 is
116: select 'x'
117: from ben_popl_org_f pof
118: ,ben_pl_f pln
119: Where pof.popl_org_id = p_popl_org_id
120: and p_effective_date between pof.effective_start_date
121: and pof.effective_end_date
122: and pof.pl_id = pln.pl_id