DBA Data[Home] [Help]

APPS.AME_RULE_SWI dependencies on HR_UTILITY

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

45: -- Other variables
46: l_rule_id number;
47: l_proc varchar2(72) := g_package ||'create_ame_rule';
48: Begin
49: hr_utility.set_location(' Entering:' || l_proc,10);
50: --
51: -- Issue a savepoint
52: --
53: savepoint create_ame_rule_swi;

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

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

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

138: p_acu_object_version_number := null;
139: p_acu_start_date := null;
140: p_acu_end_date := null;
141: p_return_status := hr_multi_message.get_return_status_disable;
142: hr_utility.set_location(' Leaving:' || l_proc, 30);
143: when others then
144: --
145: -- When Multiple Message Detection is enabled catch
146: -- any Application specific or other unexpected

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

149: -- error.
150: --
151: rollback to create_ame_rule_swi;
152: if hr_multi_message.unexpected_error_add(l_proc) then
153: hr_utility.set_location(' Leaving:' || l_proc,40);
154: raise;
155: end if;
156: --
157: -- Reset IN OUT and set OUT parameters

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

168: p_acu_object_version_number := null;
169: p_acu_start_date := null;
170: p_acu_end_date := null;
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,50);
173: end create_ame_rule;
174: -- ----------------------------------------------------------------------------
175: -- |-------------------------< create_ame_rule_usage >------------------------|
176: -- ----------------------------------------------------------------------------

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

195: --
196: -- Other variables
197: l_proc varchar2(72) := g_package ||'create_ame_rule_usage';
198: Begin
199: hr_utility.set_location(' Entering:' || l_proc,10);
200: --
201: -- Issue a savepoint
202: --
203: savepoint create_ame_rule_usage_swi;

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

244: -- messages of any type exist in the Multiple Message List.
245: -- Also disable Multiple Message Detection.
246: --
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,20);
249: --
250: exception
251: when hr_multi_message.error_message_exist then
252: --

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

261: p_start_date := l_start_date;
262: p_end_date := l_end_date;
263: p_object_version_number := null;
264: p_return_status := hr_multi_message.get_return_status_disable;
265: hr_utility.set_location(' Leaving:' || l_proc, 30);
266: when others then
267: --
268: -- When Multiple Message Detection is enabled catch
269: -- any Application specific or other unexpected

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

272: -- error.
273: --
274: rollback to create_ame_rule_usage_swi;
275: if hr_multi_message.unexpected_error_add(l_proc) then
276: hr_utility.set_location(' Leaving:' || l_proc,40);
277: raise;
278: end if;
279: --
280: -- Reset IN OUT and set OUT parameters

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

282: p_start_date := l_start_date;
283: p_end_date := l_end_date;
284: p_object_version_number := null;
285: p_return_status := hr_multi_message.get_return_status_disable;
286: hr_utility.set_location(' Leaving:' || l_proc,50);
287: end create_ame_rule_usage;
288: -- ----------------------------------------------------------------------------
289: -- |---------------------< create_ame_condition_to_rule >---------------------|
290: -- ----------------------------------------------------------------------------

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

306: --
307: -- Other variables
308: l_proc varchar2(72) := g_package ||'create_ame_condition_to_rule';
309: Begin
310: hr_utility.set_location(' Entering:' || l_proc,10);
311: --
312: -- Issue a savepoint
313: --
314: savepoint create_ame_cond_to_rule_swi;

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

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

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

369: p_object_version_number := null;
370: p_start_date := null;
371: p_end_date := null;
372: p_return_status := hr_multi_message.get_return_status_disable;
373: hr_utility.set_location(' Leaving:' || l_proc, 30);
374: when others then
375: --
376: -- When Multiple Message Detection is enabled catch
377: -- any Application specific or other unexpected

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

