DBA Data[Home] [Help]

APPS.AME_ACTION_SWI dependencies on HR_UTILITY

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

36: -- Other variables
37: l_action_type_id number;
38: l_proc varchar2(72) := g_package ||'create_ame_action_type';
39: Begin
40: hr_utility.set_location(' Entering:' || l_proc,10);
41: --
42: -- Issue a savepoint
43: --
44: savepoint create_ame_act_type_swi;

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

94: -- messages of any type exist in the Multiple Message List.
95: -- Also disable Multiple Message Detection.
96: --
97: p_return_status := hr_multi_message.get_return_status_disable;
98: hr_utility.set_location(' Leaving:' || l_proc,20);
99: --
100: exception
101: when hr_multi_message.error_message_exist then
102: --

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

114: p_apu_object_version_number := null;
115: p_apu_start_date := null;
116: p_apu_end_date := null;
117: p_return_status := hr_multi_message.get_return_status_disable;
118: hr_utility.set_location(' Leaving:' || l_proc, 30);
119: when others then
120: --
121: -- When Multiple Message Detection is enabled catch
122: -- any Application specific or other unexpected

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

125: -- error.
126: --
127: rollback to create_ame_act_type_swi;
128: if hr_multi_message.unexpected_error_add(l_proc) then
129: hr_utility.set_location(' Leaving:' || l_proc,40);
130: raise;
131: end if;
132: --
133: -- Reset IN OUT and set OUT parameters

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

138: p_apu_object_version_number := null;
139: p_apu_start_date := null;
140: p_apu_end_date := null;
141: p_return_status := hr_multi_message.get_return_status_disable;
142: hr_utility.set_location(' Leaving:' || l_proc,50);
143: end create_ame_action_type;
144: -- ----------------------------------------------------------------------------
145: -- |---------------------< create_ame_action_type_usage >---------------------|
146: -- ----------------------------------------------------------------------------

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

161: --
162: -- Other variables
163: l_proc varchar2(72) := g_package ||'create_ame_action_type_usage';
164: Begin
165: hr_utility.set_location(' Entering:' || l_proc,10);
166: --
167: -- Issue a savepoint
168: --
169: savepoint create_ame_act_type_usg_swi;

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

206: -- messages of any type exist in the Multiple Message List.
207: -- Also disable Multiple Message Detection.
208: --
209: p_return_status := hr_multi_message.get_return_status_disable;
210: hr_utility.set_location(' Leaving:' || l_proc,20);
211: --
212: exception
213: when hr_multi_message.error_message_exist then
214: --

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

223: p_object_version_number := null;
224: p_start_date := null;
225: p_end_date := null;
226: p_return_status := hr_multi_message.get_return_status_disable;
227: hr_utility.set_location(' Leaving:' || l_proc, 30);
228: when others then
229: --
230: -- When Multiple Message Detection is enabled catch
231: -- any Application specific or other unexpected

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

234: -- error.
235: --
236: rollback to create_ame_act_type_usg_swi;
237: if hr_multi_message.unexpected_error_add(l_proc) then
238: hr_utility.set_location(' Leaving:' || l_proc,40);
239: raise;
240: end if;
241: --
242: -- Reset IN OUT and set OUT parameters

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

244: p_object_version_number := null;
245: p_start_date := null;
246: p_end_date := null;
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,50);
249: end create_ame_action_type_usage;
250: -- ----------------------------------------------------------------------------
251: -- |----------------------< create_ame_appr_type_usage >----------------------|
252: -- ----------------------------------------------------------------------------

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

267: --
268: -- Other variables
269: l_proc varchar2(72) := g_package ||'create_ame_appr_type_usage';
270: Begin
271: hr_utility.set_location(' Entering:' || l_proc,10);
272: --
273: -- Issue a savepoint
274: --
275: savepoint create_ame_appr_type_usage_swi;

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

312: -- messages of any type exist in the Multiple Message List.
313: -- Also disable Multiple Message Detection.
314: --
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,20);
317: --
318: exception
319: when hr_multi_message.error_message_exist then
320: --

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

329: p_object_version_number := null;
330: p_start_date := null;
331: p_end_date := null;
332: p_return_status := hr_multi_message.get_return_status_disable;
333: hr_utility.set_location(' Leaving:' || l_proc, 30);
334: when others then
335: --
336: -- When Multiple Message Detection is enabled catch
337: -- any Application specific or other unexpected

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

