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', p_log_level_rec => p_log_level_rec);
103: raise;
104:
105: end INSERT_ROW;

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', p_log_level_rec => p_log_level_rec);
289: raise;
290:
291: end UPDATE_ROW;

Line 308: fa_srvr_msg.add_sql_error(

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