DBA Data[Home] [Help]

APPS.PAY_JP_DEF_REPORT_PKG dependencies on PAY_CORE_FILES

Line 2518: pay_core_files.write_to_magtape_lob(l_xml_assact);

2514: --
2515: else
2516: --
2517: -- write lob for each page because limitation size of l_xml_assact
2518: pay_core_files.write_to_magtape_lob(l_xml_assact);
2519: --
2520: end if;
2521: --
2522: l_xml_assact_temp := null;

Line 2549: pay_core_files.write_to_magtape_lob(l_xml_assact);

2545: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_assact),l_xml_assact);
2546: --
2547: else
2548: --
2549: pay_core_files.write_to_magtape_lob(l_xml_assact);
2550: --
2551: end if;
2552: --
2553: if g_debug

Line 2601: pay_core_files.write_to_magtape_lob(l_xml_header);

2597: end if;
2598: --
2599: l_xml_header := c_eol||''||c_eol;
2600: --
2601: pay_core_files.write_to_magtape_lob(l_xml_header);
2602: --
2603: if g_debug
2604: and g_detail_debug = 'Y' then
2605: hr_utility.set_location(l_proc,1000);

Line 2684: pay_core_files.write_to_magtape_lob(l_xml_footer);

2680: end if;
2681: --
2682: l_xml_footer := '';
2683: --
2684: pay_core_files.write_to_magtape_lob(l_xml_footer);
2685: --
2686: if g_debug
2687: and g_detail_debug = 'Y' then
2688: hr_utility.set_location(l_proc,1000);