DBA Data[Home] [Help]

APPS.IRC_COMMUNICATIONS_SWI dependencies on HR_UTILITY

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

29: --
30: -- Other variables
31: l_proc varchar2(72) := g_package ||'close_communication';
32: Begin
33: hr_utility.set_location(' Entering:' || l_proc,10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint close_communication_swi;

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

78: -- messages of any type exist in the Multiple Message List.
79: -- Also disable Multiple Message Detection.
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc,20);
83: --
84: exception
85: when hr_multi_message.error_message_exist then
86: --

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

93: -- Reset IN OUT parameters and set OUT parameters
94: --
95: p_object_version_number := l_object_version_number;
96: p_return_status := hr_multi_message.get_return_status_disable;
97: hr_utility.set_location(' Leaving:' || l_proc, 30);
98: when others then
99: --
100: -- When Multiple Message Detection is enabled catch
101:

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

105: -- error.
106: --
107: rollback to close_communication_swi;
108: if hr_multi_message.unexpected_error_add(l_proc) then
109: hr_utility.set_location(' Leaving:' || l_proc,40);
110: raise;
111: end if;
112: --
113: -- Reset IN OUT and set OUT parameters

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

113: -- Reset IN OUT and set OUT parameters
114: --
115: p_object_version_number := l_object_version_number;
116: p_return_status := hr_multi_message.get_return_status_disable;
117: hr_utility.set_location(' Leaving:' || l_proc,50);
118: end close_communication;
119: --
120: -- ----------------------------------------------------------------------------
121: -- |--------------------------< update_communication >-------------------------|

Line 146: --hr_utility.trace_on(null,'gaukumar');

142: --
143: -- Other variables
144: l_proc varchar2(72) := g_package ||'update_communication';
145: Begin
146: --hr_utility.trace_on(null,'gaukumar');
147: hr_utility.set_location(' Entering:' || l_proc,10);
148: --
149: -- Issue a savepoint
150: --

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

143: -- Other variables
144: l_proc varchar2(72) := g_package ||'update_communication';
145: Begin
146: --hr_utility.trace_on(null,'gaukumar');
147: hr_utility.set_location(' Entering:' || l_proc,10);
148: --
149: -- Issue a savepoint
150: --
151: savepoint update_communication_swi;

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

194: -- Also disable Multiple Message Detection.
195: --
196: p_return_status := hr_multi_message.get_return_status_disable;
197: p_object_version_number := l_object_version_number;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: hr_utility.set_location(' Leaving: and status ='||p_return_status ,120);
200: --hr_utility.trace_off;
201: --
202: exception

Line 199: hr_utility.set_location(' Leaving: and status ='||p_return_status ,120);

195: --
196: p_return_status := hr_multi_message.get_return_status_disable;
197: p_object_version_number := l_object_version_number;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: hr_utility.set_location(' Leaving: and status ='||p_return_status ,120);
200: --hr_utility.trace_off;
201: --
202: exception
203: when hr_multi_message.error_message_exist then

Line 200: --hr_utility.trace_off;

196: p_return_status := hr_multi_message.get_return_status_disable;
197: p_object_version_number := l_object_version_number;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: hr_utility.set_location(' Leaving: and status ='||p_return_status ,120);
200: --hr_utility.trace_off;
201: --
202: exception
203: when hr_multi_message.error_message_exist then
204: --

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

210: --
211: -- Reset IN OUT parameters and set OUT parameters
212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc, 30);
215: hr_utility.set_location(' Leaving: and status ='||p_return_status ,121);
216: --hr_utility.trace_off;
217: when others then
218: --

Line 215: hr_utility.set_location(' Leaving: and status ='||p_return_status ,121);

211: -- Reset IN OUT parameters and set OUT parameters
212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc, 30);
215: hr_utility.set_location(' Leaving: and status ='||p_return_status ,121);
216: --hr_utility.trace_off;
217: when others then
218: --
219: -- When Multiple Message Detection is enabled catch

Line 216: --hr_utility.trace_off;

