DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on BEN_OIPLIP_F

Line 157: from ben_oiplip_f opp,

153: and rownum = 1;
154:
155: cursor c_pl_from_oiplip(c_oiplip_id number) is
156: select cpp.pl_id
157: from ben_oiplip_f opp,
158: ben_plip_f cpp
159: where opp.oiplip_id = c_oiplip_id
160: and cpp.plip_id = opp.plip_id
161: and rownum = 1;