DBA Data[Home] [Help]

APPS.GMD_STORAGE_PLANS_PKG dependencies on APP_EXCEPTION

Line 269: app_exception.raise_exception;

265: fetch c into recinfo;
266: if (c%notfound) then
267: close c;
268: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
269: app_exception.raise_exception;
270: end if;
271: close c;
272: if ( (recinfo.STORAGE_PLAN_NAME = X_STORAGE_PLAN_NAME)
273: AND (recinfo.BASE_TEST_INTERVAL_PLAN_ID = X_BASE_TEST_INTERVAL_PLAN_ID)

Line 343: app_exception.raise_exception;

339: ) then
340: null;
341: else
342: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
343: app_exception.raise_exception;
344: end if;
345:
346: for tlinfo in c1 loop
347: if (tlinfo.BASELANG = 'Y') then

Line 353: app_exception.raise_exception;

349: ) then
350: null;
351: else
352: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
353: app_exception.raise_exception;
354: end if;
355: end if;
356: end loop;
357: return;