DBA Data[Home] [Help]

APPS.AMW_CONSTRAINTS_PKG dependencies on APP_EXCEPTION

Line 270: app_exception.raise_exception;

266: fetch c into recinfo;
267: if (c%notfound) then
268: close c;
269: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
270: app_exception.raise_exception;
271: end if;
272: close c;
273: if (
274: ((recinfo.START_DATE = X_START_DATE)

Line 332: app_exception.raise_exception;

328: ) then
329: null;
330: else
331: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
332: app_exception.raise_exception;
333: end if;
334:
335: for tlinfo in c1 loop
336: if (tlinfo.BASELANG = 'Y') then

Line 344: app_exception.raise_exception;

340: ) then
341: null;
342: else
343: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
344: app_exception.raise_exception;
345: end if;
346: end if;
347: end loop;
348: return;