273: -- return;
274: null;
275: else
276: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
277: APP_EXCEPTION.RAISE_EXCEPTION;
278: end if;
279:
280: -- MLS
281: for tlinfo in c1 loop
284: ) then
285: null;
286: else
287: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
288: app_exception.raise_exception;
289: end if;
290: end if;
291: end loop;
292: return;