DBA Data[Home] [Help]

APPS.AMS_ACT_CONTACT_POINTS_PKG dependencies on FND_MESSAGE

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

294: OPEN c;
295: FETCH c INTO Recinfo;
296: If (c%NOTFOUND) then
297: CLOSE c;
298: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
299: APP_EXCEPTION.RAISE_EXCEPTION;
300: END IF;
301: CLOSE C;
302: END Lock_Row;