212: --
213: p_return_status := hr_multi_message.get_return_status_disable;
214: hr_utility.set_location(' Leaving:' || l_proc, 30);
215: hr_utility.set_location(' Leaving: and status ='||p_return_status ,121);
216: --hr_utility.trace_off;
217: when others then
218: --
219: -- When Multiple Message Detection is enabled catch
220: -- any Application specific or other unexpected

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

223: -- error.
224: --
225: rollback to update_communication_swi;
226: if hr_multi_message.unexpected_error_add(l_proc) then
227: hr_utility.set_location(' Leaving:' || l_proc,40);
228: raise;
229: end if;
230: --
231: -- Reset IN OUT and set OUT parameters

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

230: --
231: -- Reset IN OUT and set OUT parameters
232: --
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,50);
235: hr_utility.set_location(' Leaving: and status ='||p_return_status ,122);
236: --hr_utility.trace_off;
237: end update_communication;
238: -- ----------------------------------------------------------------------------

Line 235: hr_utility.set_location(' Leaving: and status ='||p_return_status ,122);

231: -- Reset IN OUT and set OUT parameters
232: --
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,50);
235: hr_utility.set_location(' Leaving: and status ='||p_return_status ,122);
236: --hr_utility.trace_off;
237: end update_communication;
238: -- ----------------------------------------------------------------------------
239: -- |------------------------< define_comm_properties >------------------------|

Line 236: --hr_utility.trace_off;

232: --
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,50);
235: hr_utility.set_location(' Leaving: and status ='||p_return_status ,122);
236: --hr_utility.trace_off;
237: end update_communication;
238: -- ----------------------------------------------------------------------------
239: -- |------------------------< define_comm_properties >------------------------|
240: -- ----------------------------------------------------------------------------

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

283: --
284: -- Other variables
285: l_proc varchar2(72) := g_package ||'define_comm_properties';
286: Begin
287: hr_utility.set_location(' Entering:' || l_proc,10);
288: --
289: -- Issue a savepoint
290: --
291: savepoint define_comm_properties_swi;

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

358: -- messages of any type exist in the Multiple Message List.
359: -- Also disable Multiple Message Detection.
360: --
361: p_return_status := hr_multi_message.get_return_status_disable;
362: hr_utility.set_location(' Leaving:' || l_proc,20);
363: --
364: exception
365: when hr_multi_message.error_message_exist then
366: --

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

373: -- Reset IN OUT parameters and set OUT parameters
374: --
375: p_object_version_number := null;
376: p_return_status := hr_multi_message.get_return_status_disable;
377: hr_utility.set_location(' Leaving:' || l_proc, 30);
378: when others then
379: --
380: -- When Multiple Message Detection is enabled catch
381: -- any Application specific or other unexpected

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

384: -- error.
385: --
386: rollback to define_comm_properties_swi;
387: if hr_multi_message.unexpected_error_add(l_proc) then
388: hr_utility.set_location(' Leaving:' || l_proc,40);
389: raise;
390: end if;
391: --
392: -- Reset IN OUT and set OUT parameters

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

392: -- Reset IN OUT and set OUT parameters
393: --
394: p_object_version_number := null;
395: p_return_status := hr_multi_message.get_return_status_disable;
396: hr_utility.set_location(' Leaving:' || l_proc,50);
397: end define_comm_properties;
398: -- ----------------------------------------------------------------------------
399: -- |--------------------------< create_communication >-------------------------|
400: -- ----------------------------------------------------------------------------

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

419: --
420: -- Other variables
421: l_proc varchar2(72) := g_package ||'create_communication';
422: Begin
423: hr_utility.set_location(' Entering:' || l_proc,10);
424: --
425: -- Issue a savepoint
426: --
427: savepoint create_communication_swi;

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

470: -- messages of any type exist in the Multiple Message List.
471: -- Also disable Multiple Message Detection.
472: --
473: p_return_status := hr_multi_message.get_return_status_disable;
474: hr_utility.set_location(' Leaving:' || l_proc,20);
475: --
476: exception
477: when hr_multi_message.error_message_exist then
478: --

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

