DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on APP_EXCEPTION

Line 4203: app_exception.raise_exception;

4199: open c1;
4200: fetch c1 into tlinfo;
4201: if (c1%notfound) then
4202: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4203: app_exception.raise_exception;
4204: close c1;
4205: return;
4206: end if;
4207: close c1;

Line 4220: app_exception.raise_exception;

4216: ) then
4217: null;
4218: else
4219: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4220: app_exception.raise_exception;
4221: end if;
4222: return;
4223: END LOCK_ROW_PSP_CLEARING_ACCOUNT;
4224: ------------------------------------------------------------------------------------