DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on APP_EXCEPTION

Line 2392: app_exception.raise_exception;

2388: );
2389:
2390: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2391: IF l_return_status = 'U' THEN
2392: app_exception.raise_exception;
2393: ELSIF l_return_status = 'E' THEN
2394: l_final_return_status := l_return_status;
2395: END IF;
2396:

Line 2415: app_exception.raise_exception;

2411:
2412: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2413: if l_return_status = 'U' then
2414:
2415: app_exception.raise_exception;
2416:
2417: elsif l_return_status = 'E' then
2418:
2419: l_final_return_status := l_return_status;

Line 2472: app_exception.raise_exception;

2468:
2469: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2470:
2471: if l_return_status = 'U' then
2472: app_exception.raise_exception;
2473: elsif l_return_status = 'E' then
2474: l_final_return_status := l_return_status;
2475: end if;
2476:

Line 2524: app_exception.raise_exception;

2520: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2521:
2522: if l_return_status = 'U' then
2523:
2524: app_exception.raise_exception;
2525:
2526: elsif l_return_status = 'E' then
2527:
2528: l_final_return_status := l_return_status;

Line 2571: app_exception.raise_exception;

2567:
2568: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2569: if l_return_status = 'U' then
2570:
2571: app_exception.raise_exception;
2572:
2573: elsif l_return_status = 'E' then
2574:
2575: l_final_return_status := l_return_status;

Line 2653: app_exception.raise_exception;

2649: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2650:
2651: if l_return_status = 'U' then
2652:
2653: app_exception.raise_exception;
2654:
2655: elsif l_return_status = 'E' then
2656:
2657: l_final_return_status := l_return_status;

Line 2679: app_exception.raise_exception;

2675:
2676: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2677: if l_return_status = 'U' then
2678:
2679: app_exception.raise_exception;
2680:
2681: elsif l_return_status = 'E' then
2682:
2683: l_final_return_status := l_return_status;

Line 2707: app_exception.raise_exception;

2703:
2704: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2705: if l_return_status = 'U' then
2706:
2707: app_exception.raise_exception;
2708:
2709: elsif l_return_status = 'E' then
2710:
2711: l_final_return_status := l_return_status;

Line 2734: app_exception.raise_exception;

2730:
2731: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2732: if l_return_status = 'U' then
2733:
2734: app_exception.raise_exception;
2735:
2736: elsif l_return_status = 'E' then
2737:
2738: l_final_return_status := l_return_status;

Line 2761: app_exception.raise_exception;

2757:
2758: l_message_counter := l_message_counter + nvl(l_msg_count,0);
2759: if l_return_status = 'U' then
2760:
2761: app_exception.raise_exception;
2762:
2763: elsif l_return_status = 'E' then
2764:
2765: l_final_return_status := l_return_status;