DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_EMP_ASG dependencies on HR_PUMP_UTILS

Line 993: hr_pump_utils.set_multi_msg_error_flag(true);

989: when hr_multi_message.error_message_exist then
990: if cr%isopen then
991: close cr;
992: end if;
993: hr_pump_utils.set_multi_msg_error_flag(true);
994: when others then
995: if cr%isopen then
996: close cr;
997: end if;