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', p_log_level_rec => p_log_level_rec);
105: raise;
106:
107: end INSERT_ROW;

Line 290: fa_srvr_msg.add_sql_error(

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

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', p_log_level_rec => p_log_level_rec);
315: raise;
316:
317: end DELETE_ROW;