DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_EXTRACT_PKG dependencies on FND_FILE

Line 240: fnd_file.put_line(fnd_file.output, formated_header_string(

236: lv_title1 := 'Soical Security Separation Transactions' ;
237: end if;
238:
239: /*
240: fnd_file.put_line(fnd_file.output, formated_header_string(
241: lv_title1
242: ));
243:
244: fnd_file.put_line(fnd_file.output, formated_header_string(

Line 244: fnd_file.put_line(fnd_file.output, formated_header_string(

240: fnd_file.put_line(fnd_file.output, formated_header_string(
241: lv_title1
242: ));
243:
244: fnd_file.put_line(fnd_file.output, formated_header_string(
245: ' '
246: ));
247: */
248:

Line 262: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);

258: end if;
259: if g_output_file_type ='HTML' then
260: lv_data_row := '' || lv_data_row || '' ;
261: end if;
262: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
263: end loop ;
264: close c_HIRE_details ;
265:
266:

Line 289: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);

285: end if;
286: if g_output_file_type ='HTML' then
287: lv_data_row := '' || lv_data_row || '' ;
288: end if;
289: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
290: end loop ;
291: close c_sep_details ;
292:
293: update pay_action_information

Line 305: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');

301: end if;
302: hr_utility.set_location(gv_package_name || '.ssaffl_extract', 40);
303:
304: if p_output_file_type ='HTML' then
305: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
306: end if;
307: commit ;
308:
309: END ssaffl_extract;