DBA Data[Home] [Help]

APPS.PV_PG_MEMBERSHIPS_PKG dependencies on AMS_UTILITY_PVT

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

290: OPEN c;
291: FETCH c INTO Recinfo;
292: IF (c%NOTFOUND) THEN
293: CLOSE c;
294: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
295: RAISE FND_API.g_exc_error;
296: END IF;
297: CLOSE c;
298: END Lock_Row;