DBA Data[Home] [Help]

APPS.FA_FLAT_RATES_PKG dependencies on FA_SRVR_MSG

Line 104: fa_srvr_msg.add_sql_error(

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

Line 287: fa_srvr_msg.add_sql_error(

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

Line 312: fa_srvr_msg.add_sql_error(

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

Line 646: fa_srvr_msg.add_sql_error(

642: end if;
643:
644: EXCEPTION
645: WHEN methods_err THEN
646: fa_srvr_msg.add_sql_error(
647: calling_fn => 'updating flat_rates'
648: ,p_log_level_rec => p_log_level_rec);
649:
650: fa_standard_pkg.raise_error(