709: --return;
710: null;
711: else
712: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
713: APP_EXCEPTION.RAISE_EXCEPTION;
714: end if;
715: --
716: for tlinfo in c1 loop
717: if (tlinfo.BASELANG = 'Y') then
719: ) then
720: null;
721: else
722: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
723: app_exception.raise_exception;
724: end if;
725: end if;
726: end loop;
727: --