DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 425: app_exception.raise_exception;

421: fetch c into recinfo;
422: if (c%notfound) then
423: close c;
424: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
425: app_exception.raise_exception;
426: end if;
427: close c;
428: if ( ((recinfo.FORM_TAB_PAGE_ID = X_FORM_TAB_PAGE_ID)
429: OR ((recinfo.FORM_TAB_PAGE_ID is null) AND (X_FORM_TAB_PAGE_ID is null)))

Line 502: app_exception.raise_exception;

498: ) then
499: null;
500: else
501: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
502: app_exception.raise_exception;
503: end if;
504:
505: for tlinfo in c1 loop
506: if (tlinfo.BASELANG = 'Y') then

Line 513: app_exception.raise_exception;

509: ) then
510: null;
511: else
512: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
513: app_exception.raise_exception;
514: end if;
515: end if;
516: end loop;
517: return;