380: -- error.
381: --
382: rollback to create_ame_cond_to_rule_swi;
383: if hr_multi_message.unexpected_error_add(l_proc) then
384: hr_utility.set_location(' Leaving:' || l_proc,40);
385: raise;
386: end if;
387: --
388: -- Reset IN OUT and set OUT parameters

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

390: p_object_version_number := null;
391: p_start_date := null;
392: p_end_date := null;
393: p_return_status := hr_multi_message.get_return_status_disable;
394: hr_utility.set_location(' Leaving:' || l_proc,50);
395: end create_ame_condition_to_rule;
396: -- ----------------------------------------------------------------------------
397: -- |-----------------------< create_ame_action_to_rule >----------------------|
398: -- ----------------------------------------------------------------------------

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

414: --
415: -- Other variables
416: l_proc varchar2(72) := g_package ||'create_ame_action_to_rule';
417: Begin
418: hr_utility.set_location(' Entering:' || l_proc,10);
419: --
420: -- Issue a savepoint
421: --
422: savepoint create_ame_action_to_rule_swi;

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

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

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

477: p_object_version_number := null;
478: p_start_date := null;
479: p_end_date := null;
480: p_return_status := hr_multi_message.get_return_status_disable;
481: hr_utility.set_location(' Leaving:' || l_proc, 30);
482: when others then
483: --
484: -- When Multiple Message Detection is enabled catch
485: -- any Application specific or other unexpected

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

488: -- error.
489: --
490: rollback to create_ame_action_to_rule_swi;
491: if hr_multi_message.unexpected_error_add(l_proc) then
492: hr_utility.set_location(' Leaving:' || l_proc,40);
493: raise;
494: end if;
495: --
496: -- Reset IN OUT and set OUT parameters

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

498: p_object_version_number := null;
499: p_start_date := null;
500: p_end_date := null;
501: p_return_status := hr_multi_message.get_return_status_disable;
502: hr_utility.set_location(' Leaving:' || l_proc,50);
503: end create_ame_action_to_rule;
504: -- ----------------------------------------------------------------------------
505: -- |----------------------------< update_ame_rule >---------------------------|
506: -- ----------------------------------------------------------------------------

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

524: --
525: -- Other variables
526: l_proc varchar2(72) := g_package ||'update_ame_rule';
527: Begin
528: hr_utility.set_location(' Entering:' || l_proc,10);
529: --
530: -- Issue a savepoint
531: --
532: savepoint update_ame_rule_swi;

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

573: -- messages of any type exist in the Multiple Message List.
574: -- Also disable Multiple Message Detection.
575: --
576: p_return_status := hr_multi_message.get_return_status_disable;
577: hr_utility.set_location(' Leaving:' || l_proc,20);
578: --
579: exception
580: when hr_multi_message.error_message_exist then
581: --

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

590: p_object_version_number := l_object_version_number;
591: p_start_date := l_start_date;
592: p_end_date := l_end_date;
593: p_return_status := hr_multi_message.get_return_status_disable;
594: hr_utility.set_location(' Leaving:' || l_proc, 30);
595: when others then
596: --
597: -- When Multiple Message Detection is enabled catch
598: -- any Application specific or other unexpected

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

601: -- error.
602: --
603: rollback to update_ame_rule_swi;
604: if hr_multi_message.unexpected_error_add(l_proc) then
605: hr_utility.set_location(' Leaving:' || l_proc,40);
606: raise;
607: end if;
608: --
609: -- Reset IN OUT and set OUT parameters

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

611: p_object_version_number := l_object_version_number;
612: p_start_date := l_start_date;
613: p_end_date := l_end_date;
614: p_return_status := hr_multi_message.get_return_status_disable;
615: hr_utility.set_location(' Leaving:' || l_proc,50);
616: end update_ame_rule;
617: -- ----------------------------------------------------------------------------
618: -- |-------------------------< update_ame_rule_usage >------------------------|
619: -- ----------------------------------------------------------------------------

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

