DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_RPT dependencies on PAY_CORE_FILES

Line 1965: pay_core_files.write_to_magtape_lob(xml_string1);

1961: --
1962: LOOP
1963: xml_string1 := null;
1964: dbms_lob.read(l_final_xml_string,l_amount,l_offset,xml_string1);
1965: pay_core_files.write_to_magtape_lob(xml_string1);
1966: l_offset := l_offset + l_amount ;
1967: END LOOP;
1968: EXCEPTION
1969: WHEN no_data_found THEN

Line 1997: pay_core_files.write_to_magtape_lob(l_buf);

1993: --
1994: -- l_buf := ''||EOL ;
1995: l_buf := EOL ||''||EOL ;
1996: --
1997: pay_core_files.write_to_magtape_lob(l_buf);
1998: --
1999: if g_debug then
2000: hr_utility.trace ('CLOB contents after appending header information');
2001: hr_utility.trace ('Leaving '||l_proc_name);

Line 2020: pay_core_files.write_to_magtape_lob(l_buf);

2016: hr_utility.trace ('Entering '||l_proc_name);
2017: end if ;
2018: l_buf := '' ;
2019: --
2020: pay_core_files.write_to_magtape_lob(l_buf);
2021: --
2022: if g_debug then
2023: hr_utility.trace ('CLOB contents after appending footer information');
2024: hr_utility.trace ('Leaving '||l_proc_name);