DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY3 dependencies on BEN_COMP_OBJECT

Line 217: ben_comp_object.get_object(p_plip_id => p_plip_id,

213: end if;
214: --
215: if p_plip_id is not null then
216: --
217: ben_comp_object.get_object(p_plip_id => p_plip_id,
218: p_rec => l_plip_rec);
219: --
220: elsif p_ptip_id is not null then
221: --

Line 222: ben_comp_object.get_object(p_ptip_id => p_ptip_id,

218: p_rec => l_plip_rec);
219: --
220: elsif p_ptip_id is not null then
221: --
222: ben_comp_object.get_object(p_ptip_id => p_ptip_id,
223: p_rec => l_ptip_rec);
224: --
225: end if;
226: --