DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on APP_EXCEPTION

Line 1971: when app_exception.application_exception then -- 6027345

1967: );
1968: end if;
1969: hr_utility.set_location ('Leaving '|| l_proc,10);
1970: Exception
1971: when app_exception.application_exception then -- 6027345
1972: fnd_message.raise_error; -- 6027345
1973: When others then
1974: if p_batch_flag then
1975: --

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

2310: hr_utility.set_location ('Leaving '|| l_proc,20);
2311:
2312: exception
2313: --
2314: when app_exception.application_exception then --Bug 4387247
2315: hr_utility.set_location ('Application Error in Default_Comp_obj_w.', 88);
2316: fnd_msg_pub.add;
2317: when others then
2318: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);