DBA Data[Home] [Help]

APPS.PER_VACANCY_SWI dependencies on XSLPROCESSOR

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

786: --
787: Begin
788: --
789: hr_utility.set_location(' Entering:' || l_proc,10);
790: l_number := xslprocessor.valueof(commitNode,attributeName);
791: l_element := xmldom.makeElement(commitNode);
792: l_isNull := xmldom.getAttribute(l_element, 'null');
793: if l_isNull = 'true' then
794: l_number := NULL;