DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on APP_EXCEPTION

Line 1822: when app_exception.application_exception then -- 6027345

1818: ,p_cls_enrt_flag => p_cls_enrt_flag
1819: );
1820: hr_utility.set_location ('Leaving '|| l_proc,10);
1821: Exception
1822: when app_exception.application_exception then -- 6027345
1823: fnd_message.raise_error; -- 6027345
1824: When others then
1825: if p_batch_flag then
1826: --

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

2161: hr_utility.set_location ('Leaving '|| l_proc,20);
2162:
2163: exception
2164: --
2165: when app_exception.application_exception then --Bug 4387247
2166: hr_utility.set_location ('Application Error in Default_Comp_obj_w.', 88);
2167: fnd_msg_pub.add;
2168: when others then
2169: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);