DBA Data[Home] [Help]

APPS.OZF_SD_REQUEST_HEADERS_ALL_PKG dependencies on APP_EXCEPTION

Line 383: app_exception.raise_exception;

379: fetch c into recinfo;
380: if (c%notfound) then
381: close c;
382: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
383: app_exception.raise_exception;
384: end if;
385: close c;
386: if ( ((recinfo.USER_STATUS_ID = X_USER_STATUS_ID)
387: OR ((recinfo.USER_STATUS_ID is null) AND (X_USER_STATUS_ID is null)))

Line 500: app_exception.raise_exception;

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

Line 511: app_exception.raise_exception;

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