DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_LINE_PKG dependencies on OZF_UTILITY_PVT

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

245: OPEN c;
246: FETCH c INTO Recinfo;
247: IF (c%NOTFOUND) THEN
248: CLOSE c;
249: OZF_Utility_PVT.error_message ('OZF_API_RECORD_NOT_FOUND');
250: RAISE FND_API.g_exc_error;
251: END IF;
252: CLOSE c;
253: END Lock_Row;