340: -- error.
341: --
342: rollback to create_ame_appr_type_usage_swi;
343: if hr_multi_message.unexpected_error_add(l_proc) then
344: hr_utility.set_location(' Leaving:' || l_proc,40);
345: raise;
346: end if;
347: --
348: -- Reset IN OUT and set OUT parameters

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

350: p_object_version_number := null;
351: p_start_date := null;
352: p_end_date := null;
353: p_return_status := hr_multi_message.get_return_status_disable;
354: hr_utility.set_location(' Leaving:' || l_proc,50);
355: end create_ame_appr_type_usage;
356: -- |---------------------< create_ame_action_type_config >--------------------|
357: -- ----------------------------------------------------------------------------
358: PROCEDURE create_ame_action_type_config

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

375: --
376: -- Other variables
377: l_proc varchar2(72) := g_package ||'create_ame_action_type_config';
378: Begin
379: hr_utility.set_location(' Entering:' || l_proc,10);
380: --
381: -- Issue a savepoint
382: --
383: savepoint create_ame_act_type_conf_swi;

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

423: -- messages of any type exist in the Multiple Message List.
424: -- Also disable Multiple Message Detection.
425: --
426: p_return_status := hr_multi_message.get_return_status_disable;
427: hr_utility.set_location(' Leaving:' || l_proc,20);
428: --
429: exception
430: when hr_multi_message.error_message_exist then
431: --

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

440: p_object_version_number := null;
441: p_start_date := null;
442: p_end_date := null;
443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc, 30);
445: when others then
446: --
447: -- When Multiple Message Detection is enabled catch
448: -- any Application specific or other unexpected

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

451: -- error.
452: --
453: rollback to create_ame_act_type_conf_swi;
454: if hr_multi_message.unexpected_error_add(l_proc) then
455: hr_utility.set_location(' Leaving:' || l_proc,40);
456: raise;
457: end if;
458: --
459: -- Reset IN OUT and set OUT parameters

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

461: p_object_version_number := null;
462: p_start_date := null;
463: p_end_date := null;
464: p_return_status := hr_multi_message.get_return_status_disable;
465: hr_utility.set_location(' Leaving:' || l_proc,50);
466: end create_ame_action_type_config;
467: -- ----------------------------------------------------------------------------
468: -- |-----------------------< create_ame_req_attribute >-----------------------|
469: -- ----------------------------------------------------------------------------

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

484: --
485: -- Other variables
486: l_proc varchar2(72) := g_package ||'create_ame_req_attribute';
487: Begin
488: hr_utility.set_location(' Entering:' || l_proc,10);
489: --
490: -- Issue a savepoint
491: --
492: savepoint create_ame_req_attribute_swi;

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

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

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

546: p_object_version_number := null;
547: p_start_date := null;
548: p_end_date := null;
549: p_return_status := hr_multi_message.get_return_status_disable;
550: hr_utility.set_location(' Leaving:' || l_proc, 30);
551: when others then
552: --
553: -- When Multiple Message Detection is enabled catch
554: -- any Application specific or other unexpected

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

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

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

567: p_object_version_number := null;
568: p_start_date := null;
569: p_end_date := null;
570: p_return_status := hr_multi_message.get_return_status_disable;
571: hr_utility.set_location(' Leaving:' || l_proc,50);
572: end create_ame_req_attribute;
573: -- ----------------------------------------------------------------------------
574: -- |---------------------------< create_ame_action >--------------------------|
575: -- ----------------------------------------------------------------------------

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

594: --
595: -- Other variables
596: l_proc varchar2(72) := g_package ||'create_ame_action';
597: Begin
598: hr_utility.set_location(' Entering:' || l_proc,10);
599: --
600: -- Issue a savepoint
601: --
602: savepoint create_ame_action_swi;

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

643: -- messages of any type exist in the Multiple Message List.
644: -- Also disable Multiple Message Detection.
645: --
646: p_return_status := hr_multi_message.get_return_status_disable;
647: hr_utility.set_location(' Leaving:' || l_proc,20);
648: --
649: exception
650: when hr_multi_message.error_message_exist then
651: --

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

661: p_object_version_number := null;
662: p_start_date := null;
663: p_end_date := null;
664: p_return_status := hr_multi_message.get_return_status_disable;
665: hr_utility.set_location(' Leaving:' || l_proc, 30);
666: when others then
667: --
668: -- When Multiple Message Detection is enabled catch
669: -- any Application specific or other unexpected

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

