DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on APP_EXCEPTION

Line 471: app_exception.raise_exception;

467: fetch c into recinfo;
468: if (c%notfound) then
469: close c;
470: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
471: app_exception.raise_exception;
472: end if;
473: close c;
474: if ( ((recinfo.INFORMATION17 = X_INFORMATION17)
475: OR ((recinfo.INFORMATION17 is null) AND (X_INFORMATION17 is null)))

Line 552: app_exception.raise_exception;

548: ) then
549: null;
550: else
551: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
552: app_exception.raise_exception;
553: end if;
554:
555: for tlinfo in c1 loop
556: if (tlinfo.BASELANG = 'Y') then

Line 563: app_exception.raise_exception;

559: ) then
560: null;
561: else
562: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
563: app_exception.raise_exception;
564: end if;
565: end if;
566: end loop;
567: return;