DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 431: app_exception.raise_exception;

427: fetch c into recinfo;
428: if (c%notfound) then
429: close c;
430: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
431: app_exception.raise_exception;
432: end if;
433: close c;
434: if ( ((recinfo.INFORMATION17 = X_INFORMATION17)
435: OR ((recinfo.INFORMATION17 is null) AND (X_INFORMATION17 is null)))

Line 512: app_exception.raise_exception;

508: ) then
509: null;
510: else
511: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
512: app_exception.raise_exception;
513: end if;
514:
515: for tlinfo in c1 loop
516: if (tlinfo.BASELANG = 'Y') then

Line 523: app_exception.raise_exception;

519: ) then
520: null;
521: else
522: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
523: app_exception.raise_exception;
524: end if;
525: end if;
526: end loop;
527: return;