DBA Data[Home] [Help]

APPS.OZF_VO_DISC_STRUCT_NAME_PKG dependencies on OZF_UTILITY_PVT

Line 290: OZF_Utility_PVT.error_message ('OZF_API_RECORD_NOT_FOUND');

286: OPEN c;
287: FETCH c INTO Recinfo;
288: IF (c%NOTFOUND) THEN
289: CLOSE c;
290: OZF_Utility_PVT.error_message ('OZF_API_RECORD_NOT_FOUND');
291: RAISE FND_API.g_exc_error;
292: END IF;
293: CLOSE c;
294: END Lock_Row;