DBA Data[Home] [Help]

APPS.EDR_PSIG dependencies on STANDARD

Line 2585: --This would give us the required XML without any standard comments.

2581: --We don't want any conversion of special characters.
2582: --This will ensure that the '<' and '> symbols in the base psig_xml are retained.
2583: dbms_xmlgen.setConvertSpecialChars(qryCtx,false);
2584:
2585: --This would give us the required XML without any standard comments.
2586: select extract(dbms_xmlgen.getXMLType(qryCtx),'/ERECORD_XML/*')
2587: into l_result
2588: from dual;
2589: