DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_COMP_OBJECT

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

297: end if;
298: --
299: if p_oipl_id is not null then
300: --
301: ben_comp_object.get_object(p_rec => l_oipl_rec,
302: p_oipl_id => p_oipl_id);
303: --
304: end if;
305: --

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

304: end if;
305: --
306: if p_pl_id is not null then
307: --
308: ben_comp_object.get_object(p_rec => l_pl_rec,
309: p_pl_id => p_pl_id);
310: --
311: end if;
312: --