DBA Data[Home] [Help]

APPS.AMW_COMPLIANCE_ENVS_PKG dependencies on APP_EXCEPTION

Line 236: app_exception.raise_exception;

232: fetch c into recinfo;
233: if (c%notfound) then
234: close c;
235: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
236: app_exception.raise_exception;
237: end if;
238: close c;
239: if (
240: ((recinfo.START_DATE = X_START_DATE)

Line 286: app_exception.raise_exception;

282: ) then
283: null;
284: else
285: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
286: app_exception.raise_exception;
287: end if;
288:
289: for tlinfo in c1 loop
290: if (tlinfo.BASELANG = 'Y') then

Line 300: app_exception.raise_exception;

296: ) then
297: null;
298: else
299: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
300: app_exception.raise_exception;
301: end if;
302: end if;
303: end loop;
304: return;