DBA Data[Home] [Help]

APPS.PQP_PENSION_PROVIDERS dependencies on HR_MULTI_MESSAGE

Line 2010: hr_multi_message.enable_message_list;

2006: savepoint create_pension_provider;
2007: --
2008: -- Initialise Multiple Message Detection
2009: --
2010: hr_multi_message.enable_message_list;
2011: --
2012: -- Remember IN OUT parameter IN values
2013: --
2014: --

Line 2099: l_return_status := hr_multi_message.get_return_status_disable;

2095: -- Derive the API return status value based on whether
2096: -- messages of any type exist in the Multiple Message List.
2097: -- Also disable Multiple Message Detection.
2098: --
2099: l_return_status := hr_multi_message.get_return_status_disable;
2100: hr_utility.set_location(' Leaving:' || l_proc,20);
2101: --
2102: exception
2103: when hr_multi_message.error_message_exist then

Line 2103: when hr_multi_message.error_message_exist then

2099: l_return_status := hr_multi_message.get_return_status_disable;
2100: hr_utility.set_location(' Leaving:' || l_proc,20);
2101: --
2102: exception
2103: when hr_multi_message.error_message_exist then
2104: --
2105: -- Catch the Multiple Message List exception which
2106: -- indicates API processing has been aborted because
2107: -- at least one message exists in the list.

Line 2125: if hr_multi_message.unexpected_error_add(l_proc) then

2121: -- Multiple Message List. Otherwise re-raise the
2122: -- error.
2123: --
2124: rollback to create_pension_provider;
2125: if hr_multi_message.unexpected_error_add(l_proc) then
2126: hr_utility.set_location(' Leaving:' || l_proc,40);
2127: raise;
2128: end if;
2129: --

Line 2132: l_return_status := hr_multi_message.get_return_status_disable;

2128: end if;
2129: --
2130: -- Reset IN OUT and set OUT parameters
2131: --
2132: l_return_status := hr_multi_message.get_return_status_disable;
2133: hr_utility.set_location(' Leaving:' || l_proc,50);
2134:
2135: END create_pension_provider_swi;
2136:

Line 2168: hr_multi_message.enable_message_list;

2164: savepoint update_pension_provider;
2165: --
2166: -- Initialise Multiple Message Detection
2167: --
2168: hr_multi_message.enable_message_list;
2169: --
2170: -- Remember IN OUT parameter IN values
2171: --
2172: --

Line 2204: l_return_status := hr_multi_message.get_return_status_disable;

2200: -- Derive the API return status value based on whether
2201: -- messages of any type exist in the Multiple Message List.
2202: -- Also disable Multiple Message Detection.
2203: --
2204: l_return_status := hr_multi_message.get_return_status_disable;
2205: hr_utility.set_location(' Leaving:' || l_proc,20);
2206: --
2207: exception
2208: when hr_multi_message.error_message_exist then

Line 2208: when hr_multi_message.error_message_exist then

2204: l_return_status := hr_multi_message.get_return_status_disable;
2205: hr_utility.set_location(' Leaving:' || l_proc,20);
2206: --
2207: exception
2208: when hr_multi_message.error_message_exist then
2209: --
2210: -- Catch the Multiple Message List exception which
2211: -- indicates API processing has been aborted because
2212: -- at least one message exists in the list.

Line 2230: if hr_multi_message.unexpected_error_add(l_proc) then

2226: -- Multiple Message List. Otherwise re-raise the
2227: -- error.
2228: --
2229: rollback to update_pension_provider;
2230: if hr_multi_message.unexpected_error_add(l_proc) then
2231: hr_utility.set_location(' Leaving:' || l_proc,40);
2232: raise;
2233: end if;
2234: --

Line 2237: l_return_status := hr_multi_message.get_return_status_disable;

2233: end if;
2234: --
2235: -- Reset IN OUT and set OUT parameters
2236: --
2237: l_return_status := hr_multi_message.get_return_status_disable;
2238: hr_utility.set_location(' Leaving:' || l_proc,50);
2239:
2240: End update_pension_provider_swi;
2241:

Line 2273: hr_multi_message.enable_message_list;

2269: savepoint delete_pension_provider;
2270: --
2271: -- Initialise Multiple Message Detection
2272: --
2273: hr_multi_message.enable_message_list;
2274: --
2275: -- Remember IN OUT parameter IN values
2276: --
2277: --

Line 2333: l_return_status := hr_multi_message.get_return_status_disable;

2329: -- Derive the API return status value based on whether
2330: -- messages of any type exist in the Multiple Message List.
2331: -- Also disable Multiple Message Detection.
2332: --
2333: l_return_status := hr_multi_message.get_return_status_disable;
2334: hr_utility.set_location(' Leaving:' || l_proc,20);
2335: --
2336: exception
2337: when hr_multi_message.error_message_exist then

Line 2337: when hr_multi_message.error_message_exist then

2333: l_return_status := hr_multi_message.get_return_status_disable;
2334: hr_utility.set_location(' Leaving:' || l_proc,20);
2335: --
2336: exception
2337: when hr_multi_message.error_message_exist then
2338: --
2339: -- Catch the Multiple Message List exception which
2340: -- indicates API processing has been aborted because
2341: -- at least one message exists in the list.

Line 2359: if hr_multi_message.unexpected_error_add(l_proc) then

2355: -- Multiple Message List. Otherwise re-raise the
2356: -- error.
2357: --
2358: rollback to delete_pension_provider;
2359: if hr_multi_message.unexpected_error_add(l_proc) then
2360: hr_utility.set_location(' Leaving:' || l_proc,40);
2361: raise;
2362: end if;
2363: --

Line 2366: l_return_status := hr_multi_message.get_return_status_disable;

2362: end if;
2363: --
2364: -- Reset IN OUT and set OUT parameters
2365: --
2366: l_return_status := hr_multi_message.get_return_status_disable;
2367: hr_utility.set_location(' Leaving:' || l_return_status,45);
2368: hr_utility.set_location(' Leaving:' || l_proc,50);
2369: End delete_pension_provider_swi;
2370:

Line 2402: hr_multi_message.enable_message_list;

2398: savepoint add_pension_types;
2399: --
2400: -- Initialise Multiple Message Detection
2401: --
2402: hr_multi_message.enable_message_list;
2403: --
2404: -- Remember IN OUT parameter IN values
2405: --
2406: --

Line 2438: l_return_status := hr_multi_message.get_return_status_disable;

2434: -- Derive the API return status value based on whether
2435: -- messages of any type exist in the Multiple Message List.
2436: -- Also disable Multiple Message Detection.
2437: --
2438: l_return_status := hr_multi_message.get_return_status_disable;
2439: hr_utility.set_location(' Leaving:' || l_proc,20);
2440: --
2441: exception
2442: when hr_multi_message.error_message_exist then

Line 2442: when hr_multi_message.error_message_exist then

2438: l_return_status := hr_multi_message.get_return_status_disable;
2439: hr_utility.set_location(' Leaving:' || l_proc,20);
2440: --
2441: exception
2442: when hr_multi_message.error_message_exist then
2443: --
2444: -- Catch the Multiple Message List exception which
2445: -- indicates API processing has been aborted because
2446: -- at least one message exists in the list.

Line 2464: if hr_multi_message.unexpected_error_add(l_proc) then

2460: -- Multiple Message List. Otherwise re-raise the
2461: -- error.
2462: --
2463: rollback to add_pension_types;
2464: if hr_multi_message.unexpected_error_add(l_proc) then
2465: hr_utility.set_location(' Leaving:' || l_proc,40);
2466: raise;
2467: end if;
2468: --

Line 2471: l_return_status := hr_multi_message.get_return_status_disable;

2467: end if;
2468: --
2469: -- Reset IN OUT and set OUT parameters
2470: --
2471: l_return_status := hr_multi_message.get_return_status_disable;
2472: hr_utility.set_location(' Leaving:' || l_proc,50);
2473:
2474:
2475: END add_pension_types_swi;

Line 2507: hr_multi_message.enable_message_list;

2503: savepoint add_provider_ref_number;
2504: --
2505: -- Initialise Multiple Message Detection
2506: --
2507: hr_multi_message.enable_message_list;
2508: --
2509: -- Remember IN OUT parameter IN values
2510: --
2511: --

Line 2543: l_return_status := hr_multi_message.get_return_status_disable;

2539: -- Derive the API return status value based on whether
2540: -- messages of any type exist in the Multiple Message List.
2541: -- Also disable Multiple Message Detection.
2542: --
2543: l_return_status := hr_multi_message.get_return_status_disable;
2544: hr_utility.set_location(' Leaving:' || l_proc,20);
2545: --
2546: exception
2547: when hr_multi_message.error_message_exist then

Line 2547: when hr_multi_message.error_message_exist then

2543: l_return_status := hr_multi_message.get_return_status_disable;
2544: hr_utility.set_location(' Leaving:' || l_proc,20);
2545: --
2546: exception
2547: when hr_multi_message.error_message_exist then
2548: --
2549: -- Catch the Multiple Message List exception which
2550: -- indicates API processing has been aborted because
2551: -- at least one message exists in the list.

Line 2569: if hr_multi_message.unexpected_error_add(l_proc) then

2565: -- Multiple Message List. Otherwise re-raise the
2566: -- error.
2567: --
2568: rollback to add_provider_ref_number;
2569: if hr_multi_message.unexpected_error_add(l_proc) then
2570: hr_utility.set_location(' Leaving:' || l_proc,40);
2571: raise;
2572: end if;
2573: --

Line 2576: l_return_status := hr_multi_message.get_return_status_disable;

2572: end if;
2573: --
2574: -- Reset IN OUT and set OUT parameters
2575: --
2576: l_return_status := hr_multi_message.get_return_status_disable;
2577: hr_utility.set_location(' Leaving:' || l_proc,50);
2578:
2579:
2580: END add_provider_ref_number_swi;

Line 2612: hr_multi_message.enable_message_list;

2608: savepoint create_third_party_paymnt_swi;
2609: --
2610: -- Initialise Multiple Message Detection
2611: --
2612: hr_multi_message.enable_message_list;
2613: --
2614: -- Remember IN OUT parameter IN values
2615: --
2616: --

Line 2644: l_return_status := hr_multi_message.get_return_status_disable;

2640: -- Derive the API return status value based on whether
2641: -- messages of any type exist in the Multiple Message List.
2642: -- Also disable Multiple Message Detection.
2643: --
2644: l_return_status := hr_multi_message.get_return_status_disable;
2645: hr_utility.set_location(' Leaving:' || l_proc,20);
2646: --
2647: exception
2648: when hr_multi_message.error_message_exist then

Line 2648: when hr_multi_message.error_message_exist then

2644: l_return_status := hr_multi_message.get_return_status_disable;
2645: hr_utility.set_location(' Leaving:' || l_proc,20);
2646: --
2647: exception
2648: when hr_multi_message.error_message_exist then
2649: --
2650: -- Catch the Multiple Message List exception which
2651: -- indicates API processing has been aborted because
2652: -- at least one message exists in the list.

Line 2670: if hr_multi_message.unexpected_error_add(l_proc) then

2666: -- Multiple Message List. Otherwise re-raise the
2667: -- error.
2668: --
2669: rollback to create_third_party_paymnt_swi;
2670: if hr_multi_message.unexpected_error_add(l_proc) then
2671: hr_utility.set_location(' Leaving:' || l_proc,40);
2672: raise;
2673: end if;
2674: --

Line 2677: l_return_status := hr_multi_message.get_return_status_disable;

2673: end if;
2674: --
2675: -- Reset IN OUT and set OUT parameters
2676: --
2677: l_return_status := hr_multi_message.get_return_status_disable;
2678: hr_utility.set_location(' Leaving:' || l_proc,50);
2679:
2680:
2681: END create_third_party_paymnt_swi;

