DBA Data[Home] [Help]

APPS.OZF_QP_PRODUCTS_PKG dependencies on AMS_UTILITY_PVT

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

168: OPEN c;
169: FETCH c INTO Recinfo;
170: IF (c%NOTFOUND) THEN
171: CLOSE c;
172: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
173: RAISE FND_API.g_exc_error;
174: END IF;
175: CLOSE c;
176: END Lock_Row;