DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_COMP_OBJECT

Line 286: ben_comp_object.get_object(p_rec => l_oipl_rec,

282: end if;
283: --
284: if p_oipl_id is not null then
285: --
286: ben_comp_object.get_object(p_rec => l_oipl_rec,
287: p_oipl_id => p_oipl_id);
288: --
289: end if;
290: --

Line 293: ben_comp_object.get_object(p_rec => l_pl_rec,

289: end if;
290: --
291: if p_pl_id is not null then
292: --
293: ben_comp_object.get_object(p_rec => l_pl_rec,
294: p_pl_id => p_pl_id);
295: --
296: end if;
297: --