Line 2714: hr_multi_message.enable_message_list;

2710: savepoint delete_pension_types;
2711: --
2712: -- Initialise Multiple Message Detection
2713: --
2714: hr_multi_message.enable_message_list;
2715: --
2716: -- Remember IN OUT parameter IN values
2717: --
2718: --

Line 2749: l_return_status := hr_multi_message.get_return_status_disable;

2745: -- Derive the API return status value based on whether
2746: -- messages of any type exist in the Multiple Message List.
2747: -- Also disable Multiple Message Detection.
2748: --
2749: l_return_status := hr_multi_message.get_return_status_disable;
2750: hr_utility.set_location(' Leaving:' || l_proc,20);
2751: --
2752: exception
2753: when hr_multi_message.error_message_exist then

Line 2753: when hr_multi_message.error_message_exist then

2749: l_return_status := hr_multi_message.get_return_status_disable;
2750: hr_utility.set_location(' Leaving:' || l_proc,20);
2751: --
2752: exception
2753: when hr_multi_message.error_message_exist then
2754: --
2755: -- Catch the Multiple Message List exception which
2756: -- indicates API processing has been aborted because
2757: -- at least one message exists in the list.

Line 2775: if hr_multi_message.unexpected_error_add(l_proc) then

2771: -- Multiple Message List. Otherwise re-raise the
2772: -- error.
2773: --
2774: rollback to delete_pension_types;
2775: if hr_multi_message.unexpected_error_add(l_proc) then
2776: hr_utility.set_location(' Leaving:' || l_proc,40);
2777: raise;
2778: end if;
2779: --

Line 2782: l_return_status := hr_multi_message.get_return_status_disable;

2778: end if;
2779: --
2780: -- Reset IN OUT and set OUT parameters
2781: --
2782: l_return_status := hr_multi_message.get_return_status_disable;
2783: hr_utility.set_location(' Leaving:' || l_proc,50);
2784:
2785: END delete_pension_types_swi;
2786:

Line 2814: hr_multi_message.enable_message_list;

2810: savepoint delete_third_party_paymnt;
2811: --
2812: -- Initialise Multiple Message Detection
2813: --
2814: hr_multi_message.enable_message_list;
2815: --
2816: -- Remember IN OUT parameter IN values
2817: --
2818: --

Line 2845: l_return_status := hr_multi_message.get_return_status_disable;

2841: -- Derive the API return status value based on whether
2842: -- messages of any type exist in the Multiple Message List.
2843: -- Also disable Multiple Message Detection.
2844: --
2845: l_return_status := hr_multi_message.get_return_status_disable;
2846: hr_utility.set_location(' Leaving:' || l_proc,20);
2847: --
2848: exception
2849: when hr_multi_message.error_message_exist then

Line 2849: when hr_multi_message.error_message_exist then

2845: l_return_status := hr_multi_message.get_return_status_disable;
2846: hr_utility.set_location(' Leaving:' || l_proc,20);
2847: --
2848: exception
2849: when hr_multi_message.error_message_exist then
2850: --
2851: -- Catch the Multiple Message List exception which
2852: -- indicates API processing has been aborted because
2853: -- at least one message exists in the list.

Line 2871: if hr_multi_message.unexpected_error_add(l_proc) then

2867: -- Multiple Message List. Otherwise re-raise the
2868: -- error.
2869: --
2870: rollback to delete_third_party_paymnt;
2871: if hr_multi_message.unexpected_error_add(l_proc) then
2872: hr_utility.set_location(' Leaving:' || l_proc,40);
2873: raise;
2874: end if;
2875: --

Line 2878: l_return_status := hr_multi_message.get_return_status_disable;

2874: end if;
2875: --
2876: -- Reset IN OUT and set OUT parameters
2877: --
2878: l_return_status := hr_multi_message.get_return_status_disable;
2879: hr_utility.set_location(' Leaving:' || l_proc,50);
2880:
2881: END delete_third_party_paymnt_swi;
2882:

