DBA Data[Home] [Help]

APPS.PV_REFERRALS_PKG dependencies on APP_EXCEPTION

Line 476: app_exception.raise_exception;

472: fetch c into recinfo;
473: if (c%notfound) then
474: close c;
475: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
476: app_exception.raise_exception;
477: end if;
478: close c;
479: if ( ((recinfo.ACTUAL_CURRENCY_CODE = X_ACTUAL_CURRENCY_CODE)
480: OR ((recinfo.ACTUAL_CURRENCY_CODE is null) AND (X_ACTUAL_CURRENCY_CODE is null)))

Line 622: app_exception.raise_exception;

618: ) then
619: null;
620: else
621: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
622: app_exception.raise_exception;
623: end if;
624:
625: for tlinfo in c1 loop
626: if (tlinfo.BASELANG = 'Y') then

Line 633: app_exception.raise_exception;

629: ) then
630: null;
631: else
632: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
633: app_exception.raise_exception;
634: end if;
635: end if;
636: end loop;
637: return;