DBA Data[Home] [Help]

APPS.AHL_VISIT_TASKS_PKG dependencies on APP_EXCEPTION

Line 531: app_exception.raise_exception;

527: fetch c into recinfo;
528: if (c%notfound) then
529: close c;
530: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
531: app_exception.raise_exception;
532: end if;
533: close c;
534: if ( ((recinfo.DEPARTMENT_ID = X_DEPARTMENT_ID)
535: OR ((recinfo.DEPARTMENT_ID is null) AND (X_DEPARTMENT_ID is null)))

Line 630: app_exception.raise_exception;

626: ) then
627: null;
628: else
629: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
630: app_exception.raise_exception;
631: end if;
632:
633: for tlinfo in c1 loop
634: if (tlinfo.BASELANG = 'Y') then

Line 642: app_exception.raise_exception;

638: ) then
639: null;
640: else
641: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
642: app_exception.raise_exception;
643: end if;
644: end if;
645: end loop;
646: return;