DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on BEN_PLIP_F

Line 145: from ben_plip_f cpp

141: -- PDW
142:
143: cursor c_pl_from_plip(c_plip_id number) is
144: select pl_id
145: from ben_plip_f cpp
146: where cpp.plip_id = c_plip_id
147: and rownum = 1;
148:
149: cursor c_pl_from_oipl(c_oipl_id number) is

Line 158: ben_plip_f cpp

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;
162: