DBA Data[Home] [Help]

APPS.PV_GE_HIST_LOG_PKG dependencies on AMS_UTILITY_PVT

Line 252: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');

248: OPEN c;
249: FETCH c INTO Recinfo;
250: IF (c%NOTFOUND) THEN
251: CLOSE c;
252: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
253: RAISE FND_API.g_exc_error;
254: END IF;
255: CLOSE c;
256: END Lock_Row;