640: --
641: -- Other variables
642: l_proc varchar2(72) := g_package ||'update_ame_rule_usage';
643: Begin
644: hr_utility.set_location(' Entering:' || l_proc,10);
645: --
646: -- Issue a savepoint
647: --
648: savepoint update_ame_rule_usage_swi;

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

693: -- messages of any type exist in the Multiple Message List.
694: -- Also disable Multiple Message Detection.
695: --
696: p_return_status := hr_multi_message.get_return_status_disable;
697: hr_utility.set_location(' Leaving:' || l_proc,20);
698: --
699: exception
700: when hr_multi_message.error_message_exist then
701: --

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

710: p_object_version_number := l_object_version_number;
711: p_start_date := l_start_date;
712: p_end_date := l_end_date;
713: p_return_status := hr_multi_message.get_return_status_disable;
714: hr_utility.set_location(' Leaving:' || l_proc, 30);
715: when others then
716: --
717: -- When Multiple Message Detection is enabled catch
718: -- any Application specific or other unexpected

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

721: -- error.
722: --
723: rollback to update_ame_rule_usage_swi;
724: if hr_multi_message.unexpected_error_add(l_proc) then
725: hr_utility.set_location(' Leaving:' || l_proc,40);
726: raise;
727: end if;
728: --
729: -- Reset IN OUT and set OUT parameters

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

731: p_object_version_number := l_object_version_number;
732: p_start_date := l_start_date;
733: p_end_date := l_end_date;
734: p_return_status := hr_multi_message.get_return_status_disable;
735: hr_utility.set_location(' Leaving:' || l_proc,50);
736: end update_ame_rule_usage;
737: -- ----------------------------------------------------------------------------
738: -- |-------------------------< delete_ame_rule_usage >------------------------|
739: -- ----------------------------------------------------------------------------

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

757: --
758: -- Other variables
759: l_proc varchar2(72) := g_package ||'delete_ame_rule_usage';
760: Begin
761: hr_utility.set_location(' Entering:' || l_proc,10);
762: --
763: -- Issue a savepoint
764: --
765: savepoint delete_ame_rule_usage_swi;

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

805: -- messages of any type exist in the Multiple Message List.
806: -- Also disable Multiple Message Detection.
807: --
808: p_return_status := hr_multi_message.get_return_status_disable;
809: hr_utility.set_location(' Leaving:' || l_proc,20);
810: --
811: exception
812: when hr_multi_message.error_message_exist then
813: --

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

822: p_object_version_number := l_object_version_number;
823: p_start_date := l_start_date;
824: p_end_date := l_end_date;
825: p_return_status := hr_multi_message.get_return_status_disable;
826: hr_utility.set_location(' Leaving:' || l_proc, 30);
827: when others then
828: --
829: -- When Multiple Message Detection is enabled catch
830: -- any Application specific or other unexpected

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

833: -- error.
834: --
835: rollback to delete_ame_rule_usage_swi;
836: if hr_multi_message.unexpected_error_add(l_proc) then
837: hr_utility.set_location(' Leaving:' || l_proc,40);
838: raise;
839: end if;
840: --
841: -- Reset IN OUT and set OUT parameters

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

843: p_object_version_number := l_object_version_number;
844: p_start_date := l_start_date;
845: p_end_date := l_end_date;
846: p_return_status := hr_multi_message.get_return_status_disable;
847: hr_utility.set_location(' Leaving:' || l_proc,50);
848: end delete_ame_rule_usage;
849: -- ----------------------------------------------------------------------------
850: -- |-----------------------< delete_ame_rule_condition >----------------------|
851: -- ----------------------------------------------------------------------------

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

867: --
868: -- Other variables
869: l_proc varchar2(72) := g_package ||'delete_ame_rule_condition';
870: Begin
871: hr_utility.set_location(' Entering:' || l_proc,10);
872: --
873: -- Issue a savepoint
874: --
875: savepoint delete_ame_rule_condition_swi;

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

