78: -- Initialze variables for storing XML Data
79:
80: DBMS_LOB.createtemporary(l_xml_doc, TRUE);
81: /*Bug 7305146*/
82: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
83: l_xml_header := '';
84: DBMS_LOB.writeappend (l_xml_doc, length(l_xml_header), l_xml_header);
85:
86: DBMS_LOB.writeappend (l_xml_doc, 8, '
420: l_stmt_num := 10;
421:
422: -- Get the proile value to determine the aging basis
423:
424: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
425:
426:
427: -- select the operating unit for which the program is launched.
428:
666: l_stmt_num := 5;
667:
668: -- Get the proile value to determine the aging basis
669:
670: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
671:
672: -- select the operating unit for which the program is launched.
673:
674: l_stmt_num := 10;