DBA Data[Home] [Help]

APPS.HRDPP_DELETE_ELIG_CVRD_DPNT dependencies on HR_PUMP_UTILS

Line 223: hr_pump_utils.set_multi_msg_error_flag(true);

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