DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_WIZARD_API dependencies on APP_EXCEPTION

Line 316: when app_exception.application_exception then

312: ,p_delete_failed => p_delete_failed
313: );
314: rollback to VALIDATE_DELETE_API_CALLS;
315: exception
316: when app_exception.application_exception then
317: fnd_msg_pub.add;
318: when others then
319: ROLLBACK TO VALIDATE_DELETE_API_CALLS;
320: raise;

Line 483: when app_exception.application_exception then

479: hr_utility.set_location('Leaving: '||l_proc,20);
480: exception
481: when hr_API.validate_enabled then
482: ROLLBACK TO SUBMIT_REQUEST;
483: when app_exception.application_exception then
484: fnd_msg_pub.add;
485: when others then
486: ROLLBACK TO SUBMIT_REQUEST;
487: raise;*/

Line 512: when app_exception.application_exception then

508: --
509: p_request_id := null;
510: hr_utility.set_location(' Leaving:'||l_proc, 80);
511: --
512: when app_exception.application_exception then
513:
514: fnd_msg_pub.add;
515:
516: --