DBA Data[Home] [Help]

APPS.IRC_ITA_BUS dependencies on XDO_TEMPLATES_B

Line 276: from xdo_templates_b

272: l_api_updating boolean;
273: --
274: cursor csr_template is
275: select null
276: from xdo_templates_b
277: where template_id = p_template_id;
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc,10);