DBA Data[Home] [Help]

APPS.AR_BPA_TEMPLATES_PKG dependencies on APP_EXCEPTION

Line 259: app_exception.raise_exception;

255: fetch c into recinfo;
256: if (c%notfound) then
257: close c;
258: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
259: app_exception.raise_exception;
260: end if;
261: close c;
262: if ( ((recinfo.REF_TEMPLATE_ID = X_REF_TEMPLATE_ID)
263: OR ((recinfo.REF_TEMPLATE_ID is null) AND (X_REF_TEMPLATE_ID is null)))

Line 329: app_exception.raise_exception;

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

Line 341: app_exception.raise_exception;

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