DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FND_MESSAGE

Line 427: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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;
429:
430: FND_FILE.put(FND_FILE.output,l_string);
431: FND_FILE.new_line(FND_FILE.output,1);

Line 428: l_string := fnd_message.get;

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;
429:
430: FND_FILE.put(FND_FILE.output,l_string);
431: FND_FILE.new_line(FND_FILE.output,1);
432:

Line 433: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');

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:
436: FND_FILE.put(FND_FILE.output,l_string);
437: FND_FILE.new_line(FND_FILE.output,1);

Line 434: l_string := fnd_message.get;

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:
436: FND_FILE.put(FND_FILE.output,l_string);
437: FND_FILE.new_line(FND_FILE.output,1);
438:

Line 1088: fnd_message.set_name('OFA', l_message);

1084: if (l_message <> 'FA_MCP_ADJUSTMENT_SUCCESS') then
1085: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
1086: end if;
1087:
1088: fnd_message.set_name('OFA', l_message);
1089: l_mesg := substrb(fnd_message.get, 1, 100);
1090:
1091: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1092:

Line 1089: l_mesg := substrb(fnd_message.get, 1, 100);

1085: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
1086: end if;
1087:
1088: fnd_message.set_name('OFA', l_message);
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);