DBA Data[Home] [Help]

APPS.AHL_DOC_TITLE_ASSOS_PKG dependencies on APP_EXCEPTION

Line 239: app_exception.raise_exception;

235: fetch c into recinfo;
236: if (c%notfound) then
237: close c;
238: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
239: app_exception.raise_exception;
240: end if;
241: close c;
242: if ( ((recinfo.SERIAL_NO = X_SERIAL_NO)
243: OR ((recinfo.SERIAL_NO is null) AND (X_SERIAL_NO is null)))

Line 290: app_exception.raise_exception;

286: ) then
287: null;
288: else
289: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
290: app_exception.raise_exception;
291: end if;
292:
293: for tlinfo in c1 loop
294: if (tlinfo.BASELANG = 'Y') then

Line 311: app_exception.raise_exception;

307: ) then
308: null;
309: else
310: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
311: app_exception.raise_exception;
312: end if;
313: end if;
314: end loop;
315: return;