DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_UNITS_PKG dependencies on APP_EXCEPTION

Line 713: APP_EXCEPTION.RAISE_EXCEPTION;

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

Line 723: app_exception.raise_exception;

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: --