DBA Data[Home] [Help]

APPS.AMS_IMP_DOC_PKG dependencies on FND_MESSAGE

Line 253: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');

249: OPEN c;
250: FETCH c INTO Recinfo;
251: IF (c%NOTFOUND) THEN
252: CLOSE c;
253: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
254: APP_EXCEPTION.RAISE_EXCEPTION;
255: END IF;
256: CLOSE C;
257: END Lock_Row;