DBA Data[Home] [Help]

APPS.PAY_JP_SPR_EFILE_PKG dependencies on PAY_CORE_FILES

Line 4282: pay_core_files.write_to_magtape_lob(l_xml_assact);

4278: '';
4279: --
4280: end if;
4281: --
4282: pay_core_files.write_to_magtape_lob(l_xml_assact);
4283: --
4284: else
4285: --
4286: if g_debug

Line 5336: pay_core_files.write_to_magtape_lob(l_xml_header);

5332: end if;
5333: --
5334: l_xml_header := c_eol||''||c_eol;
5335: --
5336: pay_core_files.write_to_magtape_lob(l_xml_header);
5337: --
5338: if g_debug
5339: and g_detail_debug = 'Y' then
5340: hr_utility.set_location(l_proc,1000);

Line 5393: pay_core_files.write_to_magtape_lob(l_xml_footer);

5389: end if;
5390: --
5391: l_xml_footer := '';
5392: --
5393: pay_core_files.write_to_magtape_lob(l_xml_footer);
5394: --
5395: if g_debug
5396: and g_detail_debug = 'Y' then
5397: hr_utility.set_location(l_proc,10);