DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FND_FILE

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

419: end if;
420:
421: if (px_max_asset_id = 0) then
422:
423: FND_FILE.put(FND_FILE.output,'');
424: FND_FILE.new_line(FND_FILE.output,1);
425:
426: -- dump out the headings
427: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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

420:
421: if (px_max_asset_id = 0) then
422:
423: FND_FILE.put(FND_FILE.output,'');
424: FND_FILE.new_line(FND_FILE.output,1);
425:
426: -- dump out the headings
427: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
428: l_string := fnd_message.get;

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

426: -- dump out the headings
427: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
428: l_string := fnd_message.get;
429:
430: FND_FILE.put(FND_FILE.output,l_string);
431: FND_FILE.new_line(FND_FILE.output,1);
432:
433: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
434: l_string := fnd_message.get;

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

427: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
428: l_string := fnd_message.get;
429:
430: FND_FILE.put(FND_FILE.output,l_string);
431: FND_FILE.new_line(FND_FILE.output,1);
432:
433: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
434: l_string := fnd_message.get;
435:

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

432:
433: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
434: l_string := fnd_message.get;
435:
436: FND_FILE.put(FND_FILE.output,l_string);
437: FND_FILE.new_line(FND_FILE.output,1);
438:
439: end if;
440:

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

433: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
434: l_string := fnd_message.get;
435:
436: FND_FILE.put(FND_FILE.output,l_string);
437: FND_FILE.new_line(FND_FILE.output,1);
438:
439: end if;
440:
441: -- get the masschg info

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

1089: l_mesg := substrb(fnd_message.get, 1, 100);
1090:
1091: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1092:
1093: FND_FILE.put(FND_FILE.output,l_string);
1094: FND_FILE.new_line(FND_FILE.output,1);
1095:
1096: -- now process the messages for the log file
1097: fa_srvr_msg.add_message

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

1090:
1091: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1092:
1093: FND_FILE.put(FND_FILE.output,l_string);
1094: FND_FILE.new_line(FND_FILE.output,1);
1095:
1096: -- now process the messages for the log file
1097: fa_srvr_msg.add_message
1098: (calling_fn => l_calling_fn,