DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_SRVR_MSG

Line 403: FA_SRVR_MSG.Set_Message_Level(message_level => 10);

399:
400: -- clear the debug stack for each asset
401: FA_DEBUG_PKG.Initialize;
402: -- reset the message level to prevent bogus errors
403: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
404:
405: l_mesg_name := null;
406: fa_srvr_msg.add_message(
407: calling_fn => NULL,

Line 406: fa_srvr_msg.add_message(

402: -- reset the message level to prevent bogus errors
403: FA_SRVR_MSG.Set_Message_Level(message_level => 10);
404:
405: l_mesg_name := null;
406: fa_srvr_msg.add_message(
407: calling_fn => NULL,
408: name => 'FA_SHARED_ASSET_NUMBER',
409: token1 => 'NUMBER',
410: value1 => l_asset_number(l_loop_count),

Line 792: fa_srvr_msg.add_sql_error(

788:
789: write_message(l_asset_number(l_loop_count),
790: 'FA_TAXUP_FAIL_TRX',
791: p_log_level_rec => g_log_level_rec);
792: fa_srvr_msg.add_sql_error(
793: calling_fn => l_calling_fn
794: ,p_log_level_rec => g_log_level_rec);
795:
796: -- if (g_log_level_rec.statement_level) then

Line 818: fa_srvr_msg.add_message(calling_fn => l_calling_fn

814: x_return_status := 0;
815:
816: when faxtaxup_err then
817: FND_CONCURRENT.AF_ROLLBACK;
818: fa_srvr_msg.add_message(calling_fn => l_calling_fn
819: ,p_log_level_rec => g_log_level_rec);
820:
821: -- Dump Debug messages when run in debug mode to log file
822: -- if (g_log_level_rec.statement_level) then

Line 830: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

826: x_return_status := 2;
827:
828: when others then
829: FND_CONCURRENT.AF_ROLLBACK;
830: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
831: ,p_log_level_rec => g_log_level_rec);
832:
833: -- Dump Debug messages when run in debug mode to log file
834: -- if (g_log_level_rec.statement_level) then

Line 875: fa_srvr_msg.add_message

871: FND_FILE.put(FND_FILE.output,l_string);
872: FND_FILE.new_line(FND_FILE.output,1);
873:
874: -- now process the messages for the log file
875: fa_srvr_msg.add_message
876: (calling_fn => l_calling_fn,
877: name => l_message,
878: p_log_level_rec => p_log_level_rec);
879: