DBA Data[Home] [Help]

APPS.PAY_CA_RL2_CAN_MAG dependencies on PAY_CORE_FILES

Line 782: pay_core_files.write_to_magtape_lob(l_final_xml_string);

778:
779: BEGIN
780:
781: l_final_xml_string := '';
782: pay_core_files.write_to_magtape_lob(l_final_xml_string);
783:
784: END;
785:
786: END;

Line 1288: pay_core_files.write_to_magtape_lob(l_final_xml_string);

1284: '

' || EOL;
1285:
1286: --hr_utility.trace('l_final_xml_string = ' || l_final_xml_string);
1287:
1288: pay_core_files.write_to_magtape_lob(l_final_xml_string);
1289: END;
1290: END xml_transmitter_record;
1291:
1292:

Line 2463: pay_core_files.write_to_magtape_lob(l_final_xml_string);*/

2459: '' || EOL || '' || EOL ||
2460: '' ;
2461:
2462: hr_utility.trace('Just before Printing the file details ');
2463: pay_core_files.write_to_magtape_lob(l_final_xml_string);*/
2464: /* Bug 14701748 */
2465: further_info_details:= null;
2466:
2467: IF l_status = 'Failed' THEN --For Failed employees further info should be displayed in single row. 'l_other_details' should be displayed

Line 2661: pay_core_files.write_to_magtape_lob(l_final_xml_string);

2657: end if;
2658: end if;
2659: /* Bug 14701748 */
2660: hr_utility.trace('Just before Printing the file details ');
2661: pay_core_files.write_to_magtape_lob(l_final_xml_string);
2662: END;
2663: END xml_employee_record;
2664:
2665: PROCEDURE xml_employer_start IS

Line 2675: pay_core_files.write_to_magtape_lob(l_final_xml_string);

2671:
2672: BEGIN
2673:
2674: l_final_xml_string := '';
2675: pay_core_files.write_to_magtape_lob(l_final_xml_string);
2676:
2677: END;
2678: END xml_employer_start;
2679:

Line 2889: pay_core_files.write_to_magtape_lob(l_final_xml_string);

2885: l_address_end_tag || EOL || '' || EOL ||
2886: '' || EOL ||
2887: '' || EOL;
2888:
2889: pay_core_files.write_to_magtape_lob(l_final_xml_string);
2890:
2891: END;
2892: END xml_employer_record;
2893: