DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on APP_EXCEPTION

Line 9119: when app_exception.application_exception then

9115: p_effective_end_date := null; --nocopy change
9116: fnd_message.raise_error;
9117: --
9118: --Bug 5664907
9119: when app_exception.application_exception then
9120: ROLLBACK TO delete_enrollment;
9121: rpt_error(p_proc => l_proc, p_step => l_step);
9122: p_effective_start_date := null; --nocopy change
9123: p_effective_end_date := null; --nocopy change

Line 10807: when app_exception.application_exception then --Bug 4387247

10803: end if;
10804:
10805: exception
10806: --
10807: when app_exception.application_exception then --Bug 4387247
10808: hr_utility.set_location ('Application Error in delete_enrollment_w.', 88);
10809: fnd_msg_pub.add;
10810: when others then
10811: if g_debug then