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'
85: ,p_log_level_rec => p_log_level_rec);
86: raise;
87: /* FA_STANDARD_PKG.RAISE_ERROR(

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'
232: ,p_log_level_rec => p_log_level_rec);
233: raise;
234: /* FA_STANDARD_PKG.RAISE_ERROR(

Line 269: fa_srvr_msg.add_sql_error(calling_fn=>

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