181: /*
182: open c1;
183: fetch c1 into tlinfo;
184: if (c1%notfound) then
185: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
186: app_exception.raise_exception;
187: close c1;
188: return;
189: end if;
202: if l_counter = 1 then
203: /* For Bug # 2123930 : End */
204: p_lock_row := FND_API.G_TRUE;
205: ELSE
206: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
207: FND_MSG_PUB.Add;
208: RAISE FND_API.G_EXC_ERROR ;
209: END IF;
210: