DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LIFE_EVENT_REASON dependencies on HR_PUMP_UTILS

Line 488: hr_pump_utils.set_multi_msg_error_flag(true);

484: when hr_multi_message.error_message_exist then
485: if cr%isopen then
486: close cr;
487: end if;
488: hr_pump_utils.set_multi_msg_error_flag(true);
489: when others then
490: if cr%isopen then
491: close cr;
492: end if;