96: begin
97: open c1;
98: fetch c1 into tlinfo;
99: if (c1%notfound) then
100: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
101: app_exception.raise_exception;
102: close c1;
103: return;
104: end if;
119: AND (X_permissible_levels is null)))
120: )then
121: null;
122: else
123: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
124: app_exception.raise_exception;
125: end if;
126: return;
127: end LOCK_ROW;