114: begin
115: open c1;
116: fetch c1 into tlinfo;
117: if (c1%notfound) then
118: fnd_message.set_name('FND','FORM_RECORD_DELETED');
119: app_exception.raise_exception;
120: close c1;
121: end if;
122: close c1;
149: OR ((tlinfo.OLD_OBJECT_VERSION_NUMBER is null) AND (X_OLD_OBJECT_VERSION_NUMBER is null)))
150: ) then
151: null;
152: else
153: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
154: app_exception.raise_exception;
155: end if;
156: return;
157: end LOCK_ROW;