DBA Data[Home] [Help]

APPS.IBY_SYS_PMT_PROFILES_PKG dependencies on APP_EXCEPTION

Line 361: app_exception.raise_exception;

357: fetch c into recinfo;
358: if (c%notfound) then
359: close c;
360: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
361: app_exception.raise_exception;
362: end if;
363: close c;
364: if ( ((recinfo.PAYMENT_TEXT_MESSAGE2 = X_PAYMENT_TEXT_MESSAGE2)
365: OR ((recinfo.PAYMENT_TEXT_MESSAGE2 is null) AND (X_PAYMENT_TEXT_MESSAGE2 is null)))

Line 462: app_exception.raise_exception;

458: ) then
459: null;
460: else
461: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
462: app_exception.raise_exception;
463: end if;
464:
465: for tlinfo in c1 loop
466: if (tlinfo.BASELANG = 'Y') then

Line 474: app_exception.raise_exception;

470: ) then
471: null;
472: else
473: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
474: app_exception.raise_exception;
475: end if;
476: end if;
477: end loop;
478: return;