Line 2920: hr_multi_message.enable_message_list;

2916: savepoint assign_pension_type_to_org;
2917: --
2918: -- Initialise Multiple Message Detection
2919: --
2920: hr_multi_message.enable_message_list;
2921: --
2922: -- Remember IN OUT parameter IN values
2923: --
2924: --

Line 2960: l_return_status := hr_multi_message.get_return_status_disable;

2956: -- Derive the API return status value based on whether
2957: -- messages of any type exist in the Multiple Message List.
2958: -- Also disable Multiple Message Detection.
2959: --
2960: l_return_status := hr_multi_message.get_return_status_disable;
2961: hr_utility.set_location(' Leaving:' || l_proc,20);
2962: --
2963: exception
2964: when hr_multi_message.error_message_exist then

Line 2964: when hr_multi_message.error_message_exist then

2960: l_return_status := hr_multi_message.get_return_status_disable;
2961: hr_utility.set_location(' Leaving:' || l_proc,20);
2962: --
2963: exception
2964: when hr_multi_message.error_message_exist then
2965: --
2966: -- Catch the Multiple Message List exception which
2967: -- indicates API processing has been aborted because
2968: -- at least one message exists in the list.

Line 2986: if hr_multi_message.unexpected_error_add(l_proc) then

2982: -- Multiple Message List. Otherwise re-raise the
2983: -- error.
2984: --
2985: rollback to assign_pension_type_to_org;
2986: if hr_multi_message.unexpected_error_add(l_proc) then
2987: hr_utility.set_location(' Leaving:' || l_proc,40);
2988: raise;
2989: end if;
2990: --

Line 2993: l_return_status := hr_multi_message.get_return_status_disable;

2989: end if;
2990: --
2991: -- Reset IN OUT and set OUT parameters
2992: --
2993: l_return_status := hr_multi_message.get_return_status_disable;
2994: hr_utility.set_location(' Leaving:' || l_proc,50);
2995:
2996: End assign_pension_type_to_org_swi;
2997:

Line 3027: hr_multi_message.enable_message_list;

3023: savepoint del_assigned_provider_swi;
3024: --
3025: -- Initialise Multiple Message Detection
3026: --
3027: hr_multi_message.enable_message_list;
3028: --
3029: -- Remember IN OUT parameter IN values
3030: --
3031: --

Line 3059: l_return_status := hr_multi_message.get_return_status_disable;

3055: -- Derive the API return status value based on whether
3056: -- messages of any type exist in the Multiple Message List.
3057: -- Also disable Multiple Message Detection.
3058: --
3059: l_return_status := hr_multi_message.get_return_status_disable;
3060: hr_utility.set_location(' Leaving:' || l_proc,20);
3061: --
3062: exception
3063: when hr_multi_message.error_message_exist then

Line 3063: when hr_multi_message.error_message_exist then

3059: l_return_status := hr_multi_message.get_return_status_disable;
3060: hr_utility.set_location(' Leaving:' || l_proc,20);
3061: --
3062: exception
3063: when hr_multi_message.error_message_exist then
3064: --
3065: -- Catch the Multiple Message List exception which
3066: -- indicates API processing has been aborted because
3067: -- at least one message exists in the list.

Line 3085: if hr_multi_message.unexpected_error_add(l_proc) then

3081: -- Multiple Message List. Otherwise re-raise the
3082: -- error.
3083: --
3084: rollback to del_assigned_provider_swi;
3085: if hr_multi_message.unexpected_error_add(l_proc) then
3086: hr_utility.set_location(' Leaving:' || l_proc,40);
3087: raise;
3088: end if;
3089: --

Line 3092: l_return_status := hr_multi_message.get_return_status_disable;

3088: end if;
3089: --
3090: -- Reset IN OUT and set OUT parameters
3091: --
3092: l_return_status := hr_multi_message.get_return_status_disable;
3093: hr_utility.set_location(' Leaving:' || l_proc,50);
3094:
3095: End delete_assigned_providers_swi;
3096: