DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_TIER_PKG dependencies on OZF_UTILITY_PVT

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

211: OPEN c;
212: FETCH c INTO Recinfo;
213: IF (c%NOTFOUND) THEN
214: CLOSE c;
215: OZF_Utility_PVT.error_message ('OZF_API_RECORD_NOT_FOUND');
216: RAISE FND_API.g_exc_error;
217: END IF;
218: CLOSE c;
219: END Lock_Row;