DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on FND_PROFILE

Line 857: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');

853: /*Remove the header (21 characters)*/
854: --DBMS_LOB.copy (x_xml_doc, p_xml_src1, l_offset + 1);
855:
856: /*The following 3 lines of code ensures that XML data generated here uses the right encoding*/
857: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
858: l_xml_header := '';
859: DBMS_LOB.writeappend (x_xml_doc, length(l_xml_header), l_xml_header);
860:
861: -- Append the root tag to the XML doc