DBA Data[Home] [Help]

APPS.PAY_ELEMENT_CLASS_PKG dependencies on APP_EXCEPTION

Line 510: app_exception.raise_exception;

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

Line 547: app_exception.raise_exception;

543: ) then
544: null;
545: else
546: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
547: app_exception.raise_exception;
548: end if;
549:
550: for tlinfo in c1 loop
551: if (tlinfo.BASELANG = 'Y') then

Line 559: app_exception.raise_exception;

555: ) then
556: null;
557: else
558: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
559: app_exception.raise_exception;
560: end if;
561: end if;
562: end loop;
563: return;