DBA Data[Home] [Help]

APPS.FA_BASIS_OVERRIDE_INIT_PKG dependencies on FA_SRVR_MSG

Line 131: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

127: return 0;
128:
129: exception
130: WHEN facodda_err THEN
131: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
132:
133: if (g_log_level_rec.statement_level) then
134: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
135: end if;

Line 140: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

136:
137: return 1;
138:
139: when others then
140: fa_srvr_msg.add_message (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
141:
142: if (g_log_level_rec.statement_level) then
143: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
144: end if;

Line 556: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

552: return 0;
553:
554: exception
555: when faxccdb_err then
556: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
557: return 1;
558:
559: when others then
560: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

Line 560: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

556: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
557: return 1;
558:
559: when others then
560: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
561: return 1;
562:
563: end faxccdb;
564:

Line 600: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

596: return 0;
597:
598: exception
599: when others then
600: fa_srvr_msg.add_sql_error (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
601: return 1;
602:
603: end faoddat;
604: END FA_BASIS_OVERRIDE_INIT_PKG;