DBA Data[Home] [Help]

APPS.PER_JP_WRKREG_REPORT_PKG dependencies on PAY_CORE_FILES

Line 1688: pay_core_files.write_to_magtape_lob(lc_xml_string1);

1684: --
1685: LOOP
1686: lc_xml_string1 := NULL;
1687: dbms_lob.read(l_final_xml_string,ln_amount,ln_offset,lc_xml_string1);
1688: pay_core_files.write_to_magtape_lob(lc_xml_string1);
1689: ln_offset := ln_offset + ln_amount ;
1690: END LOOP;
1691: --
1692: EXCEPTION

Line 1749: pay_core_files.write_to_magtape_lob(lc_buf);

1745: --
1746: --lc_buf := '<:1xml version="1.0" encoding="UTF-8":2>'||gc_eol ;
1747: lc_buf := gc_eol ||''||gc_eol ;
1748: --
1749: pay_core_files.write_to_magtape_lob(lc_buf);
1750: --
1751: IF gb_debug THEN
1752: hr_utility.trace ('CLOB contents after appending header information');
1753: hr_utility.trace ('Leaving '||lc_proc_name);

Line 1794: pay_core_files.write_to_magtape_lob(lc_buf);

1790: hr_utility.trace ('Entering '||lc_proc_name);
1791: END IF ;
1792: lc_buf := '' ;
1793: --
1794: pay_core_files.write_to_magtape_lob(lc_buf);
1795: --
1796: IF gb_debug THEN
1797: hr_utility.trace ('CLOB contents after appending footer information');
1798: hr_utility.trace ('Leaving '||lc_proc_name);