DBA Data[Home] [Help]

APPS.HRDPP_SUSPEND_EMP_ASG dependencies on HR_PUMP_UTILS

Line 222: hr_pump_utils.set_multi_msg_error_flag(true);

218: when hr_multi_message.error_message_exist then
219: if cr%isopen then
220: close cr;
221: end if;
222: hr_pump_utils.set_multi_msg_error_flag(true);
223: when others then
224: if cr%isopen then
225: close cr;
226: end if;