DBA Data[Home] [Help]

APPS.PAY_JP_UITE_REPORT_PKG dependencies on PAY_CORE_FILES

Line 448: pay_core_files.write_to_magtape_lob(lc_buf);

444: --
445:
446: lc_buf := gc_eol ||''||gc_eol ;
447: --
448: pay_core_files.write_to_magtape_lob(lc_buf);
449: --
450: IF gb_debug THEN
451: hr_utility.trace ('CLOB contents after appending header information');
452: hr_utility.trace ('Leaving '||lc_proc_name);

Line 493: pay_core_files.write_to_magtape_lob(lc_buf);

489: hr_utility.trace ('Entering '||lc_proc_name);
490: END IF ;
491: lc_buf := '' ;
492: --
493: pay_core_files.write_to_magtape_lob(lc_buf);
494: --
495: IF gb_debug THEN
496: hr_utility.trace ('CLOB contents after appending footer information');
497: hr_utility.trace ('Leaving '||lc_proc_name);

Line 577: pay_core_files.write_to_magtape_lob(lc_xml_string1);

573: --
574: LOOP
575: lc_xml_string1 := NULL;
576: dbms_lob.read(l_final_xml_string,ln_amount,ln_offset,lc_xml_string1);
577: pay_core_files.write_to_magtape_lob(lc_xml_string1);
578: ln_offset := ln_offset + ln_amount ;
579: END LOOP;
580: --
581: EXCEPTION