DBA Data[Home] [Help]

APPS.FA_MASS_REINS_PKG dependencies on FND_FILE

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

121: px_max_asset_id := nvl(px_max_asset_id, 0);
122:
123: if (px_max_asset_id = 0) then
124:
125: FND_FILE.put(FND_FILE.output,'');
126: FND_FILE.new_line(FND_FILE.output,1);
127:
128: -- dump out the headings
129: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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

122:
123: if (px_max_asset_id = 0) then
124:
125: FND_FILE.put(FND_FILE.output,'');
126: FND_FILE.new_line(FND_FILE.output,1);
127:
128: -- dump out the headings
129: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
130: l_string := fnd_message.get;

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

128: -- dump out the headings
129: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
130: l_string := fnd_message.get;
131:
132: FND_FILE.put(FND_FILE.output,l_string);
133: FND_FILE.new_line(FND_FILE.output,1);
134:
135: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
136: l_string := fnd_message.get;

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

129: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
130: l_string := fnd_message.get;
131:
132: FND_FILE.put(FND_FILE.output,l_string);
133: FND_FILE.new_line(FND_FILE.output,1);
134:
135: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
136: l_string := fnd_message.get;
137:

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

134:
135: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
136: l_string := fnd_message.get;
137:
138: FND_FILE.put(FND_FILE.output,l_string);
139: FND_FILE.new_line(FND_FILE.output,1);
140:
141: end if;
142:

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

135: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
136: l_string := fnd_message.get;
137:
138: FND_FILE.put(FND_FILE.output,l_string);
139: FND_FILE.new_line(FND_FILE.output,1);
140:
141: end if;
142:
143: -- clear the debug stack for each asset

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

350: l_mesg := substrb(fnd_message.get, 1, 100);
351:
352: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
353:
354: FND_FILE.put(FND_FILE.output,l_string);
355: FND_FILE.new_line(FND_FILE.output,1);
356:
357: -- now process the messages for the log file
358: fa_srvr_msg.add_message

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

351:
352: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
353:
354: FND_FILE.put(FND_FILE.output,l_string);
355: FND_FILE.new_line(FND_FILE.output,1);
356:
357: -- now process the messages for the log file
358: fa_srvr_msg.add_message
359: (calling_fn => l_calling_fn,