DBA Data[Home] [Help]

APPS.OZF_OFFR_QUAL_PKG dependencies on AMS_UTILITY_PVT

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

301: OPEN c;
302: FETCH c INTO Recinfo;
303: IF (c%NOTFOUND) THEN
304: CLOSE c;
305: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
306: RAISE FND_API.g_exc_error;
307: END IF;
308: CLOSE c;
309: END Lock_Row;