485: -- Reset IN OUT parameters and set OUT parameters
486: --
487: p_object_version_number := null;
488: p_return_status := hr_multi_message.get_return_status_disable;
489: hr_utility.set_location(' Leaving:' || l_proc, 30);
490: when others then
491: --
492: -- When Multiple Message Detection is enabled catch
493: -- any Application specific or other unexpected

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

496: -- error.
497: --
498: rollback to create_communication_swi;
499: if hr_multi_message.unexpected_error_add(l_proc) then
500: hr_utility.set_location(' Leaving:' || l_proc,40);
501: raise;
502: end if;
503: --
504: -- Reset IN OUT and set OUT parameters

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

504: -- Reset IN OUT and set OUT parameters
505: --
506: p_object_version_number := null;
507: p_return_status := hr_multi_message.get_return_status_disable;
508: hr_utility.set_location(' Leaving:' || l_proc,50);
509: end create_communication;
510: -- ----------------------------------------------------------------------------
511: -- |------------------------< update_comm_properties >------------------------|
512: -- ----------------------------------------------------------------------------

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

555: --
556: -- Other variables
557: l_proc varchar2(72) := g_package ||'update_comm_properties';
558: Begin
559: hr_utility.set_location(' Entering:' || l_proc,10);
560: --
561: -- Issue a savepoint
562: --
563: savepoint UPDATE_COMM_PROPERTIES_SWI;

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

628: -- Also disable Multiple Message Detection.
629: --
630: p_return_status := hr_multi_message.get_return_status_disable;
631: p_object_version_number := l_object_version_number;
632: hr_utility.set_location(' Leaving:' || l_proc,20);
633: --
634: exception
635: when hr_multi_message.error_message_exist then
636: --

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

642: --
643: -- Reset IN OUT parameters and set OUT parameters
644: --
645: p_return_status := hr_multi_message.get_return_status_disable;
646: hr_utility.set_location(' Leaving:' || l_proc, 30);
647: when others then
648: --
649: -- When Multiple Message Detection is enabled catch
650: -- any Application specific or other unexpected

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

653: -- error.
654: --
655: rollback to update_comm_properties_swi;
656: if hr_multi_message.unexpected_error_add(l_proc) then
657: hr_utility.set_location(' Leaving:' || l_proc,40);
658: raise;
659: end if;
660: --
661: -- Reset IN OUT and set OUT parameters

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

660: --
661: -- Reset IN OUT and set OUT parameters
662: --
663: p_return_status := hr_multi_message.get_return_status_disable;
664: hr_utility.set_location(' Leaving:' || l_proc,50);
665: end update_comm_properties;
666: -- ----------------------------------------------------------------------------
667: -- |------------------------< delete_comm_properties >-------------------------|
668: -- ----------------------------------------------------------------------------

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

681: --
682: -- Other variables
683: l_proc varchar2(72) := g_package ||'delete_comm_properties';
684: Begin
685: hr_utility.set_location(' Entering:' || l_proc,10);
686: --
687: -- Issue a savepoint
688: --
689: savepoint delete_comm_properties_swi;

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

724: -- messages of any type exist in the Multiple Message List.
725: -- Also disable Multiple Message Detection.
726: --
727: p_return_status := hr_multi_message.get_return_status_disable;
728: hr_utility.set_location(' Leaving:' || l_proc,20);
729: --
730: exception
731: when hr_multi_message.error_message_exist then
732: --

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

738: --
739: -- Reset IN OUT parameters and set OUT parameters
740: --
741: p_return_status := hr_multi_message.get_return_status_disable;
742: hr_utility.set_location(' Leaving:' || l_proc, 30);
743: when others then
744: --
745: -- When Multiple Message Detection is enabled catch
746: -- any Application specific or other unexpected

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

749: -- error.
750: --
751: rollback to delete_comm_properties_swi;
752: if hr_multi_message.unexpected_error_add(l_proc) then
753: hr_utility.set_location(' Leaving:' || l_proc,40);
754: raise;
755: end if;
756: --
757: -- Reset IN OUT and set OUT parameters

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

756: --
757: -- Reset IN OUT and set OUT parameters
758: --
759: p_return_status := hr_multi_message.get_return_status_disable;
760: hr_utility.set_location(' Leaving:' || l_proc,50);
761: end delete_comm_properties;
762: --
763: --
764: -- ----------------------------------------------------------------------------

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

784: --
785: -- Other variables
786: l_proc varchar2(72) := g_package ||'create_comm_topic';
787: Begin
788: hr_utility.set_location(' Entering:' || l_proc,10);
789: --
790: -- Issue a savepoint
791: --
792: savepoint CREATE_COMM_TOPIC;

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

833: -- messages of any type exist in the Multiple Message List.
834: -- Also disable Multiple Message Detection.
835: --
836: p_return_status := hr_multi_message.get_return_status_disable;
837: hr_utility.set_location(' Leaving:' || l_proc,20);
838: --
839: exception
840: when hr_multi_message.error_message_exist then
841: --

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

848: -- Reset IN OUT parameters and set OUT parameters
849: --
850: p_object_version_number := null;
851: p_return_status := hr_multi_message.get_return_status_disable;
852: hr_utility.set_location(' Leaving:' || l_proc, 30);
853: when others then
854: --
855: -- When Multiple Message Detection is enabled catch
856: -- any Application specific or other unexpected

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

859: -- error.
860: --
861: rollback to CREATE_COMM_TOPIC;
862: if hr_multi_message.unexpected_error_add(l_proc) then
863: hr_utility.set_location(' Leaving:' || l_proc,40);
864: raise;
865: end if;
866: --
867: -- Reset IN OUT and set OUT parameters

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

867: -- Reset IN OUT and set OUT parameters
868: --
869: p_object_version_number := null;
870: p_return_status := hr_multi_message.get_return_status_disable;
871: hr_utility.set_location(' Leaving:' || l_proc,50);
872: end create_comm_topic;
873: --
874: -- ----------------------------------------------------------------------------
875: -- |----------------------------< CREATE_MESSAGE >-----------------------------|

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

901: --
902: -- Other variables
903: l_proc varchar2(72) := g_package ||'create_message';
904: Begin
905: hr_utility.set_location(' Entering:' || l_proc,10);
906: --
907: -- Issue a savepoint
908: --
909: savepoint CREATE_MESSAGE;

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

957: -- messages of any type exist in the Multiple Message List.
958: -- Also disable Multiple Message Detection.
959: --
960: p_return_status := hr_multi_message.get_return_status_disable;
961: hr_utility.set_location(' Leaving:' || l_proc,20);
962: --
963: exception
964: when hr_multi_message.error_message_exist then
965: --

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

972: -- Reset IN OUT parameters and set OUT parameters
973: --
974: p_object_version_number := null;
975: p_return_status := hr_multi_message.get_return_status_disable;
976: hr_utility.set_location(' Leaving:' || l_proc, 30);
977: when others then
978: --
979: -- When Multiple Message Detection is enabled catch
980: -- any Application specific or other unexpected

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

983: -- error.
984: --
985: rollback to CREATE_MESSAGE;
986: if hr_multi_message.unexpected_error_add(l_proc) then
987: hr_utility.set_location(' Leaving:' || l_proc,40);
988: raise;
989: end if;
990: --
991: -- Reset IN OUT and set OUT parameters

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

991: -- Reset IN OUT and set OUT parameters
992: --
993: p_object_version_number := null;
994: p_return_status := hr_multi_message.get_return_status_disable;
995: hr_utility.set_location(' Leaving:' || l_proc,50);
996: end create_message;
997: --
998: -- ----------------------------------------------------------------------------
999: -- |----------------------------< UPDATE_MESSAGE >----------------------------|

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

