DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FND_FILE

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

333: x_failure_count := 0;
334:
335: if (px_max_asset_id = 0) then
336:
337: FND_FILE.put(FND_FILE.output,'');
338: FND_FILE.new_line(FND_FILE.output,1);
339:
340: -- dump out the headings
341: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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

334:
335: if (px_max_asset_id = 0) then
336:
337: FND_FILE.put(FND_FILE.output,'');
338: FND_FILE.new_line(FND_FILE.output,1);
339:
340: -- dump out the headings
341: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
342: l_string := fnd_message.get;

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

340: -- dump out the headings
341: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
342: l_string := fnd_message.get;
343:
344: FND_FILE.put(FND_FILE.output,l_string);
345: FND_FILE.new_line(FND_FILE.output,1);
346:
347: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
348: l_string := fnd_message.get;

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

341: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
342: l_string := fnd_message.get;
343:
344: FND_FILE.put(FND_FILE.output,l_string);
345: FND_FILE.new_line(FND_FILE.output,1);
346:
347: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
348: l_string := fnd_message.get;
349:

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

346:
347: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
348: l_string := fnd_message.get;
349:
350: FND_FILE.put(FND_FILE.output,l_string);
351: FND_FILE.new_line(FND_FILE.output,1);
352:
353: end if;
354:

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

347: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
348: l_string := fnd_message.get;
349:
350: FND_FILE.put(FND_FILE.output,l_string);
351: FND_FILE.new_line(FND_FILE.output,1);
352:
353: end if;
354:
355: -- get the masschg info

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

1019: l_mesg := substrb(fnd_message.get, 1, 100);
1020:
1021: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1022:
1023: FND_FILE.put(FND_FILE.output,l_string);
1024: FND_FILE.new_line(FND_FILE.output,1);
1025:
1026: -- now process the messages for the log file
1027: fa_srvr_msg.add_message

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

1020:
1021: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1022:
1023: FND_FILE.put(FND_FILE.output,l_string);
1024: FND_FILE.new_line(FND_FILE.output,1);
1025:
1026: -- now process the messages for the log file
1027: fa_srvr_msg.add_message
1028: (calling_fn => l_calling_fn,