DBA Data[Home] [Help]

APPS.PER_VACANCY_SWI dependencies on XSLPROCESSOR

Line 784: l_number := xslprocessor.valueof(commitNode,attributeName);

780: --
781: Begin
782: --
783: hr_utility.set_location(' Entering:' || l_proc,10);
784: l_number := xslprocessor.valueof(commitNode,attributeName);
785: l_element := xmldom.makeElement(commitNode);
786: l_isNull := xmldom.getAttribute(l_element, 'null');
787: if l_isNull = 'true' then
788: l_number := NULL;