DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SWI dependencies on HR_MULTI_MESSAGE

Line 354: hr_multi_message.enable_message_list;

350: savepoint create_secondary_apl_asg_swi;
351: --
352: -- Initialise Multiple Message Detection
353: --
354: hr_multi_message.enable_message_list;
355: --
356: -- Remember IN OUT parameter IN values
357: --
358: l_cagr_grade_def_id := p_cagr_grade_def_id;

Line 482: p_return_status := hr_multi_message.get_return_status_disable;

478: -- Derive the API return status value based on whether
479: -- messages of any type exist in the Multiple Message List.
480: -- Also disable Multiple Message Detection.
481: --
482: p_return_status := hr_multi_message.get_return_status_disable;
483: hr_utility.set_location(' Leaving:' || l_proc,20);
484: --
485: exception
486: when hr_multi_message.error_message_exist then

Line 486: when hr_multi_message.error_message_exist then

482: p_return_status := hr_multi_message.get_return_status_disable;
483: hr_utility.set_location(' Leaving:' || l_proc,20);
484: --
485: exception
486: when hr_multi_message.error_message_exist then
487: --
488: -- Catch the Multiple Message List exception which
489: -- indicates API processing has been aborted because
490: -- at least one message exists in the list.

Line 507: p_return_status := hr_multi_message.get_return_status_disable;

503: p_object_version_number := null;
504: p_effective_start_date := null;
505: p_effective_end_date := null;
506: p_assignment_sequence := null;
507: p_return_status := hr_multi_message.get_return_status_disable;
508: hr_utility.set_location(' Leaving:' || l_proc, 30);
509: when others then
510: --
511: -- When Multiple Message Detection is enabled catch

Line 518: if hr_multi_message.unexpected_error_add(l_proc) then

514: -- Multiple Message List. Otherwise re-raise the
515: -- error.
516: --
517: rollback to create_secondary_apl_asg_swi;
518: if hr_multi_message.unexpected_error_add(l_proc) then
519: hr_utility.set_location(' Leaving:' || l_proc,40);
520: raise;
521: end if;
522: --

Line 536: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 572: hr_multi_message.enable_message_list;

568: savepoint accept_apl_asg_swi;
569: --
570: -- Initialise Multiple Message Detection
571: --
572: hr_multi_message.enable_message_list;
573: --
574: -- Remember IN OUT parameter IN values
575: --
576: l_object_version_number := p_object_version_number;

Line 612: p_return_status := hr_multi_message.get_return_status_disable;

608: -- Derive the API return status value based on whether
609: -- messages of any type exist in the Multiple Message List.
610: -- Also disable Multiple Message Detection.
611: --
612: p_return_status := hr_multi_message.get_return_status_disable;
613: hr_utility.set_location(' Leaving:' || l_proc,20);
614: --
615: exception
616: when hr_multi_message.error_message_exist then

Line 616: when hr_multi_message.error_message_exist then

612: p_return_status := hr_multi_message.get_return_status_disable;
613: hr_utility.set_location(' Leaving:' || l_proc,20);
614: --
615: exception
616: when hr_multi_message.error_message_exist then
617: --
618: -- Catch the Multiple Message List exception which
619: -- indicates API processing has been aborted because
620: -- at least one message exists in the list.

Line 629: p_return_status := hr_multi_message.get_return_status_disable;

625: --
626: p_object_version_number := l_object_version_number;
627: p_effective_start_date := null;
628: p_effective_end_date := null;
629: p_return_status := hr_multi_message.get_return_status_disable;
630: hr_utility.set_location(' Leaving:' || l_proc, 30);
631: when others then
632: --
633: -- When Multiple Message Detection is enabled catch

Line 640: if hr_multi_message.unexpected_error_add(l_proc) then

636: -- Multiple Message List. Otherwise re-raise the
637: -- error.
638: --
639: rollback to accept_apl_asg_swi;
640: if hr_multi_message.unexpected_error_add(l_proc) then
641: hr_utility.set_location(' Leaving:' || l_proc,40);
642: raise;
643: end if;
644: --

Line 650: p_return_status := hr_multi_message.get_return_status_disable;

