DBA Data[Home] [Help]

APPS.FA_POST_ADJ_ITF_PKG dependencies on FA_DEBUG_PKG

Line 349: fa_debug_pkg.add(l_calling_fn,

345:
346: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
347:
348: if (l_debug) then
349: fa_debug_pkg.add(l_calling_fn,
350: 'performing','fetching upload data', p_log_level_rec => g_log_level_rec);
351: end if;
352:
353: open c_assets;

Line 433: fa_debug_pkg.add(l_calling_fn,

429: limit l_batch_size;
430: close c_assets;
431:
432: if (l_debug) then
433: fa_debug_pkg.add(l_calling_fn,
434: 'performing','after fetching upload data', p_log_level_rec => g_log_level_rec);
435: end if;
436:
437: if l_itf_rowid.count = 0 then

Line 447: FA_DEBUG_PKG.initialize;

443: -- set savepoint
444: savepoint fapadj_savepoint;
445:
446: -- clear the debug stack for each asset
447: FA_DEBUG_PKG.initialize;
448: -- reset the message level to prevent bogus errors
449: FA_SRVR_MSG.Set_Message_Level(message_level => 10, p_log_level_rec => g_log_level_rec);
450:
451: l_mesg_name := null;

Line 486: fa_debug_pkg.add(l_calling_fn,

482: -- counter for the number of assets
483: l_count := l_count + 1;
484:
485: if (l_debug) then
486: fa_debug_pkg.add(l_calling_fn,
487: 'asset_number',l_asset_number(l_loop_count));
488: fa_debug_pkg.add(l_calling_fn,
489: 'asset_id',l_asset_id(l_loop_count));
490: end if;

Line 488: fa_debug_pkg.add(l_calling_fn,

484:
485: if (l_debug) then
486: fa_debug_pkg.add(l_calling_fn,
487: 'asset_number',l_asset_number(l_loop_count));
488: fa_debug_pkg.add(l_calling_fn,
489: 'asset_id',l_asset_id(l_loop_count));
490: end if;
491: -- Retrieve addition_info, to retrieve asset id and shared info
492: -- across books for the asset

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

815: write_message(l_asset_number(l_loop_count),
816: 'FA_MCP_ADJUSTMENT_SUCCESS');
817:
818: if (l_debug) then
819: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
820: end if;
821:
822:
823: EXCEPTION -- exceptions

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

828: write_message(l_asset_number(l_loop_count),
829: l_mesg_name);
830:
831: if (l_debug) then
832: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
833: end if;
834:
835: update fa_adjustments_t
836: set posting_status = 'ERROR',

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

841: write_message(l_asset_number(l_loop_count),
842: l_mesg_name);
843:
844: if (l_debug) then
845: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
846: end if;
847:
848: update fa_adjustments_t
849: set posting_status = 'WARNING',

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

858: fa_srvr_msg.add_sql_error(
859: calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
860:
861: if (l_debug) then
862: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
863: end if;
864:
865: update fa_adjustments_t
866: set posting_status = 'ERROR',

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

886: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
887:
888: -- Dump Debug messages when run in debug mode to log file
889: if (l_debug) then
890: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
891: end if;
892:
893: x_return_status := 2;
894:

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

897: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
898:
899: -- Dump Debug messages when run in debug mode to log file
900: if (l_debug) then
901: fa_debug_pkg.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
902: end if;
903:
904: x_return_status := 2;
905: