DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on BEN_OIPL_F

Line 151: from ben_oipl_f cop

147: and rownum = 1;
148:
149: cursor c_pl_from_oipl(c_oipl_id number) is
150: select pl_id
151: from ben_oipl_f cop
152: where cop.oipl_id = c_oipl_id
153: and rownum = 1;
154:
155: cursor c_pl_from_oiplip(c_oiplip_id number) is