672: -- error.
673: --
674: rollback to create_ame_action_swi;
675: if hr_multi_message.unexpected_error_add(l_proc) then
676: hr_utility.set_location(' Leaving:' || l_proc,40);
677: raise;
678: end if;
679: --
680: -- Reset IN OUT and set OUT parameters

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

683: p_object_version_number := null;
684: p_start_date := null;
685: p_end_date := null;
686: p_return_status := hr_multi_message.get_return_status_disable;
687: hr_utility.set_location(' Leaving:' || l_proc,50);
688: end create_ame_action;
689: -- ----------------------------------------------------------------------------
690: -- |------------------------< update_ame_action_type >------------------------|
691: -- ----------------------------------------------------------------------------

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

710: --
711: -- Other variables
712: l_proc varchar2(72) := g_package ||'update_ame_action_type';
713: Begin
714: hr_utility.set_location(' Entering:' || l_proc,10);
715: --
716: -- Issue a savepoint
717: --
718: savepoint update_ame_act_type_swi;

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

759: -- messages of any type exist in the Multiple Message List.
760: -- Also disable Multiple Message Detection.
761: --
762: p_return_status := hr_multi_message.get_return_status_disable;
763: hr_utility.set_location(' Leaving:' || l_proc,20);
764: --
765: exception
766: when hr_multi_message.error_message_exist then
767: --

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

776: p_object_version_number := l_object_version_number;
777: p_start_date := null;
778: p_end_date := null;
779: p_return_status := hr_multi_message.get_return_status_disable;
780: hr_utility.set_location(' Leaving:' || l_proc, 30);
781: when others then
782: --
783: -- When Multiple Message Detection is enabled catch
784: -- any Application specific or other unexpected

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

787: -- error.
788: --
789: rollback to update_ame_act_type_swi;
790: if hr_multi_message.unexpected_error_add(l_proc) then
791: hr_utility.set_location(' Leaving:' || l_proc,40);
792: raise;
793: end if;
794: --
795: -- Reset IN OUT and set OUT parameters

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

797: p_object_version_number := l_object_version_number;
798: p_start_date := null;
799: p_end_date := null;
800: p_return_status := hr_multi_message.get_return_status_disable;
801: hr_utility.set_location(' Leaving:' || l_proc,50);
802: end update_ame_action_type;
803: -- ----------------------------------------------------------------------------
804: -- |----------------------< update_ame_action_type_conf >---------------------|
805: -- ----------------------------------------------------------------------------

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

824: --
825: -- Other variables
826: l_proc varchar2(72) := g_package ||'update_ame_action_type_conf';
827: Begin
828: hr_utility.set_location(' Entering:' || l_proc,10);
829: --
830: -- Issue a savepoint
831: --
832: savepoint update_ame_act_type_conf_swi;

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

873: -- messages of any type exist in the Multiple Message List.
874: -- Also disable Multiple Message Detection.
875: --
876: p_return_status := hr_multi_message.get_return_status_disable;
877: hr_utility.set_location(' Leaving:' || l_proc,20);
878: --
879: exception
880: when hr_multi_message.error_message_exist then
881: --

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

890: p_object_version_number := l_object_version_number;
891: p_start_date := null;
892: p_end_date := null;
893: p_return_status := hr_multi_message.get_return_status_disable;
894: hr_utility.set_location(' Leaving:' || l_proc, 30);
895: when others then
896: --
897: -- When Multiple Message Detection is enabled catch
898: -- any Application specific or other unexpected

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

901: -- error.
902: --
903: rollback to update_ame_act_type_conf_swi;
904: if hr_multi_message.unexpected_error_add(l_proc) then
905: hr_utility.set_location(' Leaving:' || l_proc,40);
906: raise;
907: end if;
908: --
909: -- Reset IN OUT and set OUT parameters

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

911: p_object_version_number := l_object_version_number;
912: p_start_date := null;
913: p_end_date := null;
914: p_return_status := hr_multi_message.get_return_status_disable;
915: hr_utility.set_location(' Leaving:' || l_proc,50);
916: end update_ame_action_type_conf;
917: -- ----------------------------------------------------------------------------
918: -- |---------------------------< update_ame_action >--------------------------|
919: -- ----------------------------------------------------------------------------

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

