DBA Data[Home] [Help]

APPS.FA_MASS_REVAL_PKG dependencies on FND_FILE

Line 299: FND_FILE.put(FND_FILE.output,'');

295: end if;
296:
297: if (G_times_called = 1) then
298:
299: FND_FILE.put(FND_FILE.output,'');
300: FND_FILE.new_line(FND_FILE.output,1);
301:
302: -- dump out the headings
303: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

Line 300: FND_FILE.new_line(FND_FILE.output,1);

296:
297: if (G_times_called = 1) then
298:
299: FND_FILE.put(FND_FILE.output,'');
300: FND_FILE.new_line(FND_FILE.output,1);
301:
302: -- dump out the headings
303: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
304: l_string := fnd_message.get;

Line 306: FND_FILE.put(FND_FILE.output,l_string);

302: -- dump out the headings
303: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
304: l_string := fnd_message.get;
305:
306: FND_FILE.put(FND_FILE.output,l_string);
307: FND_FILE.new_line(FND_FILE.output,1);
308:
309: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
310: l_string := fnd_message.get;

Line 307: FND_FILE.new_line(FND_FILE.output,1);

303: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
304: l_string := fnd_message.get;
305:
306: FND_FILE.put(FND_FILE.output,l_string);
307: FND_FILE.new_line(FND_FILE.output,1);
308:
309: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
310: l_string := fnd_message.get;
311:

Line 312: FND_FILE.put(FND_FILE.output,l_string);

308:
309: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
310: l_string := fnd_message.get;
311:
312: FND_FILE.put(FND_FILE.output,l_string);
313: FND_FILE.new_line(FND_FILE.output,1);
314:
315: -- get mass reval info
316: if not get_mass_reval_info (p_mass_reval_id => p_mass_reval_id) then

Line 313: FND_FILE.new_line(FND_FILE.output,1);

309: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
310: l_string := fnd_message.get;
311:
312: FND_FILE.put(FND_FILE.output,l_string);
313: FND_FILE.new_line(FND_FILE.output,1);
314:
315: -- get mass reval info
316: if not get_mass_reval_info (p_mass_reval_id => p_mass_reval_id) then
317: raise massrvl_err;

Line 712: FND_FILE.put(FND_FILE.output,l_string);

708: l_mesg := substrb(fnd_message.get, 1, 100);
709:
710: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
711:
712: FND_FILE.put(FND_FILE.output,l_string);
713: FND_FILE.new_line(FND_FILE.output,1);
714:
715: end if;
716:

Line 713: FND_FILE.new_line(FND_FILE.output,1);

709:
710: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
711:
712: FND_FILE.put(FND_FILE.output,l_string);
713: FND_FILE.new_line(FND_FILE.output,1);
714:
715: end if;
716:
717: -- now process the messages for the log file