DBA Data[Home] [Help]

APPS.HRDPP_HIRE_INTO_JOB dependencies on HR_PUMP_UTILS

Line 256: hr_pump_utils.set_multi_msg_error_flag(true);

252: when hr_multi_message.error_message_exist then
253: if cr%isopen then
254: close cr;
255: end if;
256: hr_pump_utils.set_multi_msg_error_flag(true);
257: when others then
258: if cr%isopen then
259: close cr;
260: end if;