914: -- messages of any type exist in the Multiple Message List.
915: -- Also disable Multiple Message Detection.
916: --
917: p_return_status := hr_multi_message.get_return_status_disable;
918: hr_utility.set_location(' Leaving:' || l_proc,20);
919: --
920: exception
921: when hr_multi_message.error_message_exist then
922: --

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

931: p_object_version_number := l_object_version_number;
932: p_start_date := null;
933: p_end_date := null;
934: p_return_status := hr_multi_message.get_return_status_disable;
935: hr_utility.set_location(' Leaving:' || l_proc, 30);
936: when others then
937: --
938: -- When Multiple Message Detection is enabled catch
939: -- any Application specific or other unexpected

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

942: -- error.
943: --
944: rollback to delete_ame_rule_condition_swi;
945: if hr_multi_message.unexpected_error_add(l_proc) then
946: hr_utility.set_location(' Leaving:' || l_proc,40);
947: raise;
948: end if;
949: --
950: -- Reset IN OUT and set OUT parameters

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

952: p_object_version_number := l_object_version_number;
953: p_start_date := null;
954: p_end_date := null;
955: p_return_status := hr_multi_message.get_return_status_disable;
956: hr_utility.set_location(' Leaving:' || l_proc,50);
957: end delete_ame_rule_condition;
958: -- ----------------------------------------------------------------------------
959: -- |------------------------< delete_ame_rule_action >------------------------|
960: -- ----------------------------------------------------------------------------

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

976: --
977: -- Other variables
978: l_proc varchar2(72) := g_package ||'delete_ame_rule_action';
979: Begin
980: hr_utility.set_location(' Entering:' || l_proc,10);
981: --
982: -- Issue a savepoint
983: --
984: savepoint delete_ame_rule_action_swi;

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

1023: -- messages of any type exist in the Multiple Message List.
1024: -- Also disable Multiple Message Detection.
1025: --
1026: p_return_status := hr_multi_message.get_return_status_disable;
1027: hr_utility.set_location(' Leaving:' || l_proc,20);
1028: --
1029: exception
1030: when hr_multi_message.error_message_exist then
1031: --

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

1040: p_object_version_number := l_object_version_number;
1041: p_start_date := null;
1042: p_end_date := null;
1043: p_return_status := hr_multi_message.get_return_status_disable;
1044: hr_utility.set_location(' Leaving:' || l_proc, 30);
1045: when others then
1046: --
1047: -- When Multiple Message Detection is enabled catch
1048: -- any Application specific or other unexpected

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

1051: -- error.
1052: --
1053: rollback to delete_ame_rule_action_swi;
1054: if hr_multi_message.unexpected_error_add(l_proc) then
1055: hr_utility.set_location(' Leaving:' || l_proc,40);
1056: raise;
1057: end if;
1058: --
1059: -- Reset IN OUT and set OUT parameters

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

1061: p_object_version_number := l_object_version_number;
1062: p_start_date := null;
1063: p_end_date := null;
1064: p_return_status := hr_multi_message.get_return_status_disable;
1065: hr_utility.set_location(' Leaving:' || l_proc,50);
1066: end delete_ame_rule_action;
1067:
1068: -- ----------------------------------------------------------------------------
1069: -- |------------------------< set_effective_date >------------------------|

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

1074: --
1075: -- Other variables
1076: l_proc varchar2(72) := g_package ||'set_effective_date';
1077: Begin
1078: hr_utility.set_location(' Entering:' || l_proc,10);
1079:
1080: g_effective_date := p_effective_date;
1081:
1082: hr_utility.set_location(' Leaving:' || l_proc,20);

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

1078: hr_utility.set_location(' Entering:' || l_proc,10);
1079:
1080: g_effective_date := p_effective_date;
1081:
1082: hr_utility.set_location(' Leaving:' || l_proc,20);
1083: end set_effective_date;
1084:
1085: end ame_rule_swi;