DBA Data[Home] [Help]

APPS.PAY_JP_DEF_REPORT_PKG dependencies on DBMS_LOB

Line 2513: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_assact),l_xml_assact);

2509: end if;
2510: --
2511: if nvl(g_call_type,'X') = 'SS' then
2512: --
2513: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_assact),l_xml_assact);
2514: --
2515: else
2516: --
2517: -- write lob for each page because limitation size of l_xml_assact

Line 2545: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_assact),l_xml_assact);

2541: end if;
2542: --
2543: if nvl(g_call_type,'X') = 'SS' then
2544: --
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);

Line 2749: dbms_lob.createtemporary(g_xml_assact_ss,true);

2745: and g_detail_debug = 'Y' then
2746: hr_utility.set_location(l_proc,30);
2747: end if;
2748: --
2749: dbms_lob.createtemporary(g_xml_assact_ss,true);
2750: --
2751: if g_debug
2752: and g_detail_debug = 'Y' then
2753: hr_utility.set_location(l_proc,40);

Line 2756: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_header),l_xml_header);

2752: and g_detail_debug = 'Y' then
2753: hr_utility.set_location(l_proc,40);
2754: end if;
2755: --
2756: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_header),l_xml_header);
2757: --
2758: if g_debug
2759: and g_detail_debug = 'Y' then
2760: hr_utility.set_location(l_proc,50);

Line 2770: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_footer),l_xml_footer);

2766: and g_detail_debug = 'Y' then
2767: hr_utility.set_location(l_proc,60);
2768: end if;
2769: --
2770: dbms_lob.writeappend(g_xml_assact_ss,length(l_xml_footer),l_xml_footer);
2771: --
2772: if g_debug
2773: and g_detail_debug = 'Y' then
2774: hr_utility.set_location(l_proc,70);