DBA Data[Home] [Help]

APPS.FA_TRX_REFERENCES_PKG dependencies on FA_SRVR_MSG

Line 112: FA_SRVR_MSG.Add_SQL_Error(

108: X_Return_Status := TRUE;
109:
110: exception
111: when others then
112: FA_SRVR_MSG.Add_SQL_Error(
113: CALLING_FN => 'FA_TRX_REFERENCES_PKG.Insert_Row'
114: ,p_log_level_rec => p_log_level_rec);
115: X_Return_Status := FALSE;
116: raise;