DBA Data[Home] [Help]

APPS.AHL_WARRANTY_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.ATTRIBUTE8 = X_ATTRIBUTE8)
263: OR ((recinfo.ATTRIBUTE8 is null) AND (X_ATTRIBUTE8 is null)))

Line 318: app_exception.raise_exception;

314: ) then
315: null;
316: else
317: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
318: app_exception.raise_exception;
319: end if;
320:
321: for tlinfo in c1 loop
322: if (tlinfo.BASELANG = 'Y') then

Line 337: app_exception.raise_exception;

333: ) then
334: null;
335: else
336: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
337: app_exception.raise_exception;
338: end if;
339: end if;
340: end loop;
341: return;