1016: --
1017: -- Other variables
1018: l_proc varchar2(72) := g_package ||'update_message';
1019: Begin
1020: hr_utility.set_location(' Entering:' || l_proc,10);
1021: --
1022: -- Issue a savepoint
1023: --
1024: savepoint UPDATE_MESSAGE;

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

1058: -- messages of any type exist in the Multiple Message List.
1059: -- Also disable Multiple Message Detection.
1060: --
1061: p_return_status := hr_multi_message.get_return_status_disable;
1062: hr_utility.set_location(' Leaving:' || l_proc,20);
1063: p_object_version_number := l_object_version_number;
1064: --
1065: exception
1066: when hr_multi_message.error_message_exist then

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

1073: --
1074: -- Reset IN OUT parameters and set OUT parameters
1075: --
1076: p_return_status := hr_multi_message.get_return_status_disable;
1077: hr_utility.set_location(' Leaving:' || l_proc, 30);
1078: when others then
1079: --
1080: -- When Multiple Message Detection is enabled catch
1081: -- any Application specific or other unexpected

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

1084: -- error.
1085: --
1086: rollback to UPDATE_MESSAGE;
1087: if hr_multi_message.unexpected_error_add(l_proc) then
1088: hr_utility.set_location(' Leaving:' || l_proc,40);
1089: raise;
1090: end if;
1091: --
1092: -- Reset IN OUT and set OUT parameters

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

1091: --
1092: -- Reset IN OUT and set OUT parameters
1093: --
1094: p_return_status := hr_multi_message.get_return_status_disable;
1095: hr_utility.set_location(' Leaving:' || l_proc,50);
1096: end update_message;
1097: --
1098: -- ----------------------------------------------------------------------------
1099: -- |----------------------------< ADD_RECIPIENT >-----------------------------|

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

1122: --
1123: -- Other variables
1124: l_proc varchar2(72) := g_package ||'add_recipient';
1125: Begin
1126: hr_utility.set_location(' Entering:' || l_proc,10);
1127: --
1128: -- Issue a savepoint
1129: --
1130: savepoint ADD_RECIPIENT;

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

1175: -- messages of any type exist in the Multiple Message List.
1176: -- Also disable Multiple Message Detection.
1177: --
1178: p_return_status := hr_multi_message.get_return_status_disable;
1179: hr_utility.set_location(' Leaving:' || l_proc,20);
1180: --
1181: exception
1182: when hr_multi_message.error_message_exist then
1183: --

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

1190: -- Reset IN OUT parameters and set OUT parameters
1191: --
1192: p_object_version_number := null;
1193: p_return_status := hr_multi_message.get_return_status_disable;
1194: hr_utility.set_location(' Leaving:' || l_proc, 30);
1195: when others then
1196: --
1197: -- When Multiple Message Detection is enabled catch
1198: -- any Application specific or other unexpected

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

1201: -- error.
1202: --
1203: rollback to ADD_RECIPIENT;
1204: if hr_multi_message.unexpected_error_add(l_proc) then
1205: hr_utility.set_location(' Leaving:' || l_proc,40);
1206: raise;
1207: end if;
1208: --
1209: -- Reset IN OUT and set OUT parameters

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

1209: -- Reset IN OUT and set OUT parameters
1210: --
1211: p_object_version_number := null;
1212: p_return_status := hr_multi_message.get_return_status_disable;
1213: hr_utility.set_location(' Leaving:' || l_proc,50);
1214: end add_recipient;
1215: --
1216: --Save For Later Code Changes
1217: -- ----------------------------------------------------------------------------

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

1240: l_effective_date date := trunc(sysdate);
1241: --
1242: BEGIN
1243: --
1244: hr_utility.set_location(' Entering:' || l_proc,10);
1245: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
1246: --
1247: l_parser := xmlparser.newParser;
1248: xmlparser.ParseCLOB(l_parser,p_document);

Line 1245: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);

