DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_REPORT_PKG dependencies on PAY_CORE_FILES

Line 7263: pay_core_files.write_to_magtape_lob(l_xml_assact);

7259: l_xml_assact := l_xml_assact||pay_jp_report_pkg.add_tag('pb',' ')||c_eol;
7260: --
7261: l_xml_assact := l_xml_assact||'';
7262: --
7263: pay_core_files.write_to_magtape_lob(l_xml_assact);
7264: --
7265: else
7266: --
7267: if g_debug

Line 7346: pay_core_files.write_to_magtape_lob(l_xml_header);

7342: end if;
7343: --
7344: l_xml_header := c_eol||''||c_eol;
7345: --
7346: pay_core_files.write_to_magtape_lob(l_xml_header);
7347: --
7348: if g_debug
7349: and g_detail_debug = 'Y' then
7350: hr_utility.set_location(l_proc,1000);

Line 7403: pay_core_files.write_to_magtape_lob(l_xml_footer);

7399: end if;
7400: --
7401: l_xml_footer := '';
7402: --
7403: pay_core_files.write_to_magtape_lob(l_xml_footer);
7404: --
7405: if g_debug
7406: and g_detail_debug = 'Y' then
7407: hr_utility.set_location(l_proc,1000);