157: l_counter PLS_INTEGER;
158: l_IANA_charset VARCHAR2 (50);
159: BEGIN
160: l_IANA_charset :=hr_no_utility.get_IANA_charset ;
161: hr_utility.set_location ('Entering WritetoCLOB ', 70);
162: l_str1 := '
163: l_str2 := '<';
164: l_str3 := '>';
165: l_str4 := '';
218:
219: EXCEPTION
220: WHEN OTHERS
221: THEN
222: hr_utility.TRACE ( 'sqlerrm '
223: || SQLERRM);
224: hr_utility.raise_error;
225: END writetoclob;
226:
220: WHEN OTHERS
221: THEN
222: hr_utility.TRACE ( 'sqlerrm '
223: || SQLERRM);
224: hr_utility.raise_error;
225: END writetoclob;
226:
227: END PAY_NO_HOLIDAY_ENT_REPORT;