646: --
647: p_object_version_number := l_object_version_number;
648: p_effective_start_date := null;
649: p_effective_end_date := null;
650: p_return_status := hr_multi_message.get_return_status_disable;
651: hr_utility.set_location(' Leaving:' || l_proc,50);
652: end accept_apl_asg;
653: -- ----------------------------------------------------------------------------
654: -- |---------------------------< activate_apl_asg >---------------------------|

Line 686: hr_multi_message.enable_message_list;

682: savepoint activate_apl_asg_swi;
683: --
684: -- Initialise Multiple Message Detection
685: --
686: hr_multi_message.enable_message_list;
687: --
688: -- Remember IN OUT parameter IN values
689: --
690: l_object_version_number := p_object_version_number;

Line 726: p_return_status := hr_multi_message.get_return_status_disable;

722: -- Derive the API return status value based on whether
723: -- messages of any type exist in the Multiple Message List.
724: -- Also disable Multiple Message Detection.
725: --
726: p_return_status := hr_multi_message.get_return_status_disable;
727: hr_utility.set_location(' Leaving:' || l_proc,20);
728: --
729: exception
730: when hr_multi_message.error_message_exist then

Line 730: when hr_multi_message.error_message_exist then

726: p_return_status := hr_multi_message.get_return_status_disable;
727: hr_utility.set_location(' Leaving:' || l_proc,20);
728: --
729: exception
730: when hr_multi_message.error_message_exist then
731: --
732: -- Catch the Multiple Message List exception which
733: -- indicates API processing has been aborted because
734: -- at least one message exists in the list.

Line 743: p_return_status := hr_multi_message.get_return_status_disable;

739: --
740: p_object_version_number := l_object_version_number;
741: p_effective_start_date := null;
742: p_effective_end_date := null;
743: p_return_status := hr_multi_message.get_return_status_disable;
744: hr_utility.set_location(' Leaving:' || l_proc, 30);
745: when others then
746: --
747: -- When Multiple Message Detection is enabled catch

Line 754: if hr_multi_message.unexpected_error_add(l_proc) then

750: -- Multiple Message List. Otherwise re-raise the
751: -- error.
752: --
753: rollback to activate_apl_asg_swi;
754: if hr_multi_message.unexpected_error_add(l_proc) then
755: hr_utility.set_location(' Leaving:' || l_proc,40);
756: raise;
757: end if;
758: --

Line 764: p_return_status := hr_multi_message.get_return_status_disable;

760: --
761: p_object_version_number := l_object_version_number;
762: p_effective_start_date := null;
763: p_effective_end_date := null;
764: p_return_status := hr_multi_message.get_return_status_disable;
765: hr_utility.set_location(' Leaving:' || l_proc,50);
766: end activate_apl_asg;
767: -- ----------------------------------------------------------------------------
768: -- |-----------------------------< offer_apl_asg >----------------------------|

Line 800: hr_multi_message.enable_message_list;

796: savepoint offer_apl_asg_swi;
797: --
798: -- Initialise Multiple Message Detection
799: --
800: hr_multi_message.enable_message_list;
801: --
802: -- Remember IN OUT parameter IN values
803: --
804: l_object_version_number := p_object_version_number;

Line 840: p_return_status := hr_multi_message.get_return_status_disable;

836: -- Derive the API return status value based on whether
837: -- messages of any type exist in the Multiple Message List.
838: -- Also disable Multiple Message Detection.
839: --
840: p_return_status := hr_multi_message.get_return_status_disable;
841: hr_utility.set_location(' Leaving:' || l_proc,20);
842: --
843: exception
844: when hr_multi_message.error_message_exist then

Line 844: when hr_multi_message.error_message_exist then

840: p_return_status := hr_multi_message.get_return_status_disable;
841: hr_utility.set_location(' Leaving:' || l_proc,20);
842: --
843: exception
844: when hr_multi_message.error_message_exist then
845: --
846: -- Catch the Multiple Message List exception which
847: -- indicates API processing has been aborted because
848: -- at least one message exists in the list.

Line 857: p_return_status := hr_multi_message.get_return_status_disable;