939: --
940: -- Other variables
941: l_proc varchar2(72) := g_package ||'update_ame_action';
942: Begin
943: hr_utility.set_location(' Entering:' || l_proc,10);
944: --
945: -- Issue a savepoint
946: --
947: savepoint update_ame_action_swi;

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

989: -- messages of any type exist in the Multiple Message List.
990: -- Also disable Multiple Message Detection.
991: --
992: p_return_status := hr_multi_message.get_return_status_disable;
993: hr_utility.set_location(' Leaving:' || l_proc,20);
994: --
995: exception
996: when hr_multi_message.error_message_exist then
997: --

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

1006: p_object_version_number := l_object_version_number;
1007: p_start_date := null;
1008: p_end_date := null;
1009: p_return_status := hr_multi_message.get_return_status_disable;
1010: hr_utility.set_location(' Leaving:' || l_proc, 30);
1011: when others then
1012: --
1013: -- When Multiple Message Detection is enabled catch
1014: -- any Application specific or other unexpected

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

1017: -- error.
1018: --
1019: rollback to update_ame_action_swi;
1020: if hr_multi_message.unexpected_error_add(l_proc) then
1021: hr_utility.set_location(' Leaving:' || l_proc,40);
1022: raise;
1023: end if;
1024: --
1025: -- Reset IN OUT and set OUT parameters

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

1027: p_object_version_number := l_object_version_number;
1028: p_start_date := null;
1029: p_end_date := null;
1030: p_return_status := hr_multi_message.get_return_status_disable;
1031: hr_utility.set_location(' Leaving:' || l_proc,50);
1032: end update_ame_action;
1033: -- ----------------------------------------------------------------------------
1034: -- |------------------------< delete_ame_action_type >------------------------|
1035: -- ----------------------------------------------------------------------------

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

1050: --
1051: -- Other variables
1052: l_proc varchar2(72) := g_package ||'delete_ame_action_type';
1053: Begin
1054: hr_utility.set_location(' Entering:' || l_proc,10);
1055: --
1056: -- Issue a savepoint
1057: --
1058: savepoint delete_ame_act_type_swi;

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

1095: -- messages of any type exist in the Multiple Message List.
1096: -- Also disable Multiple Message Detection.
1097: --
1098: p_return_status := hr_multi_message.get_return_status_disable;
1099: hr_utility.set_location(' Leaving:' || l_proc,20);
1100: --
1101: exception
1102: when hr_multi_message.error_message_exist then
1103: --

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

1112: p_object_version_number := l_object_version_number;
1113: p_start_date := null;
1114: p_end_date := null;
1115: p_return_status := hr_multi_message.get_return_status_disable;
1116: hr_utility.set_location(' Leaving:' || l_proc, 30);
1117: when others then
1118: --
1119: -- When Multiple Message Detection is enabled catch
1120: -- any Application specific or other unexpected

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

1123: -- error.
1124: --
1125: rollback to delete_ame_act_type_swi;
1126: if hr_multi_message.unexpected_error_add(l_proc) then
1127: hr_utility.set_location(' Leaving:' || l_proc,40);
1128: raise;
1129: end if;
1130: --
1131: -- Reset IN OUT and set OUT parameters

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

1133: p_object_version_number := l_object_version_number;
1134: p_start_date := null;
1135: p_end_date := null;
1136: p_return_status := hr_multi_message.get_return_status_disable;
1137: hr_utility.set_location(' Leaving:' || l_proc,50);
1138: end delete_ame_action_type;
1139: -- ----------------------------------------------------------------------------
1140: -- |----------------------< delete_ame_action_type_conf >---------------------|
1141: -- ----------------------------------------------------------------------------

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

1157: --
1158: -- Other variables
1159: l_proc varchar2(72) := g_package ||'delete_ame_action_type_conf';
1160: Begin
1161: hr_utility.set_location(' Entering:' || l_proc,10);
1162: --
1163: -- Issue a savepoint
1164: --
1165: savepoint delete_ame_act_type_conf_swi;

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

1203: -- messages of any type exist in the Multiple Message List.
1204: -- Also disable Multiple Message Detection.
1205: --
1206: p_return_status := hr_multi_message.get_return_status_disable;
1207: hr_utility.set_location(' Leaving:' || l_proc,20);
1208: --
1209: exception
1210: when hr_multi_message.error_message_exist then
1211: --

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

