DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_ACTIONS

Line 2186: ecx_actions.transform_xml_with_xslt (i_xslt_file_name,

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,
2187: i_version,
2188: i_xslt_application_code,
2189: i_xml_file
2190: );