853: --
854: p_object_version_number := l_object_version_number;
855: p_effective_start_date := null;
856: p_effective_end_date := null;
857: p_return_status := hr_multi_message.get_return_status_disable;
858: hr_utility.set_location(' Leaving:' || l_proc, 30);
859: when others then
860: --
861: -- When Multiple Message Detection is enabled catch

Line 868: if hr_multi_message.unexpected_error_add(l_proc) then

864: -- Multiple Message List. Otherwise re-raise the
865: -- error.
866: --
867: rollback to offer_apl_asg_swi;
868: if hr_multi_message.unexpected_error_add(l_proc) then
869: hr_utility.set_location(' Leaving:' || l_proc,40);
870: raise;
871: end if;
872: --

Line 878: p_return_status := hr_multi_message.get_return_status_disable;

874: --
875: p_object_version_number := l_object_version_number;
876: p_effective_start_date := null;
877: p_effective_end_date := null;
878: p_return_status := hr_multi_message.get_return_status_disable;
879: hr_utility.set_location(' Leaving:' || l_proc,50);
880: end offer_apl_asg;
881: -- ----------------------------------------------------------------------------
882: -- |---------------------------< terminate_apl_asg >--------------------------|

Line 911: hr_multi_message.enable_message_list;

907: savepoint terminate_apl_asg_swi;
908: --
909: -- Initialise Multiple Message Detection
910: --
911: hr_multi_message.enable_message_list;
912: --
913: -- Remember IN OUT parameter IN values
914: --
915: l_object_version_number := p_object_version_number;

Line 948: p_return_status := hr_multi_message.get_return_status_disable;

944: -- Derive the API return status value based on whether
945: -- messages of any type exist in the Multiple Message List.
946: -- Also disable Multiple Message Detection.
947: --
948: p_return_status := hr_multi_message.get_return_status_disable;
949: hr_utility.set_location(' Leaving:' || l_proc,20);
950: --
951: exception
952: when hr_multi_message.error_message_exist then

Line 952: when hr_multi_message.error_message_exist then

948: p_return_status := hr_multi_message.get_return_status_disable;
949: hr_utility.set_location(' Leaving:' || l_proc,20);
950: --
951: exception
952: when hr_multi_message.error_message_exist then
953: --
954: -- Catch the Multiple Message List exception which
955: -- indicates API processing has been aborted because
956: -- at least one message exists in the list.

Line 965: p_return_status := hr_multi_message.get_return_status_disable;

961: --
962: p_object_version_number := l_object_version_number;
963: p_effective_start_date := null;
964: p_effective_end_date := null;
965: p_return_status := hr_multi_message.get_return_status_disable;
966: hr_utility.set_location(' Leaving:' || l_proc, 30);
967: when others then
968: --
969: -- When Multiple Message Detection is enabled catch

Line 976: if hr_multi_message.unexpected_error_add(l_proc) then

972: -- Multiple Message List. Otherwise re-raise the
973: -- error.
974: --
975: rollback to terminate_apl_asg_swi;
976: if hr_multi_message.unexpected_error_add(l_proc) then
977: hr_utility.set_location(' Leaving:' || l_proc,40);
978: raise;
979: end if;
980: --

Line 986: p_return_status := hr_multi_message.get_return_status_disable;

982: --
983: p_object_version_number := l_object_version_number;
984: p_effective_start_date := null;
985: p_effective_end_date := null;
986: p_return_status := hr_multi_message.get_return_status_disable;
987: hr_utility.set_location(' Leaving:' || l_proc,50);
988: end terminate_apl_asg;
989: -- ----------------------------------------------------------------------------
990: -- |----------------------------< update_apl_asg >----------------------------|

Line 1118: hr_multi_message.enable_message_list;

1114: savepoint update_apl_asg_swi;
1115: --
1116: -- Initialise Multiple Message Detection
1117: --
1118: hr_multi_message.enable_message_list;
1119: --
1120: -- Remember IN OUT parameter IN values
1121: --
1122: l_object_version_number := p_object_version_number;

Line 1261: p_return_status := hr_multi_message.get_return_status_disable;

