DBA Data[Home] [Help]

APPS.FA_CEILINGS_PKG dependencies on FA_SRVR_MSG

Line 107: fa_srvr_msg.add_sql_error(

103: CLOSE C;
104:
105: exception
106: when others then
107: fa_srvr_msg.add_sql_error(
108: calling_fn => 'fa_ceilings_pkg.insert_row'
109: ,p_log_level_rec => p_log_level_rec);
110: raise;
111:

Line 306: fa_srvr_msg.add_sql_error(

302: end if;
303:
304: exception
305: when others then
306: fa_srvr_msg.add_sql_error(
307: calling_fn => 'fa_ceilings_pkg.update_row'
308: ,p_log_level_rec => p_log_level_rec);
309: raise;
310:

Line 332: fa_srvr_msg.add_sql_error(

328: end if;
329:
330: exception
331: when others then
332: fa_srvr_msg.add_sql_error(
333: calling_fn => 'fa_ceilings_pkg.delete_row'
334: ,p_log_level_rec => p_log_level_rec);
335: raise;
336: