DBA Data[Home] [Help]

APPS.HR_RATE_SWI dependencies on HR_UTILITY

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

48: --
49: -- Other variables
50: l_proc varchar2(72) := g_package ||'create_assignment_rate';
51: Begin
52: hr_utility.set_location(' Entering:' || l_proc,10);
53: --
54: -- Issue a savepoint
55: --
56: savepoint create_assignment_rate_swi;

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

116: -- messages of any type exist in the Multiple Message List.
117: -- Also disable Multiple Message Detection.
118: --
119: p_return_status := hr_multi_message.get_return_status_disable;
120: hr_utility.set_location(' Leaving:' || l_proc,20);
121: --
122: exception
123: when hr_multi_message.error_message_exist then
124: --

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

132: --
133: p_object_version_number := null;
134: p_rate_id := null;
135: p_return_status := hr_multi_message.get_return_status_disable;
136: hr_utility.set_location(' Leaving:' || l_proc, 30);
137: when others then
138: --
139: -- When Multiple Message Detection is enabled catch
140: -- any Application specific or other unexpected

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

143: -- error.
144: --
145: rollback to create_assignment_rate_swi;
146: if hr_multi_message.unexpected_error_add(l_proc) then
147: hr_utility.set_location(' Leaving:' || l_proc,40);
148: raise;
149: end if;
150: --
151: -- Reset IN OUT and set OUT parameters

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

152: --
153: p_object_version_number := null;
154: p_rate_id := null;
155: p_return_status := hr_multi_message.get_return_status_disable;
156: hr_utility.set_location(' Leaving:' || l_proc,50);
157: end create_assignment_rate;
158: -- ----------------------------------------------------------------------------
159: -- |------------------------------< create_rate >-----------------------------|
160: -- ----------------------------------------------------------------------------

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

203: -- Other variables
204: l_rate_id number;
205: l_proc varchar2(72) := g_package ||'create_rate';
206: Begin
207: hr_utility.set_location(' Entering:' || l_proc,10);
208: --
209: -- Issue a savepoint
210: --
211: savepoint create_rate_swi;

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

278: -- messages of any type exist in the Multiple Message List.
279: -- Also disable Multiple Message Detection.
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then
286: --

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

293: -- Reset IN OUT parameters and set OUT parameters
294: --
295: p_object_version_number := null;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc, 30);
298: when others then
299: --
300: -- When Multiple Message Detection is enabled catch
301: -- any Application specific or other unexpected

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

304: -- error.
305: --
306: rollback to create_rate_swi;
307: if hr_multi_message.unexpected_error_add(l_proc) then
308: hr_utility.set_location(' Leaving:' || l_proc,40);
309: raise;
310: end if;
311: --
312: -- Reset IN OUT and set OUT parameters

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

312: -- Reset IN OUT and set OUT parameters
313: --
314: p_object_version_number := null;
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,50);
317: end create_rate;
318: -- ----------------------------------------------------------------------------
319: -- |------------------------------< delete_rate >-----------------------------|
320: -- ----------------------------------------------------------------------------

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

335: --
336: -- Other variables
337: l_proc varchar2(72) := g_package ||'delete_rate';
338: Begin
339: hr_utility.set_location(' Entering:' || l_proc,10);
340: --
341: -- Issue a savepoint
342: --
343: savepoint delete_rate_swi;

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

380: -- messages of any type exist in the Multiple Message List.
381: -- Also disable Multiple Message Detection.
382: --
383: p_return_status := hr_multi_message.get_return_status_disable;
384: hr_utility.set_location(' Leaving:' || l_proc,20);
385: --
386: exception
387: when hr_multi_message.error_message_exist then
388: --

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

395: -- Reset IN OUT parameters and set OUT parameters
396: --
397: p_object_version_number := l_object_version_number;
398: p_return_status := hr_multi_message.get_return_status_disable;
399: hr_utility.set_location(' Leaving:' || l_proc, 30);
400: when others then
401: --
402: -- When Multiple Message Detection is enabled catch
403: -- any Application specific or other unexpected

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

406: -- error.
407: --
408: rollback to delete_rate_swi;
409: if hr_multi_message.unexpected_error_add(l_proc) then
410: hr_utility.set_location(' Leaving:' || l_proc,40);
411: raise;
412: end if;
413: --
414: -- Reset IN OUT and set OUT parameters

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

414: -- Reset IN OUT and set OUT parameters
415: --
416: p_object_version_number := l_object_version_number;
417: p_return_status := hr_multi_message.get_return_status_disable;
418: hr_utility.set_location(' Leaving:' || l_proc,50);
419: end delete_rate;
420: -- ----------------------------------------------------------------------------
421: -- |------------------------< update_assignment_rate >------------------------|
422: -- ----------------------------------------------------------------------------

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

460: --
461: -- Other variables
462: l_proc varchar2(72) := g_package ||'update_assignment_rate';
463: Begin
464: hr_utility.set_location(' Entering:' || l_proc,10);
465: --
466: -- Issue a savepoint
467: --
468: savepoint update_assignment_rate_swi;

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

528: -- messages of any type exist in the Multiple Message List.
529: -- Also disable Multiple Message Detection.
530: --
531: p_return_status := hr_multi_message.get_return_status_disable;
532: hr_utility.set_location(' Leaving:' || l_proc,20);
533: --
534: exception
535: when hr_multi_message.error_message_exist then
536: --

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

543: -- Reset IN OUT parameters and set OUT parameters
544: --
545: p_object_version_number := l_object_version_number;
546: p_return_status := hr_multi_message.get_return_status_disable;
547: hr_utility.set_location(' Leaving:' || l_proc, 30);
548: when others then
549: --
550: -- When Multiple Message Detection is enabled catch
551: -- any Application specific or other unexpected

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

554: -- error.
555: --
556: rollback to update_assignment_rate_swi;
557: if hr_multi_message.unexpected_error_add(l_proc) then
558: hr_utility.set_location(' Leaving:' || l_proc,40);
559: raise;
560: end if;
561: --
562: -- Reset IN OUT and set OUT parameters

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

562: -- Reset IN OUT and set OUT parameters
563: --
564: p_object_version_number := l_object_version_number;
565: p_return_status := hr_multi_message.get_return_status_disable;
566: hr_utility.set_location(' Leaving:' || l_proc,50);
567: end update_assignment_rate;
568: -- ----------------------------------------------------------------------------
569: -- |------------------------------< update_rate >-----------------------------|
570: -- ----------------------------------------------------------------------------

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

611: --
612: -- Other variables
613: l_proc varchar2(72) := g_package ||'update_rate';
614: Begin
615: hr_utility.set_location(' Entering:' || l_proc,10);
616: --
617: -- Issue a savepoint
618: --
619: savepoint update_rate_swi;

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

682: -- messages of any type exist in the Multiple Message List.
683: -- Also disable Multiple Message Detection.
684: --
685: p_return_status := hr_multi_message.get_return_status_disable;
686: hr_utility.set_location(' Leaving:' || l_proc,20);
687: --
688: exception
689: when hr_multi_message.error_message_exist then
690: --

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

697: -- Reset IN OUT parameters and set OUT parameters
698: --
699: p_object_version_number := l_object_version_number;
700: p_return_status := hr_multi_message.get_return_status_disable;
701: hr_utility.set_location(' Leaving:' || l_proc, 30);
702: when others then
703: --
704: -- When Multiple Message Detection is enabled catch
705: -- any Application specific or other unexpected

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

708: -- error.
709: --
710: rollback to update_rate_swi;
711: if hr_multi_message.unexpected_error_add(l_proc) then
712: hr_utility.set_location(' Leaving:' || l_proc,40);
713: raise;
714: end if;
715: --
716: -- Reset IN OUT and set OUT parameters

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

716: -- Reset IN OUT and set OUT parameters
717: --
718: p_object_version_number := l_object_version_number;
719: p_return_status := hr_multi_message.get_return_status_disable;
720: hr_utility.set_location(' Leaving:' || l_proc,50);
721: end update_rate;
722: end hr_rate_swi;