DBA Data[Home] [Help]

APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on APP_EXCEPTION

Line 561: when app_exception.application_exception then

557: end loop;
558: --
559: hr_utility.set_location('Leaving: ' || c_proc, 100);
560: exception
561: when app_exception.application_exception then
562: app_exception.raise_exception;
563: end;
564: exception
565: when others then

Line 562: app_exception.raise_exception;

558: --
559: hr_utility.set_location('Leaving: ' || c_proc, 100);
560: exception
561: when app_exception.application_exception then
562: app_exception.raise_exception;
563: end;
564: exception
565: when others then
566: if g_num_errors = 0 then

Line 1467: when app_exception.application_exception then

1463: --
1464: hr_utility.set_location('Leaving: ' || c_proc, 100);
1465: --
1466: exception
1467: when app_exception.application_exception then
1468: app_exception.raise_exception;
1469: end;
1470: --
1471: exception

Line 1468: app_exception.raise_exception;

1464: hr_utility.set_location('Leaving: ' || c_proc, 100);
1465: --
1466: exception
1467: when app_exception.application_exception then
1468: app_exception.raise_exception;
1469: end;
1470: --
1471: exception
1472: when others then