DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SWI dependencies on HR_MULTI_MESSAGE

Line 362: hr_multi_message.enable_message_list;

358: savepoint create_secondary_apl_asg_swi;
359: --
360: -- Initialise Multiple Message Detection
361: --
362: hr_multi_message.enable_message_list;
363: --
364: -- Remember IN OUT parameter IN values
365: --
366: l_cagr_grade_def_id := p_cagr_grade_def_id;

Line 490: p_return_status := hr_multi_message.get_return_status_disable;

486: -- Derive the API return status value based on whether
487: -- messages of any type exist in the Multiple Message List.
488: -- Also disable Multiple Message Detection.
489: --
490: p_return_status := hr_multi_message.get_return_status_disable;
491: hr_utility.set_location(' Leaving:' || l_proc,20);
492: --
493: exception
494: when hr_multi_message.error_message_exist then

Line 494: when hr_multi_message.error_message_exist then

490: p_return_status := hr_multi_message.get_return_status_disable;
491: hr_utility.set_location(' Leaving:' || l_proc,20);
492: --
493: exception
494: when hr_multi_message.error_message_exist then
495: --
496: -- Catch the Multiple Message List exception which
497: -- indicates API processing has been aborted because
498: -- at least one message exists in the list.

Line 515: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 526: if hr_multi_message.unexpected_error_add(l_proc) then

522: -- Multiple Message List. Otherwise re-raise the
523: -- error.
524: --
525: rollback to create_secondary_apl_asg_swi;
526: if hr_multi_message.unexpected_error_add(l_proc) then
527: hr_utility.set_location(' Leaving:' || l_proc,40);
528: raise;
529: end if;
530: --

Line 544: p_return_status := hr_multi_message.get_return_status_disable;

540: p_object_version_number := null;
541: p_effective_start_date := null;
542: p_effective_end_date := null;
543: p_assignment_sequence := null;
544: p_return_status := hr_multi_message.get_return_status_disable;
545: hr_utility.set_location(' Leaving:' || l_proc,50);
546: end create_secondary_apl_asg;
547: -- ----------------------------------------------------------------------------
548: -- |----------------------------< accept_apl_asg >----------------------------|

Line 580: hr_multi_message.enable_message_list;

576: savepoint accept_apl_asg_swi;
577: --
578: -- Initialise Multiple Message Detection
579: --
580: hr_multi_message.enable_message_list;
581: --
582: -- Remember IN OUT parameter IN values
583: --
584: l_object_version_number := p_object_version_number;

Line 620: p_return_status := hr_multi_message.get_return_status_disable;

616: -- Derive the API return status value based on whether
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

Line 624: when hr_multi_message.error_message_exist then

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: --
626: -- Catch the Multiple Message List exception which
627: -- indicates API processing has been aborted because
628: -- at least one message exists in the list.

Line 637: p_return_status := hr_multi_message.get_return_status_disable;

633: --
634: p_object_version_number := l_object_version_number;
635: p_effective_start_date := null;
636: p_effective_end_date := null;
637: p_return_status := hr_multi_message.get_return_status_disable;
638: hr_utility.set_location(' Leaving:' || l_proc, 30);
639: when others then
640: --
641: -- When Multiple Message Detection is enabled catch

Line 648: if hr_multi_message.unexpected_error_add(l_proc) then

644: -- Multiple Message List. Otherwise re-raise the
645: -- error.
646: --
647: rollback to accept_apl_asg_swi;
648: if hr_multi_message.unexpected_error_add(l_proc) then
649: hr_utility.set_location(' Leaving:' || l_proc,40);
650: raise;
651: end if;
652: --

Line 658: p_return_status := hr_multi_message.get_return_status_disable;

654: --
655: p_object_version_number := l_object_version_number;
656: p_effective_start_date := null;
657: p_effective_end_date := null;
658: p_return_status := hr_multi_message.get_return_status_disable;
659: hr_utility.set_location(' Leaving:' || l_proc,50);
660: end accept_apl_asg;
661: -- ----------------------------------------------------------------------------
662: -- |---------------------------< activate_apl_asg >---------------------------|

Line 694: hr_multi_message.enable_message_list;

690: savepoint activate_apl_asg_swi;
691: --
692: -- Initialise Multiple Message Detection
693: --
694: hr_multi_message.enable_message_list;
695: --
696: -- Remember IN OUT parameter IN values
697: --
698: l_object_version_number := p_object_version_number;

Line 734: p_return_status := hr_multi_message.get_return_status_disable;

730: -- Derive the API return status value based on whether
731: -- messages of any type exist in the Multiple Message List.
732: -- Also disable Multiple Message Detection.
733: --
734: p_return_status := hr_multi_message.get_return_status_disable;
735: hr_utility.set_location(' Leaving:' || l_proc,20);
736: --
737: exception
738: when hr_multi_message.error_message_exist then

Line 738: when hr_multi_message.error_message_exist then

734: p_return_status := hr_multi_message.get_return_status_disable;
735: hr_utility.set_location(' Leaving:' || l_proc,20);
736: --
737: exception
738: when hr_multi_message.error_message_exist then
739: --
740: -- Catch the Multiple Message List exception which
741: -- indicates API processing has been aborted because
742: -- at least one message exists in the list.

Line 751: p_return_status := hr_multi_message.get_return_status_disable;

747: --
748: p_object_version_number := l_object_version_number;
749: p_effective_start_date := null;
750: p_effective_end_date := null;
751: p_return_status := hr_multi_message.get_return_status_disable;
752: hr_utility.set_location(' Leaving:' || l_proc, 30);
753: when others then
754: --
755: -- When Multiple Message Detection is enabled catch

Line 762: if hr_multi_message.unexpected_error_add(l_proc) then

758: -- Multiple Message List. Otherwise re-raise the
759: -- error.
760: --
761: rollback to activate_apl_asg_swi;
762: if hr_multi_message.unexpected_error_add(l_proc) then
763: hr_utility.set_location(' Leaving:' || l_proc,40);
764: raise;
765: end if;
766: --

Line 772: p_return_status := hr_multi_message.get_return_status_disable;

768: --
769: p_object_version_number := l_object_version_number;
770: p_effective_start_date := null;
771: p_effective_end_date := null;
772: p_return_status := hr_multi_message.get_return_status_disable;
773: hr_utility.set_location(' Leaving:' || l_proc,50);
774: end activate_apl_asg;
775: -- ----------------------------------------------------------------------------
776: -- |-----------------------------< offer_apl_asg >----------------------------|

Line 808: hr_multi_message.enable_message_list;

804: savepoint offer_apl_asg_swi;
805: --
806: -- Initialise Multiple Message Detection
807: --
808: hr_multi_message.enable_message_list;
809: --
810: -- Remember IN OUT parameter IN values
811: --
812: l_object_version_number := p_object_version_number;

Line 848: p_return_status := hr_multi_message.get_return_status_disable;

844: -- Derive the API return status value based on whether
845: -- messages of any type exist in the Multiple Message List.
846: -- Also disable Multiple Message Detection.
847: --
848: p_return_status := hr_multi_message.get_return_status_disable;
849: hr_utility.set_location(' Leaving:' || l_proc,20);
850: --
851: exception
852: when hr_multi_message.error_message_exist then

Line 852: when hr_multi_message.error_message_exist then

848: p_return_status := hr_multi_message.get_return_status_disable;
849: hr_utility.set_location(' Leaving:' || l_proc,20);
850: --
851: exception
852: when hr_multi_message.error_message_exist then
853: --
854: -- Catch the Multiple Message List exception which
855: -- indicates API processing has been aborted because
856: -- at least one message exists in the list.

Line 865: p_return_status := hr_multi_message.get_return_status_disable;

861: --
862: p_object_version_number := l_object_version_number;
863: p_effective_start_date := null;
864: p_effective_end_date := null;
865: p_return_status := hr_multi_message.get_return_status_disable;
866: hr_utility.set_location(' Leaving:' || l_proc, 30);
867: when others then
868: --
869: -- When Multiple Message Detection is enabled catch

