DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_MESSAGE

Line 160: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

156:
157: if (g_times_called = 1) then
158:
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);

Line 161: fnd_message.set_token('TYPE','ADDITIONS',FALSE);

157: if (g_times_called = 1) then
158:
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;

Line 162: l_string := fnd_message.get;

158:
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:

Line 168: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

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');
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);

Line 169: fnd_message.set_token('TYPE','ADJUSTMENTS',FALSE);

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');
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;

Line 170: l_string := fnd_message.get;

166:
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:

Line 176: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

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');
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);

Line 177: fnd_message.set_token('TYPE','RETIREMENTS',FALSE);

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');
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;

Line 178: l_string := fnd_message.get;

174:
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:

Line 185: fnd_message.set_name('OFA', 'FA_MCP_SHARED_NO_COPY');

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
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);

Line 186: fnd_message.set_token('TYPE','GROUP ADDITIONS',FALSE);

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
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;

Line 187: l_string := fnd_message.get;

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
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:

Line 196: fnd_message.set_name('OFA', 'FA_MCP_REPORT_COLUMN');

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

Line 197: l_string := fnd_message.get;

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;
198:
199: FND_FILE.put(FND_FILE.output,l_string);
200: FND_FILE.new_line(FND_FILE.output,1);
201:

Line 202: fnd_message.set_name('OFA', 'FA_MCP_REPORT_LINES');

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

Line 203: l_string := fnd_message.get;

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

Line 2621: fnd_message.set_name('OFA', p_message);

2617:
2618: -- first dump the message to the output file
2619: -- set/translate/retrieve the mesg from fnd
2620:
2621: fnd_message.set_name('OFA', p_message);
2622: if p_token is not null then
2623: fnd_message.set_token(p_token, p_value);
2624: end if;
2625:

Line 2623: fnd_message.set_token(p_token, p_value);

2619: -- set/translate/retrieve the mesg from fnd
2620:
2621: fnd_message.set_name('OFA', p_message);
2622: if p_token is not null then
2623: fnd_message.set_token(p_token, p_value);
2624: end if;
2625:
2626: -- get the message but only display up to
2627: -- the return character (if it exists)

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

2626: -- get the message but only display up to
2627: -- the return character (if it exists)
2628: -- for nicer formatting in the exception report
2629:
2630: l_mesg := substrb(fnd_message.get, 1, 100);
2631: l_return_char := instrb(l_mesg, fnd_global.local_chr(10));
2632:
2633: if (l_return_char > 0) then
2634: l_mesg := substrb(l_mesg, 1, l_return_char - 1);