DBA Data[Home] [Help]

APPS.AMS_DELIVERABLES_ALL_PKG dependencies on APP_EXCEPTION

Line 394: app_exception.raise_exception;

390: fetch c into recinfo;
391: if (c%notfound) then
392: close c;
393: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
394: app_exception.raise_exception;
395: end if;
396: close c;
397: if ( ((recinfo.NON_INV_CTRL_CODE = X_NON_INV_CTRL_CODE)
398: OR ((recinfo.NON_INV_CTRL_CODE is null) AND (X_NON_INV_CTRL_CODE is null)))

Line 517: app_exception.raise_exception;

513: ) then
514: null;
515: else
516: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
517: app_exception.raise_exception;
518: end if;
519:
520: for tlinfo in c1 loop
521: if (tlinfo.BASELANG = 'Y') then

Line 529: app_exception.raise_exception;

525: ) then
526: null;
527: else
528: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
529: app_exception.raise_exception;
530: end if;
531: end if;
532: end loop;
533: return;