DBA Data[Home] [Help]

APPS.AMS_EVENT_HEADERS_ALL_PKG dependencies on APP_EXCEPTION

Line 434: app_exception.raise_exception;

430: fetch c into recinfo;
431: if (c%notfound) then
432: close c;
433: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
434: app_exception.raise_exception;
435: end if;
436: close c;
437: if ( ((recinfo.FUND_AMOUNT_TC = X_FUND_AMOUNT_TC)
438: OR ((recinfo.FUND_AMOUNT_TC is null) AND (X_FUND_AMOUNT_TC is null)))

Line 565: app_exception.raise_exception;

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

Line 579: app_exception.raise_exception;

575: ) then
576: null;
577: else
578: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
579: app_exception.raise_exception;
580: end if;
581: end if;
582: end loop;
583: return;