DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_HISTORY_PKG dependencies on FA_SRVR_MSG

Line 83: fa_srvr_msg.add_sql_error(calling_fn=>

79: CLOSE C;
80:
81: exception
82: when others then
83: fa_srvr_msg.add_sql_error(calling_fn=>
84: 'fa_distribution_history_pkg.insert_row', p_log_level_rec => p_log_level_rec);
85: raise;
86: /* FA_STANDARD_PKG.RAISE_ERROR(
87: CALLED_FN => 'fa_distribution_history_pkg.insert_row',

Line 230: fa_srvr_msg.add_sql_error(calling_fn=>

226: end if;
227:
228: exception
229: when others then
230: fa_srvr_msg.add_sql_error(calling_fn=>
231: 'fa_distribution_history_pkg.update_row', p_log_level_rec => p_log_level_rec);
232: raise;
233: /* FA_STANDARD_PKG.RAISE_ERROR(
234: CALLED_FN => 'fa_distribution_history_pkg.update_row',

Line 266: fa_srvr_msg.add_sql_error(calling_fn=>

262: end if;
263:
264: exception
265: when others then
266: fa_srvr_msg.add_sql_error(calling_fn=>
267: 'fa_distribution_history_pkg.delete_row', p_log_level_rec => p_log_level_rec);
268: raise;
269: /* FA_STANDARD_PKG.RAISE_ERROR(
270: CALLED_FN => 'fa_distribution_history_pkg.delete_row',