1241: --
1242: BEGIN
1243: --
1244: hr_utility.set_location(' Entering:' || l_proc,10);
1245: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
1246: --
1247: l_parser := xmlparser.newParser;
1248: xmlparser.ParseCLOB(l_parser,p_document);
1249: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));

Line 1252: hr_utility.set_location('Extracting the PostState:' || l_proc,20);

1248: xmlparser.ParseCLOB(l_parser,p_document);
1249: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));
1250: --
1251:
1252: hr_utility.set_location('Extracting the PostState:' || l_proc,20);
1253:
1254: l_commitElement := xmldom.makeElement(l_CommitNode);
1255: l_postState := xmldom.getAttribute(l_commitElement, 'PS');
1256: --

Line 1366: hr_utility.set_location('Exiting:' || l_proc,40);

1362: --
1363: end if;
1364:
1365: p_return_status := l_return_status;
1366: hr_utility.set_location('Exiting:' || l_proc,40);
1367:
1368: end process_com_api;
1369: --
1370: -- ----------------------------------------------------------------------------

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

1385: --
1386: -- Other variables
1387: l_proc varchar2(72) := g_package ||'start_mass_communication_gui';
1388: Begin
1389: hr_utility.set_location(' Entering:' || l_proc,10);
1390: --
1391: -- Issue a savepoint
1392: --
1393: savepoint start_mass_communication;

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

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

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

1429: --
1430: -- Reset IN OUT parameters and set OUT parameters
1431: --
1432: p_return_status := hr_multi_message.get_return_status_disable;
1433: hr_utility.set_location(' Leaving:' || l_proc, 30);
1434: when others then
1435: --
1436: -- When Multiple Message Detection is enabled catch
1437: -- any Application specific or other unexpected

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

1440: -- error.
1441: --
1442: rollback to start_mass_communication;
1443: if hr_multi_message.unexpected_error_add(l_proc) then
1444: hr_utility.set_location(' Leaving:' || l_proc,40);
1445: raise;
1446: end if;
1447: --
1448: -- Reset IN OUT and set OUT parameters

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

1447: --
1448: -- Reset IN OUT and set OUT parameters
1449: --
1450: p_return_status := hr_multi_message.get_return_status_disable;
1451: hr_utility.set_location(' Leaving:' || l_proc,50);
1452: end start_mass_communication;
1453: --
1454: -- ----------------------------------------------------------------------------
1455: -- |--------------------------< close_mass_communication >---------------------|

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

1469: --
1470: -- Other variables
1471: l_proc varchar2(72) := g_package ||'close_mass_communication_gui';
1472: Begin
1473: hr_utility.set_location(' Entering:' || l_proc,10);
1474: --
1475: -- Issue a savepoint
1476: --
1477: savepoint close_mass_communication;

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

1499: -- messages of any type exist in the Multiple Message List.
1500: -- Also disable Multiple Message Detection.
1501: --
1502: p_return_status := hr_multi_message.get_return_status_disable;
1503: hr_utility.set_location(' Leaving:' || l_proc,20);
1504: --
1505: exception
1506: when hr_multi_message.error_message_exist then
1507: --

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

1513: --
1514: -- Reset IN OUT parameters and set OUT parameters
1515: --
1516: p_return_status := hr_multi_message.get_return_status_disable;
1517: hr_utility.set_location(' Leaving:' || l_proc, 30);
1518: when others then
1519: --
1520: -- When Multiple Message Detection is enabled catch
1521: -- any Application specific or other unexpected

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

1524: -- error.
1525: --
1526: rollback to close_mass_communication;
1527: if hr_multi_message.unexpected_error_add(l_proc) then
1528: hr_utility.set_location(' Leaving:' || l_proc,40);
1529: raise;
1530: end if;
1531: --
1532: -- Reset IN OUT and set OUT parameters

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

1531: --
1532: -- Reset IN OUT and set OUT parameters
1533: --
1534: p_return_status := hr_multi_message.get_return_status_disable;
1535: hr_utility.set_location(' Leaving:' || l_proc,50);
1536: end close_mass_communication;
1537:
1538: end irc_communications_swi;