165: l_counter PLS_INTEGER;
166: l_IANA_charset VARCHAR2 (50);
167: BEGIN
168: l_IANA_charset :=hr_fi_utility.get_IANA_charset ;
169: hr_utility.set_location ('Entering WritetoCLOB ', 70);
170: l_str1 := '
171: l_str2 := '<';
172: l_str3 := '>';
173: l_str4 := '';
226: COMMIT;
227: EXCEPTION
228: WHEN OTHERS
229: THEN
230: hr_utility.TRACE ( 'sqlerrm '
231: || SQLERRM);
232: hr_utility.raise_error;
233: END writetoclob;
234: -------------------------------------------------------------------------------------------------------------------------
228: WHEN OTHERS
229: THEN
230: hr_utility.TRACE ( 'sqlerrm '
231: || SQLERRM);
232: hr_utility.raise_error;
233: END writetoclob;
234: -------------------------------------------------------------------------------------------------------------------------
235: END PAY_FI_ACRR;