DBA Data[Home] [Help]

APPS.IRC_PARTY_SWI dependencies on HR_UTILITY

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

113: --
114: -- Other variables
115: l_proc varchar2(72) := g_package ||'create_candidate_internal';
116: Begin
117: hr_utility.set_location(' Entering:' || l_proc,10);
118: --
119: -- Issue a savepoint
120: --
121: savepoint create_candidate_internal_swi;

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

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

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

261: --
262: p_effective_start_date := null;
263: p_effective_end_date := 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_candidate_internal_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 285: hr_utility.set_location(' Leaving:' || l_proc,50);

281: --
282: p_effective_start_date := null;
283: p_effective_end_date := null;
284: p_return_status := hr_multi_message.get_return_status_disable;
285: hr_utility.set_location(' Leaving:' || l_proc,50);
286: end create_candidate_internal;
287: --
288: -- ----------------------------------------------------------------------------
289: -- |------------------------< create_registered_user >------------------------|

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

377: --
378: -- Other variables
379: l_proc varchar2(72) := g_package ||'create_registered_user';
380: Begin
381: hr_utility.set_location(' Entering:' || l_proc,10);
382: --
383: -- Issue a savepoint
384: --
385: savepoint create_registered_user_swi;

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

494: -- messages of any type exist in the Multiple Message List.
495: -- Also disable Multiple Message Detection.
496: --
497: p_return_status := hr_multi_message.get_return_status_disable;
498: hr_utility.set_location(' Leaving:' || l_proc,20);
499: --
500: exception
501: when hr_multi_message.error_message_exist then
502: --

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

511: p_effective_start_date := null;
512: p_effective_end_date := null;
513: p_person_id := null;
514: p_return_status := hr_multi_message.get_return_status_disable;
515: hr_utility.set_location(' Leaving:' || l_proc, 30);
516: when others then
517: --
518: -- When Multiple Message Detection is enabled catch
519: -- any Application specific or other unexpected

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

522: -- error.
523: --
524: rollback to create_registered_user_swi;
525: if hr_multi_message.unexpected_error_add(l_proc) then
526: hr_utility.set_location(' Leaving:' || l_proc,40);
527: raise;
528: end if;
529: --
530: -- Reset IN OUT and set OUT parameters

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

532: p_effective_start_date := null;
533: p_effective_end_date := null;
534: p_person_id := null;
535: p_return_status := hr_multi_message.get_return_status_disable;
536: hr_utility.set_location(' Leaving:' || l_proc,50);
537: end create_registered_user;
538: -- ----------------------------------------------------------------------------
539: -- |----------------------< registered_user_application >---------------------|
540: -- ----------------------------------------------------------------------------

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

572: where person_id = p_person_id
573: and p_effective_date between effective_start_date and effective_end_date;
574: --
575: Begin
576: hr_utility.set_location(' Entering:' || l_proc,10);
577: --
578: -- Issue a savepoint
579: --
580: savepoint registered_user_application;

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

629: -- messages of any type exist in the Multiple Message List.
630: -- Also disable Multiple Message Detection.
631: --
632: p_return_status := hr_multi_message.get_return_status_disable;
633: hr_utility.set_location(' Leaving:' || l_proc,20);
634: --
635: exception
636: when hr_multi_message.error_message_exist then
637: --

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

645: --
646: p_per_object_version_number := null;
647: p_asg_object_version_number := null;
648: p_return_status := hr_multi_message.get_return_status_disable;
649: hr_utility.set_location(' Leaving:' || l_proc, 30);
650: when others then
651: --
652: -- When Multiple Message Detection is enabled catch
653: -- any Application specific or other unexpected

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

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

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

665: --
666: p_per_object_version_number := null;
667: p_asg_object_version_number := null;
668: p_return_status := hr_multi_message.get_return_status_disable;
669: hr_utility.set_location(' Leaving:' || l_proc,50);
670: end registered_user_application;
671: -- ----------------------------------------------------------------------------
672: -- |------------------------< update_registered_user >------------------------|
673: -- ----------------------------------------------------------------------------

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

761: -- Other variables
762: l_proc varchar2(72) := g_package ||'update_registered_user';
763: --
764: Begin
765: hr_utility.set_location(' Entering:' || l_proc,10);
766: --
767: -- Issue a savepoint
768: --
769: savepoint update_registered_user_swi;

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

886: -- messages of any type exist in the Multiple Message List.
887: -- Also disable Multiple Message Detection.
888: --
889: p_return_status := hr_multi_message.get_return_status_disable;
890: hr_utility.set_location(' Leaving:' || l_proc,20);
891: --
892: exception
893: when hr_multi_message.error_message_exist then
894: --

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

900: --
901: -- Reset IN OUT parameters and set OUT parameters
902: --
903: p_return_status := hr_multi_message.get_return_status_disable;
904: hr_utility.set_location(' Leaving:' || l_proc, 30);
905: when others then
906: --
907: -- When Multiple Message Detection is enabled catch
908: -- any Application specific or other unexpected

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

911: -- error.
912: --
913: rollback to update_registered_user_swi;
914: if hr_multi_message.unexpected_error_add(l_proc) then
915: hr_utility.set_location(' Leaving:' || l_proc,40);
916: raise;
917: end if;
918: --
919: -- Reset IN OUT and set OUT parameters

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

