DBA Data[Home] [Help]

APPS.AMV_C_CHANNELS_PKG dependencies on APP_EXCEPTION

Line 495: app_exception.raise_exception;

491: fetch c into recinfo;
492: if (c%notfound) then
493: close c;
494: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
495: app_exception.raise_exception;
496: end if;
497: close c;
498: if ( (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
499: AND (recinfo.CHANNEL_TYPE = X_CHANNEL_TYPE)

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 577: app_exception.raise_exception;

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