125: --
126: SELECT
127: fnd_global.local_chr(13) || fnd_global.local_chr(10)
128: INTO EOL
129: FROM dual;
130: --
131: -- l_str1 := '
132: l_str1 := '';
133:
1277: EXCEPTION
1278: --
1279: WHEN OTHERS THEN
1280: -- Return cursor that selects no rows
1281: p_sql := 'select 1 from dual where to_char(:payroll_action_id) = dummy';
1282: fnd_file.put_line(fnd_file.log,'Error in EC 1'||substr(sqlerrm , 1, 30));
1283: --
1284: END RANGE_CODE;
1285: --