1220: p_object_version_number := l_object_version_number;
1221: p_start_date := null;
1222: p_end_date := null;
1223: p_return_status := hr_multi_message.get_return_status_disable;
1224: hr_utility.set_location(' Leaving:' || l_proc, 30);
1225: when others then
1226: --
1227: -- When Multiple Message Detection is enabled catch
1228: -- any Application specific or other unexpected

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

1231: -- error.
1232: --
1233: rollback to delete_ame_act_type_conf_swi;
1234: if hr_multi_message.unexpected_error_add(l_proc) then
1235: hr_utility.set_location(' Leaving:' || l_proc,40);
1236: raise;
1237: end if;
1238: --
1239: -- Reset IN OUT and set OUT parameters

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

1241: p_object_version_number := l_object_version_number;
1242: p_start_date := null;
1243: p_end_date := null;
1244: p_return_status := hr_multi_message.get_return_status_disable;
1245: hr_utility.set_location(' Leaving:' || l_proc,50);
1246: end delete_ame_action_type_conf;
1247: -- ----------------------------------------------------------------------------
1248: -- |---------------------< delete_ame_action_type_usage >---------------------|
1249: -- ----------------------------------------------------------------------------

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

1265: --
1266: -- Other variables
1267: l_proc varchar2(72) := g_package ||'delete_ame_action_type_usage';
1268: Begin
1269: hr_utility.set_location(' Entering:' || l_proc,10);
1270: --
1271: -- Issue a savepoint
1272: --
1273: savepoint delete_ame_act_type_usg_swi;

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

1311: -- messages of any type exist in the Multiple Message List.
1312: -- Also disable Multiple Message Detection.
1313: --
1314: p_return_status := hr_multi_message.get_return_status_disable;
1315: hr_utility.set_location(' Leaving:' || l_proc,20);
1316: --
1317: exception
1318: when hr_multi_message.error_message_exist then
1319: --

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

1328: p_object_version_number := l_object_version_number;
1329: p_start_date := null;
1330: p_end_date := null;
1331: p_return_status := hr_multi_message.get_return_status_disable;
1332: hr_utility.set_location(' Leaving:' || l_proc, 30);
1333: when others then
1334: --
1335: -- When Multiple Message Detection is enabled catch
1336: -- any Application specific or other unexpected

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

1339: -- error.
1340: --
1341: rollback to delete_ame_act_type_usg_swi;
1342: if hr_multi_message.unexpected_error_add(l_proc) then
1343: hr_utility.set_location(' Leaving:' || l_proc,40);
1344: raise;
1345: end if;
1346: --
1347: -- Reset IN OUT and set OUT parameters

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

1349: p_object_version_number := l_object_version_number;
1350: p_start_date := null;
1351: p_end_date := null;
1352: p_return_status := hr_multi_message.get_return_status_disable;
1353: hr_utility.set_location(' Leaving:' || l_proc,50);
1354: end delete_ame_action_type_usage;
1355: -- ----------------------------------------------------------------------------
1356: -- |----------------------< delete_ame_appr_type_usage >----------------------|
1357: -- ----------------------------------------------------------------------------

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

1373: --
1374: -- Other variables
1375: l_proc varchar2(72) := g_package ||'delete_ame_appr_type_usage';
1376: Begin
1377: hr_utility.set_location(' Entering:' || l_proc,10);
1378: --
1379: -- Issue a savepoint
1380: --
1381: savepoint delete_ame_appr_type_usage_swi;

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

1419: -- messages of any type exist in the Multiple Message List.
1420: -- Also disable Multiple Message Detection.
1421: --
1422: p_return_status := hr_multi_message.get_return_status_disable;
1423: hr_utility.set_location(' Leaving:' || l_proc,20);
1424: --
1425: exception
1426: when hr_multi_message.error_message_exist then
1427: --

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

1436: p_object_version_number := l_object_version_number;
1437: p_start_date := null;
1438: p_end_date := null;
1439: p_return_status := hr_multi_message.get_return_status_disable;
1440: hr_utility.set_location(' Leaving:' || l_proc, 30);
1441: when others then
1442: --
1443: -- When Multiple Message Detection is enabled catch
1444: -- any Application specific or other unexpected

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

