DBA Data[Home] [Help]

APPS.AHL_VISIT_TASKS_PKG dependencies on APP_EXCEPTION

Line 317: app_exception.raise_exception;

313: fetch c into recinfo;
314: if (c%notfound) then
315: close c;
316: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
317: app_exception.raise_exception;
318: end if;
319: close c;
320: if ( ((recinfo.DEPARTMENT_ID = X_DEPARTMENT_ID)
321: OR ((recinfo.DEPARTMENT_ID is null) AND (X_DEPARTMENT_ID is null)))

Line 405: app_exception.raise_exception;

401: ) then
402: null;
403: else
404: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
405: app_exception.raise_exception;
406: end if;
407:
408: for tlinfo in c1 loop
409: if (tlinfo.BASELANG = 'Y') then

Line 417: app_exception.raise_exception;

413: ) then
414: null;
415: else
416: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
417: app_exception.raise_exception;
418: end if;
419: end if;
420: end loop;
421: return;