DBA Data[Home] [Help]

APPS.FA_ASSET_HISTORY_PKG dependencies on FA_SRVR_MSG

Line 64: fa_srvr_msg.add_sql_error(

60: */
61:
62: exception
63: when others then
64: fa_srvr_msg.add_sql_error(
65: calling_fn => 'fa_asset_history_pkg.insert_row'
66: ,p_log_level_rec => p_log_level_rec);
67: raise;
68:

Line 248: fa_srvr_msg.add_sql_error(

244: end if;
245:
246: exception
247: when others then
248: fa_srvr_msg.add_sql_error(
249: calling_fn => 'fa_asset_history_pkg.update_row'
250: ,p_log_level_rec => p_log_level_rec);
251: raise;
252:

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_asset_history_pkg.delete_row'
292: ,p_log_level_rec => p_log_level_rec);
293: raise;
294: