DBA Data[Home] [Help]

APPS.FA_BONUS_RATES_PKG dependencies on FA_SRVR_MSG

Line 103: fa_srvr_msg.add_sql_error(

99: CLOSE C;
100:
101: exception
102: when others then
103: fa_srvr_msg.add_sql_error(
104: calling_fn => 'fa_bonus_rates_pkg.insert_row'
105: ,p_log_level_rec => p_log_level_rec);
106: raise;
107:

Line 289: fa_srvr_msg.add_sql_error(

285: end if;
286:
287: exception
288: when others then
289: fa_srvr_msg.add_sql_error(
290: calling_fn => 'fa_bonus_rates_pkg.update_row'
291: ,p_log_level_rec => p_log_level_rec);
292: raise;
293:

Line 313: fa_srvr_msg.add_sql_error(

309: end if;
310:
311: exception
312: when others then
313: fa_srvr_msg.add_sql_error(
314: calling_fn => 'fa_bonus_rates_pkg.delete_row'
315: ,p_log_level_rec => p_log_level_rec);
316: raise;
317: