DBA Data[Home] [Help]

APPS.PAY_JP_IWHT_REPORT_PKG dependencies on PAY_CORE_FILES

Line 474: pay_core_files.write_to_magtape_lob(lc_buf);

470: --
471:
472: lc_buf := gc_eol ||''||gc_eol ;
473: --
474: pay_core_files.write_to_magtape_lob(lc_buf);
475: --
476: IF gb_debug THEN
477: hr_utility.trace ('CLOB contents after appending header information');
478: hr_utility.trace ('Leaving '||lc_proc_name);

Line 519: pay_core_files.write_to_magtape_lob(lc_buf);

515: hr_utility.trace ('Entering '||lc_proc_name);
516: END IF ;
517: lc_buf := '' ;
518: --
519: pay_core_files.write_to_magtape_lob(lc_buf);
520: --
521: IF gb_debug THEN
522: hr_utility.trace ('CLOB contents after appending footer information');
523: hr_utility.trace ('Leaving '||lc_proc_name);

Line 603: pay_core_files.write_to_magtape_lob(lc_xml_string1);

599: --
600: LOOP
601: lc_xml_string1 := NULL;
602: dbms_lob.read(l_final_xml_string,ln_amount,ln_offset,lc_xml_string1);
603: pay_core_files.write_to_magtape_lob(lc_xml_string1);
604: ln_offset := ln_offset + ln_amount ;
605: END LOOP;
606: --
607: EXCEPTION