DBA Data[Home] [Help]

APPS.AHL_VISITS_PKG dependencies on APP_EXCEPTION

Line 329: app_exception.raise_exception;

325: fetch c into recinfo;
326: if (c%notfound) then
327: close c;
328: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
329: app_exception.raise_exception;
330: end if;
331: close c;
332: if ( ((recinfo.ESTIMATED_PRICE = X_ESTIMATED_PRICE)
333: OR ((recinfo.ESTIMATED_PRICE is null) AND (X_ESTIMATED_PRICE is null)))

Line 425: app_exception.raise_exception;

421: ) then
422: null;
423: else
424: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
425: app_exception.raise_exception;
426: end if;
427:
428: for tlinfo in c1 loop
429: if (tlinfo.BASELANG = 'Y') then

Line 438: app_exception.raise_exception;

434: ) then
435: null;
436: else
437: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
438: app_exception.raise_exception;
439: end if;
440: end if;
441: end loop;
442: return;