DBA Data[Home] [Help]

APPS.OZF_QUAL_MARKET_OPTION_PKG dependencies on AMS_UTILITY_PVT

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

178: OPEN c;
179: FETCH c INTO Recinfo;
180: IF (c%NOTFOUND) THEN
181: CLOSE c;
182: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
183: RAISE FND_API.g_exc_error;
184: END IF;
185: CLOSE c;
186: END Lock_Row;