DBA Data[Home] [Help]

APPS.PV_PG_ENRL_REQUESTS_PKG dependencies on AMS_UTILITY_PVT

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

365: OPEN c;
366: FETCH c INTO Recinfo;
367: IF (c%NOTFOUND) THEN
368: CLOSE c;
369: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
370: RAISE FND_API.g_exc_error;
371: END IF;
372: CLOSE c;
373: END Lock_Row;