DBA Data[Home] [Help]

APPS.PV_GE_PARTY_NOTIF_PKG dependencies on AMS_UTILITY_PVT

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

209: OPEN c;
210: FETCH c INTO Recinfo;
211: IF (c%NOTFOUND) THEN
212: CLOSE c;
213: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
214: RAISE FND_API.g_exc_error;
215: END IF;
216: CLOSE c;
217: END Lock_Row;