DBA Data[Home] [Help]

APPS.HR_PERSONAL_SCORECARD_SWI dependencies on HR_UTILITY

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

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

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

164: -- messages of any type exist in the Multiple Message List.
165: -- Also disable Multiple Message Detection.
166: --
167: p_return_status := hr_multi_message.get_return_status_disable;
168: hr_utility.set_location(' Leaving:' || l_proc,20);
169: --
170: exception
171: when hr_multi_message.error_message_exist then
172: --

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

180: --
181: p_object_version_number := null;
182: --p_status_code := null;
183: p_return_status := hr_multi_message.get_return_status_disable;
184: hr_utility.set_location(' Leaving:' || l_proc, 30);
185: when others then
186: --
187: -- When Multiple Message Detection is enabled catch
188: -- any Application specific or other unexpected

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

191: -- error.
192: --
193: rollback to create_scorecard_swi;
194: if hr_multi_message.unexpected_error_add(l_proc) then
195: hr_utility.set_location(' Leaving:' || l_proc,40);
196: raise;
197: end if;
198: --
199: -- Reset IN OUT and set OUT parameters

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

200: --
201: p_object_version_number := null;
202: --p_status_code := null;
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,50);
205: end create_scorecard;
206: -- ----------------------------------------------------------------------------
207: -- |---------------------------< delete_scorecard >---------------------------|
208: -- ----------------------------------------------------------------------------

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

221: --
222: -- Other variables
223: l_proc varchar2(72) := g_package ||'delete_scorecard';
224: Begin
225: hr_utility.set_location(' Entering:' || l_proc,10);
226: --
227: -- Issue a savepoint
228: --
229: savepoint delete_scorecard_swi;

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

269: -- messages of any type exist in the Multiple Message List.
270: -- Also disable Multiple Message Detection.
271: --
272: p_return_status := hr_multi_message.get_return_status_disable;
273: hr_utility.set_location(' Leaving:' || l_proc,20);
274: --
275: exception
276: when hr_multi_message.error_message_exist then
277: --

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

283: --
284: -- Reset IN OUT parameters and set OUT parameters
285: --
286: p_return_status := hr_multi_message.get_return_status_disable;
287: hr_utility.set_location(' Leaving:' || l_proc, 30);
288: when others then
289: --
290: -- When Multiple Message Detection is enabled catch
291: -- any Application specific or other unexpected

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

294: -- error.
295: --
296: rollback to delete_scorecard_swi;
297: if hr_multi_message.unexpected_error_add(l_proc) then
298: hr_utility.set_location(' Leaving:' || l_proc,40);
299: raise;
300: end if;
301: --
302: -- Reset IN OUT and set OUT parameters

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

301: --
302: -- Reset IN OUT and set OUT parameters
303: --
304: p_return_status := hr_multi_message.get_return_status_disable;
305: hr_utility.set_location(' Leaving:' || l_proc,50);
306: end delete_scorecard;
307: -- ----------------------------------------------------------------------------
308: -- |---------------------------< update_scorecard >---------------------------|
309: -- ----------------------------------------------------------------------------

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

365: --
366: -- Other variables
367: l_proc varchar2(72) := g_package ||'update_scorecard';
368: Begin
369: hr_utility.set_location(' Entering:' || l_proc,10);
370: --
371: -- Issue a savepoint
372: --
373: savepoint update_scorecard_swi;

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

456: -- messages of any type exist in the Multiple Message List.
457: -- Also disable Multiple Message Detection.
458: --
459: p_return_status := hr_multi_message.get_return_status_disable;
460: hr_utility.set_location(' Leaving:' || l_proc,20);
461: --
462: exception
463: when hr_multi_message.error_message_exist then
464: --

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

471: -- Reset IN OUT parameters and set OUT parameters
472: --
473: p_object_version_number := l_object_version_number;
474: p_return_status := hr_multi_message.get_return_status_disable;
475: hr_utility.set_location(' Leaving:' || l_proc, 30);
476: when others then
477: --
478: -- When Multiple Message Detection is enabled catch
479: -- any Application specific or other unexpected

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

482: -- error.
483: --
484: rollback to update_scorecard_swi;
485: if hr_multi_message.unexpected_error_add(l_proc) then
486: hr_utility.set_location(' Leaving:' || l_proc,40);
487: raise;
488: end if;
489: --
490: -- Reset IN OUT and set OUT parameters

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

490: -- Reset IN OUT and set OUT parameters
491: --
492: p_object_version_number := l_object_version_number;
493: p_return_status := hr_multi_message.get_return_status_disable;
494: hr_utility.set_location(' Leaving:' || l_proc,50);
495: end update_scorecard;
496: -- ----------------------------------------------------------------------------
497: -- |------------------------< update_scorecard_status >-----------------------|
498: -- ----------------------------------------------------------------------------

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

513: --
514: -- Other variables
515: l_proc varchar2(72) := g_package ||'update_scorecard_status';
516: Begin
517: hr_utility.set_location(' Entering:' || l_proc,10);
518: --
519: -- Issue a savepoint
520: --
521: savepoint update_scorecard_status_swi;

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

558: -- messages of any type exist in the Multiple Message List.
559: -- Also disable Multiple Message Detection.
560: --
561: p_return_status := hr_multi_message.get_return_status_disable;
562: hr_utility.set_location(' Leaving:' || l_proc,20);
563: --
564: exception
565: when hr_multi_message.error_message_exist then
566: --

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

573: -- Reset IN OUT parameters and set OUT parameters
574: --
575: p_object_version_number := l_object_version_number;
576: p_return_status := hr_multi_message.get_return_status_disable;
577: hr_utility.set_location(' Leaving:' || l_proc, 30);
578: when others then
579: --
580: -- When Multiple Message Detection is enabled catch
581: -- any Application specific or other unexpected

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

584: -- error.
585: --
586: rollback to update_scorecard_status_swi;
587: if hr_multi_message.unexpected_error_add(l_proc) then
588: hr_utility.set_location(' Leaving:' || l_proc,40);
589: raise;
590: end if;
591: --
592: -- Reset IN OUT and set OUT parameters

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

592: -- Reset IN OUT and set OUT parameters
593: --
594: p_object_version_number := l_object_version_number;
595: p_return_status := hr_multi_message.get_return_status_disable;
596: hr_utility.set_location(' Leaving:' || l_proc,50);
597: end update_scorecard_status;
598: end hr_personal_scorecard_swi;