DBA Data[Home] [Help]

APPS.IRC_PARTY_SWI dependencies on HR_UTILITY

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

108: --
109: -- Other variables
110: l_proc varchar2(72) := g_package ||'create_candidate_internal';
111: Begin
112: hr_utility.set_location(' Entering:' || l_proc,10);
113: --
114: -- Issue a savepoint
115: --
116: savepoint create_candidate_internal_swi;

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

235: -- messages of any type exist in the Multiple Message List.
236: -- Also disable Multiple Message Detection.
237: --
238: p_return_status := hr_multi_message.get_return_status_disable;
239: hr_utility.set_location(' Leaving:' || l_proc,20);
240: --
241: exception
242: when hr_multi_message.error_message_exist then
243: --

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

251: --
252: p_effective_start_date := null;
253: p_effective_end_date := null;
254: p_return_status := hr_multi_message.get_return_status_disable;
255: hr_utility.set_location(' Leaving:' || l_proc, 30);
256: when others then
257: --
258: -- When Multiple Message Detection is enabled catch
259: -- any Application specific or other unexpected

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

262: -- error.
263: --
264: rollback to create_candidate_internal_swi;
265: if hr_multi_message.unexpected_error_add(l_proc) then
266: hr_utility.set_location(' Leaving:' || l_proc,40);
267: raise;
268: end if;
269: --
270: -- Reset IN OUT and set OUT parameters

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

271: --
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_return_status := hr_multi_message.get_return_status_disable;
275: hr_utility.set_location(' Leaving:' || l_proc,50);
276: end create_candidate_internal;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |------------------------< create_registered_user >------------------------|

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

367: --
368: -- Other variables
369: l_proc varchar2(72) := g_package ||'create_registered_user';
370: Begin
371: hr_utility.set_location(' Entering:' || l_proc,10);
372: --
373: -- Issue a savepoint
374: --
375: savepoint create_registered_user_swi;

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

484: -- messages of any type exist in the Multiple Message List.
485: -- Also disable Multiple Message Detection.
486: --
487: p_return_status := hr_multi_message.get_return_status_disable;
488: hr_utility.set_location(' Leaving:' || l_proc,20);
489: --
490: exception
491: when hr_multi_message.error_message_exist then
492: --

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

501: p_effective_start_date := null;
502: p_effective_end_date := null;
503: p_person_id := null;
504: p_return_status := hr_multi_message.get_return_status_disable;
505: hr_utility.set_location(' Leaving:' || l_proc, 30);
506: when others then
507: --
508: -- When Multiple Message Detection is enabled catch
509: -- any Application specific or other unexpected

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

512: -- error.
513: --
514: rollback to create_registered_user_swi;
515: if hr_multi_message.unexpected_error_add(l_proc) then
516: hr_utility.set_location(' Leaving:' || l_proc,40);
517: raise;
518: end if;
519: --
520: -- Reset IN OUT and set OUT parameters

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

522: p_effective_start_date := null;
523: p_effective_end_date := null;
524: p_person_id := null;
525: p_return_status := hr_multi_message.get_return_status_disable;
526: hr_utility.set_location(' Leaving:' || l_proc,50);
527: end create_registered_user;
528: -- ----------------------------------------------------------------------------
529: -- |----------------------< registered_user_application >---------------------|
530: -- ----------------------------------------------------------------------------

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

561: where person_id = p_person_id
562: and p_effective_date between effective_start_date and effective_end_date;
563: --
564: Begin
565: hr_utility.set_location(' Entering:' || l_proc,10);
566: --
567: -- Issue a savepoint
568: --
569: savepoint registered_user_application;

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

617: -- messages of any type exist in the Multiple Message List.
618: -- Also disable Multiple Message Detection.
619: --
620: p_return_status := hr_multi_message.get_return_status_disable;
621: hr_utility.set_location(' Leaving:' || l_proc,20);
622: --
623: exception
624: when hr_multi_message.error_message_exist then
625: --

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

633: --
634: p_per_object_version_number := null;
635: p_asg_object_version_number := null;
636: p_return_status := hr_multi_message.get_return_status_disable;
637: hr_utility.set_location(' Leaving:' || l_proc, 30);
638: when others then
639: --
640: -- When Multiple Message Detection is enabled catch
641: -- any Application specific or other unexpected

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

