DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_FILE

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

159: if (fa_cache_pkg.fazcbc_record.copy_additions_flag <> 'YES') then
160: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
161: fnd_message.set_token('TYPE','ADDITIONS',FALSE);
162: l_string := fnd_message.get;
163: FND_FILE.put(FND_FILE.output,l_string);
164: FND_FILE.new_line(FND_FILE.output,1);
165: end if;
166:
167: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then

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

160: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
161: fnd_message.set_token('TYPE','ADDITIONS',FALSE);
162: l_string := fnd_message.get;
163: FND_FILE.put(FND_FILE.output,l_string);
164: FND_FILE.new_line(FND_FILE.output,1);
165: end if;
166:
167: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then
168: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

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

167: if (fa_cache_pkg.fazcbc_record.copy_adjustments_flag <> 'YES') then
168: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
169: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);
170: l_string := fnd_message.get;
171: FND_FILE.put(FND_FILE.output,l_string);
172: FND_FILE.new_line(FND_FILE.output,1);
173: end if;
174:
175: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then

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

168: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
169: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);
170: l_string := fnd_message.get;
171: FND_FILE.put(FND_FILE.output,l_string);
172: FND_FILE.new_line(FND_FILE.output,1);
173: end if;
174:
175: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then
176: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

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

175: if (fa_cache_pkg.fazcbc_record.copy_retirements_flag <> 'YES') then
176: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
177: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);
178: l_string := fnd_message.get;
179: FND_FILE.put(FND_FILE.output,l_string);
180: FND_FILE.new_line(FND_FILE.output,1);
181: end if;
182:
183: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y' and

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

176: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
177: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);
178: l_string := fnd_message.get;
179: FND_FILE.put(FND_FILE.output,l_string);
180: FND_FILE.new_line(FND_FILE.output,1);
181: end if;
182:
183: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y' and
184: nvl(fa_cache_pkg.fazcbc_record.copy_group_addition_flag, 'N') <> 'Y') then

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

184: nvl(fa_cache_pkg.fazcbc_record.copy_group_addition_flag, 'N') <> 'Y') then
185: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
186: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);
187: l_string := fnd_message.get;
188: FND_FILE.put(FND_FILE.output,l_string);
189: FND_FILE.new_line(FND_FILE.output,1);
190: end if;
191:
192: FND_FILE.put(FND_FILE.output,'');

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

185: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');
186: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);
187: l_string := fnd_message.get;
188: FND_FILE.put(FND_FILE.output,l_string);
189: FND_FILE.new_line(FND_FILE.output,1);
190: end if;
191:
192: FND_FILE.put(FND_FILE.output,'');
193: FND_FILE.new_line(FND_FILE.output,1);

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

188: FND_FILE.put(FND_FILE.output,l_string);
189: FND_FILE.new_line(FND_FILE.output,1);
190: end if;
191:
192: FND_FILE.put(FND_FILE.output,'');
193: FND_FILE.new_line(FND_FILE.output,1);
194:
195: -- dump out the headings
196: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');

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

189: FND_FILE.new_line(FND_FILE.output,1);
190: end if;
191:
192: FND_FILE.put(FND_FILE.output,'');
193: FND_FILE.new_line(FND_FILE.output,1);
194:
195: -- dump out the headings
196: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');
197: l_string := fnd_message.get;

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

195: -- dump out the headings
196: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');
197: l_string := fnd_message.get;
198:
199: FND_FILE.put(FND_FILE.output,l_string);
200: FND_FILE.new_line(FND_FILE.output,1);
201:
202: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
203: l_string := fnd_message.get;

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

196: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');
197: l_string := fnd_message.get;
198:
199: FND_FILE.put(FND_FILE.output,l_string);
200: FND_FILE.new_line(FND_FILE.output,1);
201:
202: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
203: l_string := fnd_message.get;
204:

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

201:
202: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
203: l_string := fnd_message.get;
204:
205: FND_FILE.put(FND_FILE.output,l_string);
206: FND_FILE.new_line(FND_FILE.output,1);
207:
208: end if;
209:

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

202: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');
203: l_string := fnd_message.get;
204:
205: FND_FILE.put(FND_FILE.output,l_string);
206: FND_FILE.new_line(FND_FILE.output,1);
207:
208: end if;
209:
210:

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

2637: l_asset_number := rpad(p_asset_number, 15);
2638: l_thid := rpad(to_char(p_thid), 20);
2639: l_string := l_asset_number || ' ' || l_thid || ' ' || l_mesg;
2640:
2641: FND_FILE.put(FND_FILE.output,l_string);
2642: FND_FILE.new_line(FND_FILE.output,1);
2643:
2644: -- now process the message for the log file
2645: fa_srvr_msg.add_message

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

2638: l_thid := rpad(to_char(p_thid), 20);
2639: l_string := l_asset_number || ' ' || l_thid || ' ' || l_mesg;
2640:
2641: FND_FILE.put(FND_FILE.output,l_string);
2642: FND_FILE.new_line(FND_FILE.output,1);
2643:
2644: -- now process the message for the log file
2645: fa_srvr_msg.add_message
2646: (calling_fn => l_calling_fn,