DBA Data[Home] [Help]

APPS.OZF_TIME_ALLOCATIONS_PKG dependencies on AMS_UTILITY_PVT

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

283: OPEN c;
284: FETCH c INTO Recinfo;
285: IF (c%NOTFOUND) THEN
286: CLOSE c;
287: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
288: RAISE FND_API.g_exc_error;
289: END IF;
290: CLOSE c;
291: END Lock_Row;