DBA Data[Home] [Help]

APPS.OZF_ACCOUNT_ALLOCATIONS_PKG dependencies on AMS_UTILITY_PVT

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

323: OPEN c;
324: FETCH c INTO Recinfo;
325: IF (c%NOTFOUND) THEN
326: CLOSE c;
327: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
328: RAISE FND_API.g_exc_error;
329: END IF;
330: CLOSE c;
331: END Lock_Row;