DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on APP_EXCEPTION

Line 10713: when app_exception.application_exception then

10709: p_effective_end_date := null; --nocopy change
10710: fnd_message.raise_error;
10711: --
10712: --Bug 5664907
10713: when app_exception.application_exception then
10714: ROLLBACK TO delete_enrollment;
10715: rpt_error(p_proc => l_proc, p_step => l_step);
10716: p_effective_start_date := null; --nocopy change
10717: p_effective_end_date := null; --nocopy change

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

12402: end if;
12403:
12404: exception
12405: --
12406: when app_exception.application_exception then --Bug 4387247
12407: hr_utility.set_location ('Application Error in delete_enrollment_w.', 88);
12408: fnd_msg_pub.add;
12409: when others then
12410: if g_debug then