DBA Data[Home] [Help]

APPS.HRDPP_MX_FINAL_PROCESS_EMP dependencies on HR_PUMP_UTILS

Line 208: hr_pump_utils.set_multi_msg_error_flag(true);

204: when hr_multi_message.error_message_exist then
205: if cr%isopen then
206: close cr;
207: end if;
208: hr_pump_utils.set_multi_msg_error_flag(true);
209: when others then
210: if cr%isopen then
211: close cr;
212: end if;