DBA Data[Home] [Help]

APPS.BEN_XRS_BUS dependencies on XDO_TEMPLATES_B

Line 279: from xdo_templates_b

275: l_dummy char(1);
276: --
277: cursor c is
278: select 'x'
279: from xdo_templates_b
280: where template_id = p_xdo_template_id ;
281:
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);