DBA Data[Home] [Help]

APPS.FA_LOAD_TBL_PKG dependencies on FA_SRVR_MSG

Line 206: fa_srvr_msg.add_message(

202: return (TRUE);
203:
204: EXCEPTION
205: when others then
206: fa_srvr_msg.add_message(
207: calling_fn => 'FA_LOAD_TBL_PKG.reset_g_dist_count',
208: p_log_level_rec => null);
209: return(FALSE);
210: END;

Line 291: FA_SRVR_MSG.ADD_SQL_ERROR (

287: x_return_status := TRUE;
288:
289: EXCEPTION
290: WHEN OTHERS THEN
291: FA_SRVR_MSG.ADD_SQL_ERROR (
292: CALLING_FN => 'FA_LOAD_TBL_PKG.Load_Deprn_Rules_Tbl', p_log_level_rec => p_log_level_rec);
293: x_return_status := FALSE;
294: END Load_Deprn_Rules_Tbl;
295:

Line 325: FA_SRVR_MSG.Add_SQL_Error(

321: x_found := found;
322:
323: EXCEPTION
324: WHEN OTHERS THEN
325: FA_SRVR_MSG.Add_SQL_Error(
326: CALLING_FN => 'FA_LOAD_TBL_PKG.Get_Deprn_Rules', p_log_level_rec => p_log_level_rec);
327: x_found := FALSE;
328: END Get_Deprn_Rules;
329:

Line 356: FA_SRVR_MSG.Add_SQL_Error(

352: END LOOP;
353: EXCEPTION
354: WHEN OTHERS THEN
355: x_pos := NULL;
356: FA_SRVR_MSG.Add_SQL_Error(
357: CALLING_FN => 'FA_LOAD_TBL_PKG.Find_Position_Deprn_Rules', p_log_level_rec => p_log_level_rec);
358: raise;
359: END Find_Position_Deprn_Rules;
360: