DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_SWI dependencies on HR_UTILITY

Line 122: hr_utility.set_location(' Entering:' || l_proc,10);

118: l_pension_type_id number;
119: l_proc varchar2(72) := g_package ||'create_pension_type';
120: Begin
121:
122: hr_utility.set_location(' Entering:' || l_proc,10);
123:
124: --
125: -- Issue a savepoint
126: --

Line 263: hr_utility.set_location(' Leaving:' || l_proc,20);

259: -- Also disable Multiple Message Detection.
260: --
261: p_return_status := hr_multi_message.get_return_status_disable;
262:
263: hr_utility.set_location(' Leaving:' || l_proc,20);
264: --
265: exception
266: when hr_multi_message.error_message_exist then
267: --

Line 280: hr_utility.set_location(' Leaving:' || l_proc, 30);

276: p_object_version_number := null;
277: p_effective_start_date := null;
278: p_effective_end_date := null;
279: p_return_status := hr_multi_message.get_return_status_disable;
280: hr_utility.set_location(' Leaving:' || l_proc, 30);
281: when others then
282: --
283: -- When Multiple Message Detection is enabled catch
284: -- any Application specific or other unexpected

Line 291: hr_utility.set_location(' Leaving:' || l_proc,40);

287: -- error.
288: --
289: rollback to create_pension_type_swi;
290: if hr_multi_message.unexpected_error_add(l_proc) then
291: hr_utility.set_location(' Leaving:' || l_proc,40);
292: raise;
293: end if;
294: --
295: -- Reset IN OUT and set OUT parameters

Line 302: hr_utility.set_location(' Leaving:' || l_proc,50);

298: p_effective_start_date := null;
299: p_effective_end_date := null;
300: p_return_status := hr_multi_message.get_return_status_disable;
301:
302: hr_utility.set_location(' Leaving:' || l_proc,50);
303:
304: End Create_Pension_Type;
305: -- ----------------------------------------------------------------------------
306: -- |--------------------------< Delete_Pension_Type >-------------------------|

Line 329: hr_utility.set_location(' Entering:' || l_proc,10);

325: --
326: -- Other variables
327: l_proc varchar2(72) := g_package ||'delete_pension_type';
328: Begin
329: hr_utility.set_location(' Entering:' || l_proc,10);
330: --
331: -- Issue a savepoint
332: --
333: savepoint delete_pension_type_swi;

Line 377: hr_utility.set_location(' Leaving:' || l_proc,20);

373: -- messages of any type exist in the Multiple Message List.
374: -- Also disable Multiple Message Detection.
375: --
376: p_return_status := hr_multi_message.get_return_status_disable;
377: hr_utility.set_location(' Leaving:' || l_proc,20);
378: --
379: exception
380: when hr_multi_message.error_message_exist then
381: --

Line 394: hr_utility.set_location(' Leaving:' || l_proc, 30);

390: p_object_version_number := l_object_version_number;
391: p_effective_start_date := null;
392: p_effective_end_date := null;
393: p_return_status := hr_multi_message.get_return_status_disable;
394: hr_utility.set_location(' Leaving:' || l_proc, 30);
395: when others then
396: --
397: -- When Multiple Message Detection is enabled catch
398: -- any Application specific or other unexpected

Line 405: hr_utility.set_location(' Leaving:' || l_proc,40);

401: -- error.
402: --
403: rollback to delete_pension_type_swi;
404: if hr_multi_message.unexpected_error_add(l_proc) then
405: hr_utility.set_location(' Leaving:' || l_proc,40);
406: raise;
407: end if;
408: --
409: -- Reset IN OUT and set OUT parameters

Line 415: hr_utility.set_location(' Leaving:' || l_proc,50);

411: p_object_version_number := l_object_version_number;
412: p_effective_start_date := null;
413: p_effective_end_date := null;
414: p_return_status := hr_multi_message.get_return_status_disable;
415: hr_utility.set_location(' Leaving:' || l_proc,50);
416: End Delete_Pension_Type;
417: -- ----------------------------------------------------------------------------
418: -- |--------------------------< Update_Pension_Type >-------------------------|
419: -- ----------------------------------------------------------------------------

Line 531: hr_utility.set_location(' Entering:' || l_proc,10);

527: --
528: -- Other variables
529: l_proc varchar2(72) := g_package ||'update_pension_type';
530: Begin
531: hr_utility.set_location(' Entering:' || l_proc,10);
532: --
533: -- Issue a savepoint
534: --
535: savepoint update_pension_type_swi;

Line 669: hr_utility.set_location(' Leaving:' || l_proc,20);

665: -- messages of any type exist in the Multiple Message List.
666: -- Also disable Multiple Message Detection.
667: --
668: p_return_status := hr_multi_message.get_return_status_disable;
669: hr_utility.set_location(' Leaving:' || l_proc,20);
670: --
671: Exception
672: when hr_multi_message.error_message_exist then
673: --

Line 686: hr_utility.set_location(' Leaving:' || l_proc, 30);

682: p_object_version_number := l_object_version_number;
683: p_effective_start_date := null;
684: p_effective_end_date := null;
685: p_return_status := hr_multi_message.get_return_status_disable;
686: hr_utility.set_location(' Leaving:' || l_proc, 30);
687: when others then
688: --
689: -- When Multiple Message Detection is enabled catch
690: -- any Application specific or other unexpected

Line 697: hr_utility.set_location(' Leaving:' || l_proc,40);

693: -- error.
694: --
695: rollback to update_pension_type_swi;
696: if hr_multi_message.unexpected_error_add(l_proc) then
697: hr_utility.set_location(' Leaving:' || l_proc,40);
698: raise;
699: end if;
700: --
701: -- Reset IN OUT and set OUT parameters

Line 707: hr_utility.set_location(' Leaving:' || l_proc,50);

703: p_object_version_number := l_object_version_number;
704: p_effective_start_date := null;
705: p_effective_end_date := null;
706: p_return_status := hr_multi_message.get_return_status_disable;
707: hr_utility.set_location(' Leaving:' || l_proc,50);
708:
709: End Update_Pension_Type;
710:
711: End PQP_Pension_Types_swi;