DBA Data[Home] [Help]

APPS.IEU_UWQ_MEDIA_TYPES_SEED_PKG dependencies on APP_EXCEPTION

Line 360: app_exception.raise_exception;

356: fetch c into recinfo;
357: if (c%notfound) then
358: close c;
359: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
360: app_exception.raise_exception;
361: end if;
362: close c;
363: if ( (recinfo.MEDIA_TYPE_UUID = X_MEDIA_TYPE_UUID)
364: ) then

Line 368: app_exception.raise_exception;

364: ) then
365: null;
366: else
367: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
368: app_exception.raise_exception;
369: end if;
370:
371: for tlinfo in c1 loop
372: if (tlinfo.BASELANG = 'Y') then

Line 390: app_exception.raise_exception;

386: ) then
387: null;
388: else
389: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
390: app_exception.raise_exception;
391: end if;
392: end if;
393: end loop;
394: return;