DBA Data[Home] [Help]

APPS.AMS_CAL_CRT_PKG dependencies on AMS_UTILITY_PVT

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

234: OPEN c;
235: FETCH c INTO Recinfo;
236: IF (c%NOTFOUND) THEN
237: CLOSE c;
238: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
239: RAISE FND_API.g_exc_error;
240: END IF;
241: CLOSE c;
242: END Lock_Row;