DBA Data[Home] [Help]

APPS.HZ_FIN_REPORTS_EXT_PKG dependencies on APP_EXCEPTION

Line 454: app_exception.raise_exception;

450: fetch c into recinfo;
451: if (c%notfound) then
452: close c;
453: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
454: app_exception.raise_exception;
455: end if;
456: close c;
457: if ( (recinfo.FINANCIAL_REPORT_ID = X_FINANCIAL_REPORT_ID)
458: AND (recinfo.ATTR_GROUP_ID = X_ATTR_GROUP_ID)

Line 563: app_exception.raise_exception;

559: ) then
560: null;
561: else
562: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
563: app_exception.raise_exception;
564: end if;
565:
566: for tlinfo in c1 loop
567: if (tlinfo.BASELANG = 'Y') then

Line 612: app_exception.raise_exception;

608: ) then
609: null;
610: else
611: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
612: app_exception.raise_exception;
613: end if;
614: end if;
615: end loop;
616: return;