114: begin
115: open c1;
116: fetch c1 into tlinfo;
117: if (c1%notfound) then
118: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
119: app_exception.raise_exception;
120: close c1;
121: return;
122: end if;
153: AND (X_target_flag is null)))
154: ) then
155: null;
156: else
157: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
158: app_exception.raise_exception;
159: end if;
160: return;
161: end LOCK_ROW;