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 1473: when app_exception.application_exception then

1469: --
1470: hr_utility.set_location('Leaving: ' || c_proc, 100);
1471: --
1472: exception
1473: when app_exception.application_exception then
1474: app_exception.raise_exception;
1475: end;
1476: --
1477: exception

Line 1474: app_exception.raise_exception;

1470: hr_utility.set_location('Leaving: ' || c_proc, 100);
1471: --
1472: exception
1473: when app_exception.application_exception then
1474: app_exception.raise_exception;
1475: end;
1476: --
1477: exception
1478: when others then