DBA Data[Home] [Help]

APPS.PQP_PCV_SWI dependencies on HR_UTILITY

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

68: --
69: -- Other variables
70: l_proc varchar2(72) := g_package ||'create_configuration_value';
71: Begin
72: hr_utility.set_location(' Entering:' || l_proc,10);
73: --
74: -- Issue a savepoint
75: --
76: savepoint create_configuration_value_swi;

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

157: -- messages of any type exist in the Multiple Message List.
158: -- Also disable Multiple Message Detection.
159: --
160: p_return_status := hr_multi_message.get_return_status_disable;
161: hr_utility.set_location(' Leaving:' || l_proc,20);
162: --
163: exception
164: when hr_multi_message.error_message_exist then
165: --

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

173: --
174: p_configuration_value_id := null;
175: p_object_version_number := null;
176: p_return_status := hr_multi_message.get_return_status_disable;
177: hr_utility.set_location(' Leaving:' || l_proc, 30);
178: when others then
179: --
180: -- When Multiple Message Detection is enabled catch
181: -- any Application specific or other unexpected

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

184: -- error.
185: --
186: rollback to create_configuration_value_swi;
187: if hr_multi_message.unexpected_error_add(l_proc) then
188: hr_utility.set_location(' Leaving:' || l_proc,40);
189: raise;
190: end if;
191: --
192: -- Reset IN OUT and set OUT parameters

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

193: --
194: p_configuration_value_id := null;
195: p_object_version_number := null;
196: p_return_status := hr_multi_message.get_return_status_disable;
197: hr_utility.set_location(' Leaving:' || l_proc,50);
198: end create_configuration_value;
199: -- ----------------------------------------------------------------------------
200: -- |----------------------< update_configuration_value >----------------------|
201: -- ----------------------------------------------------------------------------

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

260: --
261: -- Other variables
262: l_proc varchar2(72) := g_package ||'update_configuration_value';
263: Begin
264: hr_utility.set_location(' Entering:' || l_proc,10);
265: --
266: -- Issue a savepoint
267: --
268: savepoint update_configuration_value_swi;

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

350: -- messages of any type exist in the Multiple Message List.
351: -- Also disable Multiple Message Detection.
352: --
353: p_return_status := hr_multi_message.get_return_status_disable;
354: hr_utility.set_location(' Leaving:' || l_proc,20);
355: --
356: exception
357: when hr_multi_message.error_message_exist then
358: --

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

365: -- Reset IN OUT parameters and set OUT parameters
366: --
367: p_object_version_number := l_object_version_number;
368: p_return_status := hr_multi_message.get_return_status_disable;
369: hr_utility.set_location(' Leaving:' || l_proc, 30);
370: when others then
371: --
372: -- When Multiple Message Detection is enabled catch
373: -- any Application specific or other unexpected

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

376: -- error.
377: --
378: rollback to update_configuration_value_swi;
379: if hr_multi_message.unexpected_error_add(l_proc) then
380: hr_utility.set_location(' Leaving:' || l_proc,40);
381: raise;
382: end if;
383: --
384: -- Reset IN OUT and set OUT parameters

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

384: -- Reset IN OUT and set OUT parameters
385: --
386: p_object_version_number := l_object_version_number;
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc,50);
389: end update_configuration_value;
390: -- ----------------------------------------------------------------------------
391: -- |----------------------< delete_configuration_value >----------------------|
392: -- ----------------------------------------------------------------------------

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

405: --
406: -- Other variables
407: l_proc varchar2(72) := g_package ||'delete_configuration_value';
408: Begin
409: hr_utility.set_location(' Entering:' || l_proc,10);
410: --
411: -- Issue a savepoint
412: --
413: savepoint delete_configuration_value_swi;

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

448: -- messages of any type exist in the Multiple Message List.
449: -- Also disable Multiple Message Detection.
450: --
451: p_return_status := hr_multi_message.get_return_status_disable;
452: hr_utility.set_location(' Leaving:' || l_proc,20);
453: --
454: exception
455: when hr_multi_message.error_message_exist then
456: --

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

462: --
463: -- Reset IN OUT parameters and set OUT parameters
464: --
465: p_return_status := hr_multi_message.get_return_status_disable;
466: hr_utility.set_location(' Leaving:' || l_proc, 30);
467: when others then
468: --
469: -- When Multiple Message Detection is enabled catch
470: -- any Application specific or other unexpected

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

473: -- error.
474: --
475: rollback to delete_configuration_value_swi;
476: if hr_multi_message.unexpected_error_add(l_proc) then
477: hr_utility.set_location(' Leaving:' || l_proc,40);
478: raise;
479: end if;
480: --
481: -- Reset IN OUT and set OUT parameters

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

480: --
481: -- Reset IN OUT and set OUT parameters
482: --
483: p_return_status := hr_multi_message.get_return_status_disable;
484: hr_utility.set_location(' Leaving:' || l_proc,50);
485: end delete_configuration_value;
486: end pqp_pcv_swi;