DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FND_MESSAGE

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

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

Line 342: l_string := fnd_message.get;

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;
343:
344: FND_FILE.put(FND_FILE.output,l_string);
345: FND_FILE.new_line(FND_FILE.output,1);
346:

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

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

Line 348: l_string := fnd_message.get;

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

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

1014: if (l_message <> 'FA_MCP_ADJUSTMENT_SUCCESS') then
1015: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
1016: end if;
1017:
1018: fnd_message.set_name('OFA', l_message);
1019: l_mesg := substrb(fnd_message.get, 1, 100);
1020:
1021: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
1022:

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

1015: l_calling_fn := 'fa_masschg_pkg.do_mass_change';
1016: end if;
1017:
1018: fnd_message.set_name('OFA', l_message);
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);