611: fetch c into recinfo;
612: if (c%notfound) then
613: close c;
614: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
615: app_exception.raise_exception;
616: end if;
617: close c;
618: if (
619: ((recinfo.TRANSACTION_INTERFACE_ID = X_TRANSACTION_INTERFACE_ID)
844: ) then
845: null;
846: else
847: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
848: app_exception.raise_exception;
849: end if;
850:
851: return;
852: end LOCK_ROW;