DBA Data[Home] [Help]

APPS.PER_ASS_STATUSES_PKG dependencies on APP_EXCEPTION

Line 571: app_exception.raise_exception;

567: fetch c into recinfo;
568: if (c%notfound) then
569: close c;
570: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
571: app_exception.raise_exception;
572: end if;
573: close c;
574: if ( ((recinfo.BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID)
575: OR ((recinfo.BUSINESS_GROUP_ID is null) AND (X_BUSINESS_GROUP_ID is null)))

Line 589: app_exception.raise_exception;

585: ) then
586: null;
587: else
588: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
589: app_exception.raise_exception;
590: end if;
591:
592: for tlinfo in c1 loop
593: if (tlinfo.BASELANG = 'Y') then

Line 599: app_exception.raise_exception;

595: ) then
596: null;
597: else
598: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
599: app_exception.raise_exception;
600: end if;
601: end if;
602: end loop;
603: return;