DBA Data[Home] [Help]

APPS.GMD_TEST_INTERVAL_PLANS_PVT dependencies on APP_EXCEPTION

Line 274: app_exception.raise_exception;

270: fetch c into recinfo;
271: if (c%notfound) then
272: close c;
273: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
274: app_exception.raise_exception;
275: end if;
276: close c;
277: if ( (recinfo.NAME = X_NAME)
278: AND ((recinfo.BASE_TEST_INTERVAL_PLAN_ID = X_BASE_TEST_INTERVAL_PLAN_ID)

Line 351: app_exception.raise_exception;

347: ) then
348: null;
349: else
350: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
351: app_exception.raise_exception;
352: end if;
353:
354: for tlinfo in c1 loop
355: if (tlinfo.BASELANG = 'Y') then

Line 361: app_exception.raise_exception;

357: ) then
358: null;
359: else
360: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
361: app_exception.raise_exception;
362: end if;
363: end if;
364: end loop;
365: return;