Line 876: if hr_multi_message.unexpected_error_add(l_proc) then

872: -- Multiple Message List. Otherwise re-raise the
873: -- error.
874: --
875: rollback to offer_apl_asg_swi;
876: if hr_multi_message.unexpected_error_add(l_proc) then
877: hr_utility.set_location(' Leaving:' || l_proc,40);
878: raise;
879: end if;
880: --

Line 886: p_return_status := hr_multi_message.get_return_status_disable;

882: --
883: p_object_version_number := l_object_version_number;
884: p_effective_start_date := null;
885: p_effective_end_date := null;
886: p_return_status := hr_multi_message.get_return_status_disable;
887: hr_utility.set_location(' Leaving:' || l_proc,50);
888: end offer_apl_asg;
889: -- ----------------------------------------------------------------------------
890: -- |---------------------------< terminate_apl_asg >--------------------------|

Line 919: hr_multi_message.enable_message_list;

915: savepoint terminate_apl_asg_swi;
916: --
917: -- Initialise Multiple Message Detection
918: --
919: hr_multi_message.enable_message_list;
920: --
921: -- Remember IN OUT parameter IN values
922: --
923: l_object_version_number := p_object_version_number;

Line 956: p_return_status := hr_multi_message.get_return_status_disable;

952: -- Derive the API return status value based on whether
953: -- messages of any type exist in the Multiple Message List.
954: -- Also disable Multiple Message Detection.
955: --
956: p_return_status := hr_multi_message.get_return_status_disable;
957: hr_utility.set_location(' Leaving:' || l_proc,20);
958: --
959: exception
960: when hr_multi_message.error_message_exist then

Line 960: when hr_multi_message.error_message_exist then

956: p_return_status := hr_multi_message.get_return_status_disable;
957: hr_utility.set_location(' Leaving:' || l_proc,20);
958: --
959: exception
960: when hr_multi_message.error_message_exist then
961: --
962: -- Catch the Multiple Message List exception which
963: -- indicates API processing has been aborted because
964: -- at least one message exists in the list.

Line 973: p_return_status := hr_multi_message.get_return_status_disable;

969: --
970: p_object_version_number := l_object_version_number;
971: p_effective_start_date := null;
972: p_effective_end_date := null;
973: p_return_status := hr_multi_message.get_return_status_disable;
974: hr_utility.set_location(' Leaving:' || l_proc, 30);
975: when others then
976: --
977: -- When Multiple Message Detection is enabled catch

Line 984: if hr_multi_message.unexpected_error_add(l_proc) then

980: -- Multiple Message List. Otherwise re-raise the
981: -- error.
982: --
983: rollback to terminate_apl_asg_swi;
984: if hr_multi_message.unexpected_error_add(l_proc) then
985: hr_utility.set_location(' Leaving:' || l_proc,40);
986: raise;
987: end if;
988: --

Line 994: p_return_status := hr_multi_message.get_return_status_disable;

990: --
991: p_object_version_number := l_object_version_number;
992: p_effective_start_date := null;
993: p_effective_end_date := null;
994: p_return_status := hr_multi_message.get_return_status_disable;
995: hr_utility.set_location(' Leaving:' || l_proc,50);
996: end terminate_apl_asg;
997: -- ----------------------------------------------------------------------------
998: -- |----------------------------< update_apl_asg >----------------------------|

Line 1127: hr_multi_message.enable_message_list;

1123: savepoint update_apl_asg_swi;
1124: --
1125: -- Initialise Multiple Message Detection
1126: --
1127: hr_multi_message.enable_message_list;
1128: --
1129: -- Remember IN OUT parameter IN values
1130: --
1131: l_object_version_number := p_object_version_number;

Line 1271: p_return_status := hr_multi_message.get_return_status_disable;

1267: -- Derive the API return status value based on whether
1268: -- messages of any type exist in the Multiple Message List.
1269: -- Also disable Multiple Message Detection.
1270: --
1271: p_return_status := hr_multi_message.get_return_status_disable;
1272: hr_utility.set_location(' Leaving:' || l_proc,20);
1273: --
1274: exception
1275: when hr_multi_message.error_message_exist then

Line 1275: when hr_multi_message.error_message_exist then

1271: p_return_status := hr_multi_message.get_return_status_disable;
1272: hr_utility.set_location(' Leaving:' || l_proc,20);
1273: --
1274: exception
1275: when hr_multi_message.error_message_exist then
1276: --
1277: -- Catch the Multiple Message List exception which
1278: -- indicates API processing has been aborted because
1279: -- at least one message exists in the list.

Line 1295: p_return_status := hr_multi_message.get_return_status_disable;

1291: p_people_group_id := l_people_group_id;
1292: p_soft_coding_keyflex_id := l_soft_coding_keyflex_id;
1293: p_effective_start_date := null;
1294: p_effective_end_date := null;
1295: p_return_status := hr_multi_message.get_return_status_disable;
1296: hr_utility.set_location(' Leaving:' || l_proc, 30);
1297: when others then
1298: --
1299: -- When Multiple Message Detection is enabled catch

Line 1306: if hr_multi_message.unexpected_error_add(l_proc) then

1302: -- Multiple Message List. Otherwise re-raise the
1303: -- error.
1304: --
1305: rollback to update_apl_asg_swi;
1306: if hr_multi_message.unexpected_error_add(l_proc) then
1307: hr_utility.set_location(' Leaving:' || l_proc,40);
1308: raise;
1309: end if;
1310: --

Line 1323: p_return_status := hr_multi_message.get_return_status_disable;

1319: p_people_group_id := l_people_group_id;
1320: p_soft_coding_keyflex_id := l_soft_coding_keyflex_id;
1321: p_effective_start_date := null;
1322: p_effective_end_date := null;
1323: p_return_status := hr_multi_message.get_return_status_disable;
1324: hr_utility.set_location(' Leaving:' || l_proc,50);
1325: end update_apl_asg;
1326: --
1327: -- ----------------------------------------------------------------------------

Line 1482: hr_multi_message.enable_message_list;

1478: savepoint update_emp_asg_swi;
1479: --
1480: -- Initialise Multiple Message Detection
1481: --
1482: hr_multi_message.enable_message_list;
1483: --
1484: -- Remember IN OUT parameter IN values
1485: --
1486: l_object_version_number := p_object_version_number;

Line 1638: hr_multi_message.add

1634: -- messages and add them to Multiple Message List
1635: --
1636: if l_no_managers_warning then
1637: fnd_message.set_name('PER', 'HR_289214_NO_MANAGERS');
1638: hr_multi_message.add
1639: (p_message_type => hr_multi_message.g_warning_msg
1640: );
1641: end if;
1642: if l_other_manager_warning then

Line 1639: (p_message_type => hr_multi_message.g_warning_msg

1635: --
1636: if l_no_managers_warning then
1637: fnd_message.set_name('PER', 'HR_289214_NO_MANAGERS');
1638: hr_multi_message.add
1639: (p_message_type => hr_multi_message.g_warning_msg
1640: );
1641: end if;
1642: if l_other_manager_warning then
1643: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');

Line 1644: hr_multi_message.add

1640: );
1641: end if;
1642: if l_other_manager_warning then
1643: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1644: hr_multi_message.add
1645: (p_message_type => hr_multi_message.g_warning_msg
1646: );
1647: end if;
1648: if l_hourly_salaried_warning then

Line 1645: (p_message_type => hr_multi_message.g_warning_msg

1641: end if;
1642: if l_other_manager_warning then
1643: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1644: hr_multi_message.add
1645: (p_message_type => hr_multi_message.g_warning_msg
1646: );
1647: end if;
1648: if l_hourly_salaried_warning then
1649: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');

Line 1650: hr_multi_message.add

1646: );
1647: end if;
1648: if l_hourly_salaried_warning then
1649: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');
1650: hr_multi_message.add
1651: (p_message_type => hr_multi_message.g_warning_msg
1652: );
1653: end if; --
1654: -- Convert API non-warning boolean parameter values

