DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on APP_EXCEPTION

Line 4194: app_exception.raise_exception;

4190: open c1;
4191: fetch c1 into tlinfo;
4192: if (c1%notfound) then
4193: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4194: app_exception.raise_exception;
4195: close c1;
4196: return;
4197: end if;
4198: close c1;

Line 4211: app_exception.raise_exception;

4207: ) then
4208: null;
4209: else
4210: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4211: app_exception.raise_exception;
4212: end if;
4213: return;
4214: END LOCK_ROW_PSP_CLEARING_ACCOUNT;
4215: ------------------------------------------------------------------------------------