1257: -- Derive the API return status value based on whether
1258: -- messages of any type exist in the Multiple Message List.
1259: -- Also disable Multiple Message Detection.
1260: --
1261: p_return_status := hr_multi_message.get_return_status_disable;
1262: hr_utility.set_location(' Leaving:' || l_proc,20);
1263: --
1264: exception
1265: when hr_multi_message.error_message_exist then

Line 1265: when hr_multi_message.error_message_exist then

1261: p_return_status := hr_multi_message.get_return_status_disable;
1262: hr_utility.set_location(' Leaving:' || l_proc,20);
1263: --
1264: exception
1265: when hr_multi_message.error_message_exist then
1266: --
1267: -- Catch the Multiple Message List exception which
1268: -- indicates API processing has been aborted because
1269: -- at least one message exists in the list.

Line 1285: p_return_status := hr_multi_message.get_return_status_disable;

1281: p_people_group_id := l_people_group_id;
1282: p_soft_coding_keyflex_id := l_soft_coding_keyflex_id;
1283: p_effective_start_date := null;
1284: p_effective_end_date := null;
1285: p_return_status := hr_multi_message.get_return_status_disable;
1286: hr_utility.set_location(' Leaving:' || l_proc, 30);
1287: when others then
1288: --
1289: -- When Multiple Message Detection is enabled catch

Line 1296: if hr_multi_message.unexpected_error_add(l_proc) then

1292: -- Multiple Message List. Otherwise re-raise the
1293: -- error.
1294: --
1295: rollback to update_apl_asg_swi;
1296: if hr_multi_message.unexpected_error_add(l_proc) then
1297: hr_utility.set_location(' Leaving:' || l_proc,40);
1298: raise;
1299: end if;
1300: --

Line 1313: p_return_status := hr_multi_message.get_return_status_disable;

1309: p_people_group_id := l_people_group_id;
1310: p_soft_coding_keyflex_id := l_soft_coding_keyflex_id;
1311: p_effective_start_date := null;
1312: p_effective_end_date := null;
1313: p_return_status := hr_multi_message.get_return_status_disable;
1314: hr_utility.set_location(' Leaving:' || l_proc,50);
1315: end update_apl_asg;
1316: --
1317: -- ----------------------------------------------------------------------------

Line 1472: hr_multi_message.enable_message_list;

1468: savepoint update_emp_asg_swi;
1469: --
1470: -- Initialise Multiple Message Detection
1471: --
1472: hr_multi_message.enable_message_list;
1473: --
1474: -- Remember IN OUT parameter IN values
1475: --
1476: l_object_version_number := p_object_version_number;

Line 1628: hr_multi_message.add

1624: -- messages and add them to Multiple Message List
1625: --
1626: if l_no_managers_warning then
1627: fnd_message.set_name('PER', 'HR_289214_NO_MANAGERS');
1628: hr_multi_message.add
1629: (p_message_type => hr_multi_message.g_warning_msg
1630: );
1631: end if;
1632: if l_other_manager_warning then

Line 1629: (p_message_type => hr_multi_message.g_warning_msg

1625: --
1626: if l_no_managers_warning then
1627: fnd_message.set_name('PER', 'HR_289214_NO_MANAGERS');
1628: hr_multi_message.add
1629: (p_message_type => hr_multi_message.g_warning_msg
1630: );
1631: end if;
1632: if l_other_manager_warning then
1633: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');

Line 1634: hr_multi_message.add

1630: );
1631: end if;
1632: if l_other_manager_warning then
1633: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1634: hr_multi_message.add
1635: (p_message_type => hr_multi_message.g_warning_msg
1636: );
1637: end if;
1638: if l_hourly_salaried_warning then

Line 1635: (p_message_type => hr_multi_message.g_warning_msg

1631: end if;
1632: if l_other_manager_warning then
1633: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1634: hr_multi_message.add
1635: (p_message_type => hr_multi_message.g_warning_msg
1636: );
1637: end if;
1638: if l_hourly_salaried_warning then
1639: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');

Line 1640: hr_multi_message.add

1636: );
1637: end if;
1638: if l_hourly_salaried_warning then
1639: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');
1640: hr_multi_message.add
1641: (p_message_type => hr_multi_message.g_warning_msg
1642: );
1643: end if; --
1644: -- Convert API non-warning boolean parameter values

