DBA Data[Home] [Help]

APPS.PER_ASS_STATUSES_PKG dependencies on APP_EXCEPTION

Line 509: app_exception.raise_exception;

505: fetch c into recinfo;
506: if (c%notfound) then
507: close c;
508: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
509: app_exception.raise_exception;
510: end if;
511: close c;
512: if ( ((recinfo.BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID)
513: OR ((recinfo.BUSINESS_GROUP_ID is null) AND (X_BUSINESS_GROUP_ID is null)))

Line 527: app_exception.raise_exception;

523: ) then
524: null;
525: else
526: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
527: app_exception.raise_exception;
528: end if;
529:
530: for tlinfo in c1 loop
531: if (tlinfo.BASELANG = 'Y') then

Line 537: app_exception.raise_exception;

533: ) then
534: null;
535: else
536: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
537: app_exception.raise_exception;
538: end if;
539: end if;
540: end loop;
541: return;