DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 877: hr_pump_utils.set_multi_msg_error_flag(true);

873: when hr_multi_message.error_message_exist then
874: if cr%isopen then
875: close cr;
876: end if;
877: hr_pump_utils.set_multi_msg_error_flag(true);
878: when others then
879: if cr%isopen then
880: close cr;
881: end if;