DBA Data[Home] [Help]

APPS.OZF_PRODUCT_ALLOCATIONS_PKG dependencies on AMS_UTILITY_PVT

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

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