644: -- error.
645: --
646: rollback to registered_user_application;
647: if hr_multi_message.unexpected_error_add(l_proc) then
648: hr_utility.set_location(' Leaving:' || l_proc,40);
649: raise;
650: end if;
651: --
652: -- Reset IN OUT and set OUT parameters

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

653: --
654: p_per_object_version_number := null;
655: p_asg_object_version_number := null;
656: p_return_status := hr_multi_message.get_return_status_disable;
657: hr_utility.set_location(' Leaving:' || l_proc,50);
658: end registered_user_application;
659: -- ----------------------------------------------------------------------------
660: -- |------------------------< update_registered_user >------------------------|
661: -- ----------------------------------------------------------------------------

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

749: -- Other variables
750: l_proc varchar2(72) := g_package ||'update_registered_user';
751: --
752: Begin
753: hr_utility.set_location(' Entering:' || l_proc,10);
754: --
755: -- Issue a savepoint
756: --
757: savepoint update_registered_user_swi;

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

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

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

888: --
889: -- Reset IN OUT parameters and set OUT parameters
890: --
891: p_return_status := hr_multi_message.get_return_status_disable;
892: hr_utility.set_location(' Leaving:' || l_proc, 30);
893: when others then
894: --
895: -- When Multiple Message Detection is enabled catch
896: -- any Application specific or other unexpected

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

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

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

906: --
907: -- Reset IN OUT and set OUT parameters
908: --
909: p_return_status := hr_multi_message.get_return_status_disable;
910: hr_utility.set_location(' Leaving:' || l_proc,50);
911: end update_registered_user;
912: -- ----------------------------------------------------------------------------
913: -- |------------------------< create_user >-----------------------------------|
914: -- ----------------------------------------------------------------------------

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

963: --
964: -- Other variables
965: l_proc varchar2(72) := g_package ||'create_user';
966: Begin
967: hr_utility.set_location(' Entering:' || l_proc,10);
968: --
969: -- Issue a savepoint
970: --
971: savepoint create_user_swi;

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

1039: -- messages of any type exist in the Multiple Message List.
1040: -- Also disable Multiple Message Detection.
1041: --
1042: p_return_status := hr_multi_message.get_return_status_disable;
1043: hr_utility.set_location(' Leaving:' || l_proc,20);
1044: --
1045: exception
1046: when hr_multi_message.error_message_exist then
1047: --

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

1053: --
1054: -- Reset IN OUT parameters and set OUT parameters
1055: --
1056: p_return_status := hr_multi_message.get_return_status_disable;
1057: hr_utility.set_location(' Leaving:' || l_proc, 30);
1058: when others then
1059: --
1060: -- When Multiple Message Detection is enabled catch
1061: -- any Application specific or other unexpected

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

1064: -- error.
1065: --
1066: rollback to create_user_swi;
1067: if hr_multi_message.unexpected_error_add(l_proc) then
1068: hr_utility.set_location(' Leaving:' || l_proc,40);
1069: raise;
1070: end if;
1071: --
1072: -- Reset IN OUT and set OUT parameters

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

1071: --
1072: -- Reset IN OUT and set OUT parameters
1073: --
1074: p_return_status := hr_multi_message.get_return_status_disable;
1075: hr_utility.set_location(' Leaving:' || l_proc,50);
1076: end create_user;
1077: -- ---------------------------------------------------------------------------
1078: -- |------------------------< self_register_user >---------------------------|
1079: -- ---------------------------------------------------------------------------

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

1109: --
1110: -- Other variables
1111: l_proc varchar2(72) := g_package ||'self_register_user';
1112: Begin
1113: hr_utility.set_location(' Entering:' || l_proc,10);
1114: --
1115: -- Issue a savepoint
1116: --
1117: savepoint self_register_user_swi;

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

1167: -- messages of any type exist in the Multiple Message List.
1168: -- Also disable Multiple Message Detection.
1169: --
1170: p_return_status := hr_multi_message.get_return_status_disable;
1171: hr_utility.set_location(' Leaving:' || l_proc,20);
1172: --
1173: exception
1174: when hr_multi_message.error_message_exist then
1175: --

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

1181: --
1182: -- Reset IN OUT parameters and set OUT parameters
1183: --
1184: p_return_status := hr_multi_message.get_return_status_disable;
1185: hr_utility.set_location(' Leaving:' || l_proc, 30);
1186: when others then
1187: --
1188: -- When Multiple Message Detection is enabled catch
1189: -- any Application specific or other unexpected

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

