DBA Data[Home] [Help]

APPS.FA_MASS_REINS_PKG dependencies on FA_DEBUG_PKG

Line 144: FA_DEBUG_PKG.Initialize;

140:
141: end if;
142:
143: -- clear the debug stack for each asset
144: FA_DEBUG_PKG.Initialize;
145: -- reset the message level to prevent bogus errors
146: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
147:
148: OPEN mass_reinstatement;

Line 168: fa_debug_pkg.add(l_calling_fn, 'fetching assets', '',

164:
165: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
166:
167: if (g_log_level_rec.statement_level) then
168: fa_debug_pkg.add(l_calling_fn, 'fetching assets', '',
169: p_log_level_rec => g_log_level_rec);
170: end if;
171:
172:

Line 184: fa_debug_pkg.add(l_calling_fn, 'no assets to process', '',

180:
181:
182: if (l_asset_id.count = 0) then
183: if (g_log_level_rec.statement_level) then
184: fa_debug_pkg.add(l_calling_fn, 'no assets to process', '',
185: p_log_level_rec => g_log_level_rec);
186: end if;
187: raise done_exc;
188: end if;

Line 195: FA_DEBUG_PKG.Initialize;

191:
192: for l_loop_count in 1..l_asset_id.count loop -- qualified_assets
193:
194: -- clear the debug stack for each asset
195: FA_DEBUG_PKG.Initialize;
196: -- reset the message level to prevent bogus errors
197: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
198:
199: fa_srvr_msg.add_message(

Line 270: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

266: p_log_level_rec => g_log_level_rec);
267:
268: -- Commented for bugfix 4672237
269: -- if (g_log_level_rec.statement_level) then
270: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
271: -- end if;
272:
273: WHEN others THEN
274: FND_CONCURRENT.AF_ROLLBACK;

Line 282: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

278: p_log_level_rec => g_log_level_rec);
279:
280: -- Commented for bugfix 4672237
281: -- if (g_log_level_rec.statement_level) then
282: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
283: -- end if;
284:
285: END;
286:

Line 307: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

303: FND_CONCURRENT.AF_ROLLBACK;
304:
305: -- Commented for bugfix 4672237
306: -- if (g_log_level_rec.statement_level) then
307: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
308: -- end if;
309:
310: x_return_status := 2;
311:

Line 319: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);

315: FND_CONCURRENT.AF_ROLLBACK;
316:
317: -- Commented for bugfix 4672237
318: -- if (g_log_level_rec.statement_level) then
319: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
320: -- end if;
321:
322: x_return_status := 2;
323: