DBA Data[Home] [Help]

APPS.BEN_GLOBAL_FUNCTIONS dependencies on BEN_OIPLIP_F

Line 202: from ben_oiplip_f opp,

198: (c_oiplip_id in number
199: )
200: is
201: select cpp.pgm_id
202: from ben_oiplip_f opp,
203: ben_plip_f cpp
204: where opp.oiplip_id = c_oiplip_id
205: and opp.plip_id = cpp.plip_id;
206: