DBA Data[Home] [Help]

APPS.PA_ALLOC_RULES_ALL_PKG dependencies on APP_EXCEPTION

Line 347: app_exception.raise_exception;

343: open c1;
344: fetch c1 into tlinfo;
345: if (c1%notfound) then
346: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
347: app_exception.raise_exception;
348: close c1;
349: return;
350: end if;
351: close c1;

Line 519: app_exception.raise_exception;

515: ) then
516: null;
517: else
518: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
519: app_exception.raise_exception;
520: end if;
521: return;
522: end LOCK_ROW;
523: