DBA Data[Home] [Help]

APPS.JTF_TASK_AUDITS_PKG dependencies on APP_EXCEPTION

Line 566: app_exception.raise_exception;

562: fetch c into recinfo;
563: if (c%notfound) then
564: close c;
565: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
566: app_exception.raise_exception;
567: end if;
568: close c;
569: if ( ((recinfo.NEW_NOTIFICATION_PERIOD = X_NEW_NOTIFICATION_PERIOD)
570: OR ((recinfo.NEW_NOTIFICATION_PERIOD is null) AND (X_NEW_NOTIFICATION_PERIOD is null)))

Line 748: app_exception.raise_exception;

744: ) then
745: null;
746: else
747: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
748: app_exception.raise_exception;
749: end if;
750:
751: for tlinfo in c1 loop
752: if (tlinfo.BASELANG = 'Y') then

Line 763: app_exception.raise_exception;

759: ) then
760: null;
761: else
762: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
763: app_exception.raise_exception;
764: end if;
765: end if;
766: end loop;
767: return;