DBA Data[Home] [Help]

APPS.HRDPP_FINAL_PROCESS_EMP dependencies on HR_PUMP_UTILS

Line 201: hr_pump_utils.set_multi_msg_error_flag(true);

197: when hr_multi_message.error_message_exist then
198: if cr%isopen then
199: close cr;
200: end if;
201: hr_pump_utils.set_multi_msg_error_flag(true);
202: when others then
203: if cr%isopen then
204: close cr;
205: end if;