DBA Data[Home] [Help]

APPS.IRC_POSTING_CONTENT_SWI dependencies on XSLPROCESSOR

Line 871: xslprocessor.valueof(commitNode,attributeName,l_varchar2);

867: l_element xmldom.DOMElement;
868: l_proc varchar2(72) := g_package || 'getVarchar2Value';
869: Begin
870: hr_utility.set_location(' Entering:' || l_proc,10);
871: xslprocessor.valueof(commitNode,attributeName,l_varchar2);
872: l_element := xmldom.makeElement(commitNode);
873: l_isNull := xmldom.getAttribute(l_element, 'null');
874: if l_isNull = 'true' then
875: l_varchar2 := NULL;