DBA Data[Home] [Help]

APPS.OZF_CREATE_OZF_PROD_LINE_PKG dependencies on AMS_UTILITY_PVT

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

393: OPEN c;
394: FETCH c INTO Recinfo;
395: IF (c%NOTFOUND) THEN
396: CLOSE c;
397: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
398: RAISE FND_API.g_exc_error;
399: END IF;
400: CLOSE c;
401: END Lock_Row;