1447: -- error.
1448: --
1449: rollback to delete_ame_appr_type_usage_swi;
1450: if hr_multi_message.unexpected_error_add(l_proc) then
1451: hr_utility.set_location(' Leaving:' || l_proc,40);
1452: raise;
1453: end if;
1454: --
1455: -- Reset IN OUT and set OUT parameters

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

1457: p_object_version_number := l_object_version_number;
1458: p_start_date := null;
1459: p_end_date := null;
1460: p_return_status := hr_multi_message.get_return_status_disable;
1461: hr_utility.set_location(' Leaving:' || l_proc,50);
1462: end delete_ame_appr_type_usage;
1463: -- ----------------------------------------------------------------------------
1464: -- |-----------------------< delete_ame_req_attribute >-----------------------|
1465: -- ----------------------------------------------------------------------------

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

1481: --
1482: -- Other variables
1483: l_proc varchar2(72) := g_package ||'delete_ame_req_attribute';
1484: Begin
1485: hr_utility.set_location(' Entering:' || l_proc,10);
1486: --
1487: -- Issue a savepoint
1488: --
1489: savepoint delete_ame_req_attribute_swi;

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

1527: -- messages of any type exist in the Multiple Message List.
1528: -- Also disable Multiple Message Detection.
1529: --
1530: p_return_status := hr_multi_message.get_return_status_disable;
1531: hr_utility.set_location(' Leaving:' || l_proc,20);
1532: --
1533: exception
1534: when hr_multi_message.error_message_exist then
1535: --

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

1544: p_object_version_number := l_object_version_number;
1545: p_start_date := null;
1546: p_end_date := null;
1547: p_return_status := hr_multi_message.get_return_status_disable;
1548: hr_utility.set_location(' Leaving:' || l_proc, 30);
1549: when others then
1550: --
1551: -- When Multiple Message Detection is enabled catch
1552: -- any Application specific or other unexpected

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

1555: -- error.
1556: --
1557: rollback to delete_ame_req_attribute_swi;
1558: if hr_multi_message.unexpected_error_add(l_proc) then
1559: hr_utility.set_location(' Leaving:' || l_proc,40);
1560: raise;
1561: end if;
1562: --
1563: -- Reset IN OUT and set OUT parameters

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

1565: p_object_version_number := l_object_version_number;
1566: p_start_date := null;
1567: p_end_date := null;
1568: p_return_status := hr_multi_message.get_return_status_disable;
1569: hr_utility.set_location(' Leaving:' || l_proc,50);
1570: end delete_ame_req_attribute;
1571: -- ----------------------------------------------------------------------------
1572: -- |---------------------------< delete_ame_action >--------------------------|
1573: -- ----------------------------------------------------------------------------

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

1589: --
1590: -- Other variables
1591: l_proc varchar2(72) := g_package ||'delete_ame_action';
1592: Begin
1593: hr_utility.set_location(' Entering:' || l_proc,10);
1594: --
1595: -- Issue a savepoint
1596: --
1597: savepoint delete_ame_action_swi;

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

1635: -- messages of any type exist in the Multiple Message List.
1636: -- Also disable Multiple Message Detection.
1637: --
1638: p_return_status := hr_multi_message.get_return_status_disable;
1639: hr_utility.set_location(' Leaving:' || l_proc,20);
1640: --
1641: exception
1642: when hr_multi_message.error_message_exist then
1643: --

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

1652: p_object_version_number := l_object_version_number;
1653: p_start_date := null;
1654: p_end_date := null;
1655: p_return_status := hr_multi_message.get_return_status_disable;
1656: hr_utility.set_location(' Leaving:' || l_proc, 30);
1657: when others then
1658: --
1659: -- When Multiple Message Detection is enabled catch
1660: -- any Application specific or other unexpected

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

1663: -- error.
1664: --
1665: rollback to delete_ame_action_swi;
1666: if hr_multi_message.unexpected_error_add(l_proc) then
1667: hr_utility.set_location(' Leaving:' || l_proc,40);
1668: raise;
1669: end if;
1670: --
1671: -- Reset IN OUT and set OUT parameters

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

1673: p_object_version_number := l_object_version_number;
1674: p_start_date := null;
1675: p_end_date := null;
1676: p_return_status := hr_multi_message.get_return_status_disable;
1677: hr_utility.set_location(' Leaving:' || l_proc,50);
1678: end delete_ame_action;
1679: end ame_action_swi;