918: --
919: -- Reset IN OUT and set OUT parameters
920: --
921: p_return_status := hr_multi_message.get_return_status_disable;
922: hr_utility.set_location(' Leaving:' || l_proc,50);
923: end update_registered_user;
924: -- ----------------------------------------------------------------------------
925: -- |------------------------< create_user >-----------------------------------|
926: -- ----------------------------------------------------------------------------

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

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

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

1051: -- messages of any type exist in the Multiple Message List.
1052: -- Also disable Multiple Message Detection.
1053: --
1054: p_return_status := hr_multi_message.get_return_status_disable;
1055: hr_utility.set_location(' Leaving:' || l_proc,20);
1056: --
1057: exception
1058: when hr_multi_message.error_message_exist then
1059: --

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

1065: --
1066: -- Reset IN OUT parameters and set OUT parameters
1067: --
1068: p_return_status := hr_multi_message.get_return_status_disable;
1069: hr_utility.set_location(' Leaving:' || l_proc, 30);
1070: when others then
1071: --
1072: -- When Multiple Message Detection is enabled catch
1073: -- any Application specific or other unexpected

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

1076: -- error.
1077: --
1078: rollback to create_user_swi;
1079: if hr_multi_message.unexpected_error_add(l_proc) then
1080: hr_utility.set_location(' Leaving:' || l_proc,40);
1081: raise;
1082: end if;
1083: --
1084: -- Reset IN OUT and set OUT parameters

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

1083: --
1084: -- Reset IN OUT and set OUT parameters
1085: --
1086: p_return_status := hr_multi_message.get_return_status_disable;
1087: hr_utility.set_location(' Leaving:' || l_proc,50);
1088: end create_user;
1089: -- ---------------------------------------------------------------------------
1090: -- |------------------------< self_register_user >---------------------------|
1091: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

1211: --
1212: -- Reset IN OUT and set OUT parameters
1213: --
1214: p_return_status := hr_multi_message.get_return_status_disable;
1215: hr_utility.set_location(' Leaving:' || l_proc,50);
1216: end self_register_user;
1217: -- -------------------------------------------------------------------
1218: -- |------------------------< get_first_page >-----------------------|
1219: -- -------------------------------------------------------------------

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

1308: --
1309: -- Other variables
1310: l_proc varchar2(72) := g_package ||'create_partial_user';
1311: Begin
1312: hr_utility.set_location(' Entering:' || l_proc,10);
1313: --
1314: -- Issue a savepoint
1315: --
1316: savepoint create_partial_user_swi;

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

1354: -- messages of any type exist in the Multiple Message List.
1355: -- Also disable Multiple Message Detection.
1356: --
1357: p_return_status := hr_multi_message.get_return_status_disable;
1358: hr_utility.set_location(' Leaving:' || l_proc,20);
1359: --
1360: exception
1361: when hr_multi_message.error_message_exist then
1362: --

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

1368: --
1369: -- Reset IN OUT parameters and set OUT parameters
1370: --
1371: p_return_status := hr_multi_message.get_return_status_disable;
1372: hr_utility.set_location(' Leaving:' || l_proc, 30);
1373: when others then
1374: --
1375: -- When Multiple Message Detection is enabled catch
1376: -- any Application specific or other unexpected

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

1379: -- error.
1380: --
1381: rollback to create_partial_user_swi;
1382: if hr_multi_message.unexpected_error_add(l_proc) then
1383: hr_utility.set_location(' Leaving:' || l_proc,40);
1384: raise;
1385: end if;
1386: --
1387: -- Reset IN OUT and set OUT parameters

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

1386: --
1387: -- Reset IN OUT and set OUT parameters
1388: --
1389: p_return_status := hr_multi_message.get_return_status_disable;
1390: hr_utility.set_location(' Leaving:' || l_proc,50);
1391: end create_partial_user;
1392: --
1393: --
1394: -- ----------------------------------------------------------------------------

Line 1450: --hr_utility.trace_on(null,'VMUMMIDI');

1446: --
1447: -- Other variables
1448: l_proc varchar2(72) := g_package ||'create_user_byReferral';
1449: Begin
1450: --hr_utility.trace_on(null,'VMUMMIDI');
1451: hr_utility.set_location(' Entering:' || l_proc,10);
1452: --
1453: -- Issue a savepoint
1454: --

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

1447: -- Other variables
1448: l_proc varchar2(72) := g_package ||'create_user_byReferral';
1449: Begin
1450: --hr_utility.trace_on(null,'VMUMMIDI');
1451: hr_utility.set_location(' Entering:' || l_proc,10);
1452: --
1453: -- Issue a savepoint
1454: --
1455: savepoint create_user_swi;

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

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

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

1538: --
1539: -- Reset IN OUT parameters and set OUT parameters
1540: --
1541: p_return_status := hr_multi_message.get_return_status_disable;
1542: hr_utility.set_location(' Leaving:' || l_proc, 30);
1543: when others then
1544: --
1545: -- When Multiple Message Detection is enabled catch
1546: -- any Application specific or other unexpected

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

1549: -- error.
1550: --
1551: rollback to create_user_swi;
1552: if hr_multi_message.unexpected_error_add(l_proc) then
1553: hr_utility.set_location(' Leaving:' || l_proc,40);
1554: raise;
1555: end if;
1556: --
1557: -- Reset IN OUT and set OUT parameters

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

1556: --
1557: -- Reset IN OUT and set OUT parameters
1558: --
1559: p_return_status := hr_multi_message.get_return_status_disable;
1560: hr_utility.set_location(' Leaving:' || l_proc,50);
1561: end create_user_byReferral;
1562: --
1563: end irc_party_swi;