DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on DBMS_LOB

Line 544: dbms_lob.createtemporary(p_xmldoc,true,dbms_lob.session);

540:
541: -- VS - map_code = event_name WHY...Lets's discuss
542: -- map_code ect. should come from paramter list
543:
544: dbms_lob.createtemporary(p_xmldoc,true,dbms_lob.session);
545: map_code := wf_event.getValueForParameter('ECX_MAP_CODE',p_parameter_list);
546: debug_level := wf_event.getValueForParameter('ECX_DEBUG_LEVEL',p_parameter_list);
547: /** Which exception to use here for throwing the Error to BES **/
548: if (map_code is null ) then

Line 583: --dbms_lob.freetemporary(p_xmldoc);

579:
580: -- Removed for time being as the parameters are IN type only.
581: --wf_event.addParameterToList('ECX_ERROR_TYPE', ecx_utils.error_type,p_parameter_list);
582: --wf_event.addParameterToList('ECX_LOG_FILE', ecx_utils.g_logfile,p_parameter_list);
583: --dbms_lob.freetemporary(p_xmldoc);
584: return p_xmldoc;
585: exception
586: when others then
587: wf_core.context('ECX_STANDARD', 'Generate', p_event_name, p_event_key);

Line 2182: dbms_lob.trim(i_xml_file, 0);

2178:
2179: ecx_utils.g_xmldoc := xmlDOM.makeNode(l_xml_doc);
2180:
2181: /* Bug #2517237 : Trim the Clob before writing the transformed xml */
2182: dbms_lob.trim(i_xml_file, 0);
2183: /* bug 10254870: Calling overloaded procedure by passing out parameter of type clob
2184: which will return transformed output */
2185: -- call transform_xml_with_xslt to do the transformation
2186: ecx_actions.transform_xml_with_xslt (i_xslt_file_name,