DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 467: app_exception.raise_exception;

463: fetch c into recinfo;
464: if (c%notfound) then
465: close c;
466: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
467: app_exception.raise_exception;
468: end if;
469: close c;
470: if ( ((recinfo.FORM_TAB_PAGE_ID = X_FORM_TAB_PAGE_ID)
471: OR ((recinfo.FORM_TAB_PAGE_ID is null) AND (X_FORM_TAB_PAGE_ID is null)))

Line 544: app_exception.raise_exception;

540: ) then
541: null;
542: else
543: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
544: app_exception.raise_exception;
545: end if;
546:
547: for tlinfo in c1 loop
548: if (tlinfo.BASELANG = 'Y') then

Line 555: app_exception.raise_exception;

551: ) then
552: null;
553: else
554: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
555: app_exception.raise_exception;
556: end if;
557: end if;
558: end loop;
559: return;