DBA Data[Home] [Help]

APPS.FA_MASS_RECLASS_PKG dependencies on FA_DEBUG_PKG

Line 384: FA_DEBUG_PKG.Initialize;

380:
381: for l_loop_count in 1..l_asset_id.count loop
382:
383: -- clear the debug stack for each asset
384: FA_DEBUG_PKG.Initialize;
385: -- reset the message level to prevent bogus errors
386: FA_SRVR_MSG.Set_Message_Level(message_level => 10, p_log_level_rec => g_log_level_rec);
387:
388: if NOT l_warn_status then

Line 507: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

503:
504: END IF;
505:
506: if (g_log_level_rec.statement_level) then
507: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
508: end if;
509:
510: END IF; /* IF (l_category_id = mr_rec.to_category_id) */
511: END IF; /* IF Check_Criteria */