DBA Data[Home] [Help]

APPS.FA_ITC_RATES_PKG dependencies on FA_SRVR_MSG

Line 105: fa_srvr_msg.add_sql_error(

101: CLOSE C;
102:
103: exception
104: when others then
105: fa_srvr_msg.add_sql_error(
106: calling_fn => 'fa_itc_rates_pkg.insert_row', p_log_level_rec => p_log_level_rec);
107: raise;
108:
109: end INSERT_ROW;

Line 295: fa_srvr_msg.add_sql_error(

291: end if;
292:
293: exception
294: when others then
295: fa_srvr_msg.add_sql_error(
296: calling_fn => 'fa_itc_rates_pkg.update_row', p_log_level_rec => p_log_level_rec);
297: raise;
298:
299: end UPDATE_ROW;

Line 316: fa_srvr_msg.add_sql_error(

312: end if;
313:
314: exception
315: when others then
316: fa_srvr_msg.add_sql_error(
317: calling_fn => 'fa_itc_rates_pkg.delete_row', p_log_level_rec => p_log_level_rec);
318: raise;
319:
320: end DELETE_ROW;