DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_RPT dependencies on PAY_CORE_FILES

Line 1435: pay_core_files.write_to_magtape_lob(xml_string1);

1431: --
1432: LOOP
1433: xml_string1 := null;
1434: dbms_lob.read(l_final_xml_string,l_amount,l_offset,xml_string1);
1435: pay_core_files.write_to_magtape_lob(xml_string1);
1436: l_offset := l_offset + l_amount ;
1437: END LOOP;
1438: EXCEPTION
1439: WHEN no_data_found THEN

Line 1467: pay_core_files.write_to_magtape_lob(l_buf);

1463: --
1464: -- l_buf := ''||EOL ;
1465: l_buf := EOL ||''||EOL ;
1466: --
1467: pay_core_files.write_to_magtape_lob(l_buf);
1468: --
1469: if g_debug then
1470: hr_utility.trace ('CLOB contents after appending header information');
1471: hr_utility.trace ('Leaving '||l_proc_name);

Line 1490: pay_core_files.write_to_magtape_lob(l_buf);

1486: hr_utility.trace ('Entering '||l_proc_name);
1487: end if ;
1488: l_buf := '' ;
1489: --
1490: pay_core_files.write_to_magtape_lob(l_buf);
1491: --
1492: if g_debug then
1493: hr_utility.trace ('CLOB contents after appending footer information');
1494: hr_utility.trace ('Leaving '||l_proc_name);