DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on APP_EXCEPTION

Line 1522: when app_exception.application_exception then

1518: if g_debug then
1519: hr_utility.set_location('Leaving '|| l_proc, 100);
1520: end if;
1521: exception
1522: when app_exception.application_exception then
1523: if hr_multi_message.exception_add then
1524: if g_debug then
1525: hr_utility.set_location(l_proc, 100);
1526: end if;

Line 2201: when app_exception.application_exception then

2197: hr_utility.set_location('Leaving '|| l_proc, 130);
2198: end if;
2199: end if; -- if flex code in varray
2200: exception
2201: when app_exception.application_exception then
2202: if hr_multi_message.exception_add then
2203: if g_debug then
2204: hr_utility.set_location('Leaving '|| l_proc, 140);
2205: end if;