DBA Data[Home] [Help]

APPS.FA_CEILING_TYPES_PKG dependencies on FA_SRVR_MSG

Line 101: fa_srvr_msg.add_sql_error(

97: CLOSE C;
98:
99: exception
100: when others then
101: fa_srvr_msg.add_sql_error(
102: calling_fn => 'fa_ceiling_types_pkg.insert_row'
103: ,p_log_level_rec => p_log_level_rec);
104: raise;
105:

Line 287: fa_srvr_msg.add_sql_error(

283: end if;
284:
285: exception
286: when others then
287: fa_srvr_msg.add_sql_error(
288: calling_fn => 'fa_ceiling_types_pkg.update_row'
289: ,p_log_level_rec => p_log_level_rec);
290: raise;
291:

Line 309: fa_srvr_msg.add_sql_error(

305: end if;
306:
307: exception
308: when others then
309: fa_srvr_msg.add_sql_error(
310: calling_fn => 'fa_ceiling_types_pkg.delete_row'
311: ,p_log_level_rec => p_log_level_rec);
312: raise;
313: