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', p_log_level_rec => p_log_level_rec);
109: raise;
110:
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', p_log_level_rec => p_log_level_rec);
308: raise;
309:
310: end UPDATE_ROW;

Line 331: fa_srvr_msg.add_sql_error(

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