DBA Data[Home] [Help]

APPS.PV_PG_ENRQ_INIT_SOURCES_PKG dependencies on AMS_UTILITY_PVT

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

194: OPEN c;
195: FETCH c INTO Recinfo;
196: IF (c%NOTFOUND) THEN
197: CLOSE c;
198: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
199: RAISE FND_API.g_exc_error;
200: END IF;
201: CLOSE c;
202: END Lock_Row;