DBA Data[Home] [Help]

APPS.HR_PERSONAL_SCORECARD_SWI dependencies on HR_UTILITY

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

63: -- Other variables
64: l_scorecard_id number;
65: l_proc varchar2(72) := g_package ||'create_scorecard';
66: Begin
67: hr_utility.set_location(' Entering:' || l_proc,10);
68: --
69: -- Issue a savepoint
70: --
71: savepoint create_scorecard_swi;

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

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

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

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

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

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

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

190: --
191: p_object_version_number := null;
192: --p_status_code := null;
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc,50);
195: end create_scorecard;
196: -- ----------------------------------------------------------------------------
197: -- |---------------------------< delete_scorecard >---------------------------|
198: -- ----------------------------------------------------------------------------

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

211: --
212: -- Other variables
213: l_proc varchar2(72) := g_package ||'delete_scorecard';
214: Begin
215: hr_utility.set_location(' Entering:' || l_proc,10);
216: --
217: -- Issue a savepoint
218: --
219: savepoint delete_scorecard_swi;

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

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

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

273: --
274: -- Reset IN OUT parameters and set OUT parameters
275: --
276: p_return_status := hr_multi_message.get_return_status_disable;
277: hr_utility.set_location(' Leaving:' || l_proc, 30);
278: when others then
279: --
280: -- When Multiple Message Detection is enabled catch
281: -- any Application specific or other unexpected

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

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

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

291: --
292: -- Reset IN OUT and set OUT parameters
293: --
294: p_return_status := hr_multi_message.get_return_status_disable;
295: hr_utility.set_location(' Leaving:' || l_proc,50);
296: end delete_scorecard;
297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< update_scorecard >---------------------------|
299: -- ----------------------------------------------------------------------------

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

350: --
351: -- Other variables
352: l_proc varchar2(72) := g_package ||'update_scorecard';
353: Begin
354: hr_utility.set_location(' Entering:' || l_proc,10);
355: --
356: -- Issue a savepoint
357: --
358: savepoint update_scorecard_swi;

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

436: -- messages of any type exist in the Multiple Message List.
437: -- Also disable Multiple Message Detection.
438: --
439: p_return_status := hr_multi_message.get_return_status_disable;
440: hr_utility.set_location(' Leaving:' || l_proc,20);
441: --
442: exception
443: when hr_multi_message.error_message_exist then
444: --

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

451: -- Reset IN OUT parameters and set OUT parameters
452: --
453: p_object_version_number := l_object_version_number;
454: p_return_status := hr_multi_message.get_return_status_disable;
455: hr_utility.set_location(' Leaving:' || l_proc, 30);
456: when others then
457: --
458: -- When Multiple Message Detection is enabled catch
459: -- any Application specific or other unexpected

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

462: -- error.
463: --
464: rollback to update_scorecard_swi;
465: if hr_multi_message.unexpected_error_add(l_proc) then
466: hr_utility.set_location(' Leaving:' || l_proc,40);
467: raise;
468: end if;
469: --
470: -- Reset IN OUT and set OUT parameters

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

470: -- Reset IN OUT and set OUT parameters
471: --
472: p_object_version_number := l_object_version_number;
473: p_return_status := hr_multi_message.get_return_status_disable;
474: hr_utility.set_location(' Leaving:' || l_proc,50);
475: end update_scorecard;
476: -- ----------------------------------------------------------------------------
477: -- |------------------------< update_scorecard_status >-----------------------|
478: -- ----------------------------------------------------------------------------

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

493: --
494: -- Other variables
495: l_proc varchar2(72) := g_package ||'update_scorecard_status';
496: Begin
497: hr_utility.set_location(' Entering:' || l_proc,10);
498: --
499: -- Issue a savepoint
500: --
501: savepoint update_scorecard_status_swi;

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

538: -- messages of any type exist in the Multiple Message List.
539: -- Also disable Multiple Message Detection.
540: --
541: p_return_status := hr_multi_message.get_return_status_disable;
542: hr_utility.set_location(' Leaving:' || l_proc,20);
543: --
544: exception
545: when hr_multi_message.error_message_exist then
546: --

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

553: -- Reset IN OUT parameters and set OUT parameters
554: --
555: p_object_version_number := l_object_version_number;
556: p_return_status := hr_multi_message.get_return_status_disable;
557: hr_utility.set_location(' Leaving:' || l_proc, 30);
558: when others then
559: --
560: -- When Multiple Message Detection is enabled catch
561: -- any Application specific or other unexpected

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

564: -- error.
565: --
566: rollback to update_scorecard_status_swi;
567: if hr_multi_message.unexpected_error_add(l_proc) then
568: hr_utility.set_location(' Leaving:' || l_proc,40);
569: raise;
570: end if;
571: --
572: -- Reset IN OUT and set OUT parameters

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

572: -- Reset IN OUT and set OUT parameters
573: --
574: p_object_version_number := l_object_version_number;
575: p_return_status := hr_multi_message.get_return_status_disable;
576: hr_utility.set_location(' Leaving:' || l_proc,50);
577: end update_scorecard_status;
578: end hr_personal_scorecard_swi;