1192: -- error.
1193: --
1194: rollback to self_register_user_swi;
1195: if hr_multi_message.unexpected_error_add(l_proc) then
1196: hr_utility.set_location(' Leaving:' || l_proc,40);
1197: raise;
1198: end if;
1199: --
1200: -- Reset IN OUT and set OUT parameters

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

1199: --
1200: -- Reset IN OUT and set OUT parameters
1201: --
1202: p_return_status := hr_multi_message.get_return_status_disable;
1203: hr_utility.set_location(' Leaving:' || l_proc,50);
1204: end self_register_user;
1205: -- -------------------------------------------------------------------
1206: -- |------------------------< get_first_page >-----------------------|
1207: -- -------------------------------------------------------------------

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

1296: --
1297: -- Other variables
1298: l_proc varchar2(72) := g_package ||'create_partial_user';
1299: Begin
1300: hr_utility.set_location(' Entering:' || l_proc,10);
1301: --
1302: -- Issue a savepoint
1303: --
1304: savepoint create_partial_user_swi;

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

1342: -- messages of any type exist in the Multiple Message List.
1343: -- Also disable Multiple Message Detection.
1344: --
1345: p_return_status := hr_multi_message.get_return_status_disable;
1346: hr_utility.set_location(' Leaving:' || l_proc,20);
1347: --
1348: exception
1349: when hr_multi_message.error_message_exist then
1350: --

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

1356: --
1357: -- Reset IN OUT parameters and set OUT parameters
1358: --
1359: p_return_status := hr_multi_message.get_return_status_disable;
1360: hr_utility.set_location(' Leaving:' || l_proc, 30);
1361: when others then
1362: --
1363: -- When Multiple Message Detection is enabled catch
1364: -- any Application specific or other unexpected

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

1367: -- error.
1368: --
1369: rollback to create_partial_user_swi;
1370: if hr_multi_message.unexpected_error_add(l_proc) then
1371: hr_utility.set_location(' Leaving:' || l_proc,40);
1372: raise;
1373: end if;
1374: --
1375: -- Reset IN OUT and set OUT parameters

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

1374: --
1375: -- Reset IN OUT and set OUT parameters
1376: --
1377: p_return_status := hr_multi_message.get_return_status_disable;
1378: hr_utility.set_location(' Leaving:' || l_proc,50);
1379: end create_partial_user;
1380: --
1381: --
1382: -- ----------------------------------------------------------------------------

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

1434: --
1435: -- Other variables
1436: l_proc varchar2(72) := g_package ||'create_user_byReferral';
1437: Begin
1438: --hr_utility.trace_on(null,'VMUMMIDI');
1439: hr_utility.set_location(' Entering:' || l_proc,10);
1440: --
1441: -- Issue a savepoint
1442: --

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

1435: -- Other variables
1436: l_proc varchar2(72) := g_package ||'create_user_byReferral';
1437: Begin
1438: --hr_utility.trace_on(null,'VMUMMIDI');
1439: hr_utility.set_location(' Entering:' || l_proc,10);
1440: --
1441: -- Issue a savepoint
1442: --
1443: savepoint create_user_swi;

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

1512: -- messages of any type exist in the Multiple Message List.
1513: -- Also disable Multiple Message Detection.
1514: --
1515: p_return_status := hr_multi_message.get_return_status_disable;
1516: hr_utility.set_location(' Leaving:' || l_proc,20);
1517: --
1518: exception
1519: when hr_multi_message.error_message_exist then
1520: --

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

1526: --
1527: -- Reset IN OUT parameters and set OUT parameters
1528: --
1529: p_return_status := hr_multi_message.get_return_status_disable;
1530: hr_utility.set_location(' Leaving:' || l_proc, 30);
1531: when others then
1532: --
1533: -- When Multiple Message Detection is enabled catch
1534: -- any Application specific or other unexpected

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

1537: -- error.
1538: --
1539: rollback to create_user_swi;
1540: if hr_multi_message.unexpected_error_add(l_proc) then
1541: hr_utility.set_location(' Leaving:' || l_proc,40);
1542: raise;
1543: end if;
1544: --
1545: -- Reset IN OUT and set OUT parameters

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

1544: --
1545: -- Reset IN OUT and set OUT parameters
1546: --
1547: p_return_status := hr_multi_message.get_return_status_disable;
1548: hr_utility.set_location(' Leaving:' || l_proc,50);
1549: end create_user_byReferral;
1550: --
1551: end irc_party_swi;