DBA Data[Home] [Help]

APPS.OZF_PROD_RELN_PKG dependencies on AMS_UTILITY_PVT

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

211: OPEN c;
212: FETCH c INTO Recinfo;
213: IF (c%NOTFOUND) THEN
214: CLOSE c;
215: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
216: RAISE FND_API.g_exc_error;
217: END IF;
218: CLOSE c;
219: END Lock_Row;