Line 1651: (p_message_type => hr_multi_message.g_warning_msg

1647: end if;
1648: if l_hourly_salaried_warning then
1649: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');
1650: hr_multi_message.add
1651: (p_message_type => hr_multi_message.g_warning_msg
1652: );
1653: end if; --
1654: -- Convert API non-warning boolean parameter values
1655: --

Line 1661: p_return_status := hr_multi_message.get_return_status_disable;

1657: -- Derive the API return status value based on whether
1658: -- messages of any type exist in the Multiple Message List.
1659: -- Also disable Multiple Message Detection.
1660: --
1661: p_return_status := hr_multi_message.get_return_status_disable;
1662: hr_utility.set_location(' Leaving:' || l_proc,20);
1663: --
1664: exception
1665: when hr_multi_message.error_message_exist then

Line 1665: when hr_multi_message.error_message_exist then

1661: p_return_status := hr_multi_message.get_return_status_disable;
1662: hr_utility.set_location(' Leaving:' || l_proc,20);
1663: --
1664: exception
1665: when hr_multi_message.error_message_exist then
1666: --
1667: -- Catch the Multiple Message List exception which
1668: -- indicates API processing has been aborted because
1669: -- at least one message exists in the list.

Line 1683: p_return_status := hr_multi_message.get_return_status_disable;

1679: p_soft_coding_keyflex_id := null;
1680: p_comment_id := null;
1681: p_effective_start_date := null;
1682: p_effective_end_date := null;
1683: p_return_status := hr_multi_message.get_return_status_disable;
1684: hr_utility.set_location(' Leaving:' || l_proc, 30);
1685: when others then
1686: --
1687: -- When Multiple Message Detection is enabled catch

Line 1694: if hr_multi_message.unexpected_error_add(l_proc) then

1690: -- Multiple Message List. Otherwise re-raise the
1691: -- error.
1692: --
1693: rollback to update_emp_asg_swi;
1694: if hr_multi_message.unexpected_error_add(l_proc) then
1695: hr_utility.set_location(' Leaving:' || l_proc,40);
1696: raise;
1697: end if;
1698: --

Line 1709: p_return_status := hr_multi_message.get_return_status_disable;

1705: p_soft_coding_keyflex_id := null;
1706: p_comment_id := null;
1707: p_effective_start_date := null;
1708: p_effective_end_date := null;
1709: p_return_status := hr_multi_message.get_return_status_disable;
1710: hr_utility.set_location(' Leaving:' || l_proc,50);
1711: end update_emp_asg;
1712: --
1713: --

Line 1794: hr_multi_message.enable_message_list;

1790: savepoint update_emp_asg_criteria_swi;
1791: --
1792: -- Initialise Multiple Message Detection
1793: --
1794: hr_multi_message.enable_message_list;
1795: --
1796: -- Remember IN OUT parameter IN values
1797: --
1798: l_object_version_number := p_object_version_number;

Line 1874: hr_multi_message.add

1870: -- messages and add them to Multiple Message List
1871: --
1872: if l_org_now_no_manager_warning then
1873: fnd_message.set_name('PER', 'HR_7429_ASG_INV_MANAGER_FLAG');
1874: hr_multi_message.add
1875: (p_message_type => hr_multi_message.g_warning_msg
1876: );
1877: end if;
1878: if l_other_manager_warning then

Line 1875: (p_message_type => hr_multi_message.g_warning_msg

1871: --
1872: if l_org_now_no_manager_warning then
1873: fnd_message.set_name('PER', 'HR_7429_ASG_INV_MANAGER_FLAG');
1874: hr_multi_message.add
1875: (p_message_type => hr_multi_message.g_warning_msg
1876: );
1877: end if;
1878: if l_other_manager_warning then
1879: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');

Line 1880: hr_multi_message.add

1876: );
1877: end if;
1878: if l_other_manager_warning then
1879: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1880: hr_multi_message.add
1881: (p_message_type => hr_multi_message.g_warning_msg
1882: );
1883: end if;
1884: if l_spp_delete_warning then

Line 1881: (p_message_type => hr_multi_message.g_warning_msg

1877: end if;
1878: if l_other_manager_warning then
1879: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1880: hr_multi_message.add
1881: (p_message_type => hr_multi_message.g_warning_msg
1882: );
1883: end if;
1884: if l_spp_delete_warning then
1885: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');

Line 1886: hr_multi_message.add

1882: );
1883: end if;
1884: if l_spp_delete_warning then
1885: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');
1886: hr_multi_message.add
1887: (p_message_type => hr_multi_message.g_warning_msg
1888: );
1889: end if;
1890: if l_tax_district_changed_warning then

Line 1887: (p_message_type => hr_multi_message.g_warning_msg

1883: end if;
1884: if l_spp_delete_warning then
1885: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');
1886: hr_multi_message.add
1887: (p_message_type => hr_multi_message.g_warning_msg
1888: );
1889: end if;
1890: if l_tax_district_changed_warning then
1891: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');

Line 1892: hr_multi_message.add

1888: );
1889: end if;
1890: if l_tax_district_changed_warning then
1891: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');
1892: hr_multi_message.add
1893: (p_message_type => hr_multi_message.g_warning_msg
1894: );
1895: end if; --
1896: -- Convert API non-warning boolean parameter values

Line 1893: (p_message_type => hr_multi_message.g_warning_msg

1889: end if;
1890: if l_tax_district_changed_warning then
1891: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');
1892: hr_multi_message.add
1893: (p_message_type => hr_multi_message.g_warning_msg
1894: );
1895: end if; --
1896: -- Convert API non-warning boolean parameter values
1897: --

Line 1903: p_return_status := hr_multi_message.get_return_status_disable;

1899: -- Derive the API return status value based on whether
1900: -- messages of any type exist in the Multiple Message List.
1901: -- Also disable Multiple Message Detection.
1902: --
1903: p_return_status := hr_multi_message.get_return_status_disable;
1904: hr_utility.set_location(' Leaving:' || l_proc,20);
1905: --
1906: exception
1907: when hr_multi_message.error_message_exist then

Line 1907: when hr_multi_message.error_message_exist then

1903: p_return_status := hr_multi_message.get_return_status_disable;
1904: hr_utility.set_location(' Leaving:' || l_proc,20);
1905: --
1906: exception
1907: when hr_multi_message.error_message_exist then
1908: --
1909: -- Catch the Multiple Message List exception which
1910: -- indicates API processing has been aborted because
1911: -- at least one message exists in the list.

Line 1923: p_return_status := hr_multi_message.get_return_status_disable;

1919: p_group_name := null;
1920: p_effective_start_date := null;
1921: p_effective_end_date := null;
1922: p_people_group_id := null;
1923: p_return_status := hr_multi_message.get_return_status_disable;
1924: hr_utility.set_location(' Leaving:' || l_proc, 30);
1925: when others then
1926: --
1927: -- When Multiple Message Detection is enabled catch

Line 1934: if hr_multi_message.unexpected_error_add(l_proc) then

1930: -- Multiple Message List. Otherwise re-raise the
1931: -- error.
1932: --
1933: rollback to update_emp_asg_criteria_swi;
1934: if hr_multi_message.unexpected_error_add(l_proc) then
1935: hr_utility.set_location(' Leaving:' || l_proc,40);
1936: raise;
1937: end if;
1938: --

Line 1947: p_return_status := hr_multi_message.get_return_status_disable;

1943: p_group_name := null;
1944: p_effective_start_date := null;
1945: p_effective_end_date := null;
1946: p_people_group_id := null;
1947: p_return_status := hr_multi_message.get_return_status_disable;
1948: hr_utility.set_location(' Leaving:' || l_proc,50);
1949: end update_emp_asg_criteria;
1950:
1951: end hr_assignment_swi;