DBA Data[Home] [Help]

APPS.HZ_ORG_PROFILES_EXT_PKG dependencies on APP_EXCEPTION

Line 459: app_exception.raise_exception;

455: fetch c into recinfo;
456: if (c%notfound) then
457: close c;
458: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
459: app_exception.raise_exception;
460: end if;
461: close c;
462: if ( ((recinfo.N_EXT_ATTR19 = X_N_EXT_ATTR19)
463: OR ((recinfo.N_EXT_ATTR19 is null) AND (X_N_EXT_ATTR19 is null)))

Line 570: app_exception.raise_exception;

566: ) then
567: null;
568: else
569: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
570: app_exception.raise_exception;
571: end if;
572:
573: for tlinfo in c1 loop
574: if (tlinfo.BASELANG = 'Y') then

Line 619: app_exception.raise_exception;

615: ) then
616: null;
617: else
618: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
619: app_exception.raise_exception;
620: end if;
621: end if;
622: end loop;
623: return;