DBA Data[Home] [Help]

APPS.AMS_DM_IMP_ATTRIBUTE_PKG dependencies on FND_MESSAGE

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

193: OPEN c;
194: FETCH c INTO Recinfo;
195: IF (c%NOTFOUND) THEN
196: CLOSE c;
197: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
198: APP_EXCEPTION.RAISE_EXCEPTION;
199: END IF;
200: CLOSE C;
201: END Lock_Row;