DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_COPY_PROCESS dependencies on APP_EXCEPTION

Line 354: when app_exception.application_exception then

350: hr_utility.set_location('Leaving: '||l_proc,20);
351: EXCEPTION
352: when hr_API.validate_enabled then
353: ROLLBACK TO SUBMIT_REQUEST;
354: when app_exception.application_exception then
355: raise;
356: when others then
357: ROLLBACK TO SUBMIT_REQUEST;
358: raise;