DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on PAY_CORE_FILES

Line 29: pay_core_files.write_to_magtape_lob

25: code
26: 02-NOV-2005 ssouresr 115.7 Removed temporary CRA code message
27: 04-NOV-2005 ssouresr 115.8 Added the CRA approval code RC-05-1122
28: 30-NOV-2005 ssouresr 115.9 Modified package to use the core procedure
29: pay_core_files.write_to_magtape_lob
30: 19-APR-2006 ssouresr 115.10 Modified package to use the function
31: get_IANA_charset to get the character set
32: 25-Jul-2006 ssmukher 115.11 Added code for implementing the
33: QPIP/PPIP taxes.

Line 220: pay_core_files.write_to_magtape_lob(l_header_xml);

216: ''||EOL||
217: ''||EOL||
218: ''||EOL;
219:
220: pay_core_files.write_to_magtape_lob(l_header_xml);
221:
222: fetch_t4_xml(l_aa_id,
223: l_pa_id,
224: l_type,

Line 246: pay_core_files.write_to_magtape_lob(l_trailer_xml);

242: ''||EOL||
243: ''||EOL;
244: end if;
245:
246: pay_core_files.write_to_magtape_lob(l_trailer_xml);
247:
248: exception
249: when others then
250: hr_utility.trace('sqleerm ' || SQLERRM);

Line 882: pay_core_files.write_to_magtape_lob(l_employee_xml);

878: lv_other_amount6 := null;
879:
880: end loop;
881:
882: pay_core_files.write_to_magtape_lob(l_employee_xml);
883:
884: exception
885: when others then
886: hr_utility.trace('sqleerm '|| sqlerrm);

Line 1055: pay_core_files.write_to_magtape_lob(l_header_xml_string);

1051: fnd_global.local_chr(13)||fnd_global.local_chr(10)||
1052: ''||
1053: fnd_global.local_chr(13)||fnd_global.local_chr(10);
1054: */
1055: pay_core_files.write_to_magtape_lob(l_header_xml_string);
1056:
1057: end get_header_xml;
1058:
1059:

Line 1070: pay_core_files.write_to_magtape_lob(l_trailer_xml_string);

1066: l_trailer_xml_string :=
1067: ''||
1068: fnd_global.local_chr(13)||fnd_global.local_chr(10);
1069:
1070: pay_core_files.write_to_magtape_lob(l_trailer_xml_string);
1071:
1072: end get_trailer_xml;
1073:
1074: function get_outfile return VARCHAR2 is