Line 1641: (p_message_type => hr_multi_message.g_warning_msg

1637: end if;
1638: if l_hourly_salaried_warning then
1639: fnd_message.set_name('PER', 'HR_289648_CWK_HR_CODE_NOT_NULL');
1640: hr_multi_message.add
1641: (p_message_type => hr_multi_message.g_warning_msg
1642: );
1643: end if; --
1644: -- Convert API non-warning boolean parameter values
1645: --

Line 1651: p_return_status := hr_multi_message.get_return_status_disable;

1647: -- Derive the API return status value based on whether
1648: -- messages of any type exist in the Multiple Message List.
1649: -- Also disable Multiple Message Detection.
1650: --
1651: p_return_status := hr_multi_message.get_return_status_disable;
1652: hr_utility.set_location(' Leaving:' || l_proc,20);
1653: --
1654: exception
1655: when hr_multi_message.error_message_exist then

Line 1655: when hr_multi_message.error_message_exist then

1651: p_return_status := hr_multi_message.get_return_status_disable;
1652: hr_utility.set_location(' Leaving:' || l_proc,20);
1653: --
1654: exception
1655: when hr_multi_message.error_message_exist then
1656: --
1657: -- Catch the Multiple Message List exception which
1658: -- indicates API processing has been aborted because
1659: -- at least one message exists in the list.

Line 1673: p_return_status := hr_multi_message.get_return_status_disable;

1669: p_soft_coding_keyflex_id := null;
1670: p_comment_id := null;
1671: p_effective_start_date := null;
1672: p_effective_end_date := null;
1673: p_return_status := hr_multi_message.get_return_status_disable;
1674: hr_utility.set_location(' Leaving:' || l_proc, 30);
1675: when others then
1676: --
1677: -- When Multiple Message Detection is enabled catch

Line 1684: if hr_multi_message.unexpected_error_add(l_proc) then

1680: -- Multiple Message List. Otherwise re-raise the
1681: -- error.
1682: --
1683: rollback to update_emp_asg_swi;
1684: if hr_multi_message.unexpected_error_add(l_proc) then
1685: hr_utility.set_location(' Leaving:' || l_proc,40);
1686: raise;
1687: end if;
1688: --

Line 1699: p_return_status := hr_multi_message.get_return_status_disable;

1695: p_soft_coding_keyflex_id := null;
1696: p_comment_id := null;
1697: p_effective_start_date := null;
1698: p_effective_end_date := null;
1699: p_return_status := hr_multi_message.get_return_status_disable;
1700: hr_utility.set_location(' Leaving:' || l_proc,50);
1701: end update_emp_asg;
1702: --
1703: --

Line 1784: hr_multi_message.enable_message_list;

1780: savepoint update_emp_asg_criteria_swi;
1781: --
1782: -- Initialise Multiple Message Detection
1783: --
1784: hr_multi_message.enable_message_list;
1785: --
1786: -- Remember IN OUT parameter IN values
1787: --
1788: l_object_version_number := p_object_version_number;

Line 1864: hr_multi_message.add

1860: -- messages and add them to Multiple Message List
1861: --
1862: if l_org_now_no_manager_warning then
1863: fnd_message.set_name('PER', 'HR_7429_ASG_INV_MANAGER_FLAG');
1864: hr_multi_message.add
1865: (p_message_type => hr_multi_message.g_warning_msg
1866: );
1867: end if;
1868: if l_other_manager_warning then

Line 1865: (p_message_type => hr_multi_message.g_warning_msg

1861: --
1862: if l_org_now_no_manager_warning then
1863: fnd_message.set_name('PER', 'HR_7429_ASG_INV_MANAGER_FLAG');
1864: hr_multi_message.add
1865: (p_message_type => hr_multi_message.g_warning_msg
1866: );
1867: end if;
1868: if l_other_manager_warning then
1869: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');

Line 1870: hr_multi_message.add

1866: );
1867: end if;
1868: if l_other_manager_warning then
1869: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1870: hr_multi_message.add
1871: (p_message_type => hr_multi_message.g_warning_msg
1872: );
1873: end if;
1874: if l_spp_delete_warning then

Line 1871: (p_message_type => hr_multi_message.g_warning_msg

1867: end if;
1868: if l_other_manager_warning then
1869: fnd_message.set_name('PER', 'HR_289215_DUPLICATE_MANAGERS');
1870: hr_multi_message.add
1871: (p_message_type => hr_multi_message.g_warning_msg
1872: );
1873: end if;
1874: if l_spp_delete_warning then
1875: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');

Line 1876: hr_multi_message.add

1872: );
1873: end if;
1874: if l_spp_delete_warning then
1875: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');
1876: hr_multi_message.add
1877: (p_message_type => hr_multi_message.g_warning_msg
1878: );
1879: end if;
1880: if l_tax_district_changed_warning then

Line 1877: (p_message_type => hr_multi_message.g_warning_msg

1873: end if;
1874: if l_spp_delete_warning then
1875: fnd_message.set_name('PER', 'HR_289826_SPP_DELETE_WARN_API');
1876: hr_multi_message.add
1877: (p_message_type => hr_multi_message.g_warning_msg
1878: );
1879: end if;
1880: if l_tax_district_changed_warning then
1881: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');

Line 1882: hr_multi_message.add

1878: );
1879: end if;
1880: if l_tax_district_changed_warning then
1881: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');
1882: hr_multi_message.add
1883: (p_message_type => hr_multi_message.g_warning_msg
1884: );
1885: end if; --
1886: -- Convert API non-warning boolean parameter values

Line 1883: (p_message_type => hr_multi_message.g_warning_msg

1879: end if;
1880: if l_tax_district_changed_warning then
1881: fnd_message.set_name('PER', 'EDIT_HERE: MESSAGE_NAME ');
1882: hr_multi_message.add
1883: (p_message_type => hr_multi_message.g_warning_msg
1884: );
1885: end if; --
1886: -- Convert API non-warning boolean parameter values
1887: --

Line 1893: p_return_status := hr_multi_message.get_return_status_disable;

1889: -- Derive the API return status value based on whether
1890: -- messages of any type exist in the Multiple Message List.
1891: -- Also disable Multiple Message Detection.
1892: --
1893: p_return_status := hr_multi_message.get_return_status_disable;
1894: hr_utility.set_location(' Leaving:' || l_proc,20);
1895: --
1896: exception
1897: when hr_multi_message.error_message_exist then

Line 1897: when hr_multi_message.error_message_exist then

1893: p_return_status := hr_multi_message.get_return_status_disable;
1894: hr_utility.set_location(' Leaving:' || l_proc,20);
1895: --
1896: exception
1897: when hr_multi_message.error_message_exist then
1898: --
1899: -- Catch the Multiple Message List exception which
1900: -- indicates API processing has been aborted because
1901: -- at least one message exists in the list.

Line 1913: p_return_status := hr_multi_message.get_return_status_disable;

1909: p_group_name := null;
1910: p_effective_start_date := null;
1911: p_effective_end_date := null;
1912: p_people_group_id := null;
1913: p_return_status := hr_multi_message.get_return_status_disable;
1914: hr_utility.set_location(' Leaving:' || l_proc, 30);
1915: when others then
1916: --
1917: -- When Multiple Message Detection is enabled catch

Line 1924: if hr_multi_message.unexpected_error_add(l_proc) then

1920: -- Multiple Message List. Otherwise re-raise the
1921: -- error.
1922: --
1923: rollback to update_emp_asg_criteria_swi;
1924: if hr_multi_message.unexpected_error_add(l_proc) then
1925: hr_utility.set_location(' Leaving:' || l_proc,40);
1926: raise;
1927: end if;
1928: --

Line 1937: p_return_status := hr_multi_message.get_return_status_disable;

1933: p_group_name := null;
1934: p_effective_start_date := null;
1935: p_effective_end_date := null;
1936: p_people_group_id := null;
1937: p_return_status := hr_multi_message.get_return_status_disable;
1938: hr_utility.set_location(' Leaving:' || l_proc,50);
1939: end update_emp_asg_criteria;
1940:
1941: end hr_assignment_swi;