DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FND_MESSAGE

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

275: FND_FILE.put(FND_FILE.output,'');
276: FND_FILE.new_line(FND_FILE.output,1);
277:
278: -- dump out the headings
279: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
280: l_string := fnd_message.get;
281:
282: FND_FILE.put(FND_FILE.output,l_string);
283: FND_FILE.new_line(FND_FILE.output,1);

Line 280: l_string := fnd_message.get;

276: FND_FILE.new_line(FND_FILE.output,1);
277:
278: -- dump out the headings
279: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
280: l_string := fnd_message.get;
281:
282: FND_FILE.put(FND_FILE.output,l_string);
283: FND_FILE.new_line(FND_FILE.output,1);
284:

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

281:
282: FND_FILE.put(FND_FILE.output,l_string);
283: FND_FILE.new_line(FND_FILE.output,1);
284:
285: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
286: l_string := fnd_message.get;
287:
288: FND_FILE.put(FND_FILE.output,l_string);
289: FND_FILE.new_line(FND_FILE.output,1);

Line 286: l_string := fnd_message.get;

282: FND_FILE.put(FND_FILE.output,l_string);
283: FND_FILE.new_line(FND_FILE.output,1);
284:
285: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
286: l_string := fnd_message.get;
287:
288: FND_FILE.put(FND_FILE.output,l_string);
289: FND_FILE.new_line(FND_FILE.output,1);
290:

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

862: if (l_message <> 'FA_MCP_ADJUSTMENT_SUCCESS') then
863: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
864: end if;
865:
866: fnd_message.set_name('OFA', l_message);
867: l_mesg := substrb(fnd_message.get, 1, 100);
868:
869: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
870:

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

863: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
864: end if;
865:
866: fnd_message.set_name('OFA', l_message);
867: l_mesg := substrb(fnd_message.get, 1, 100);
868:
869: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
870:
871: FND_FILE.put(FND_FILE.output,l_string);