DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PROCESSED_ASSIGNM dependencies on HR_PUMP_UTILS

Line 375: hr_pump_utils.set_multi_msg_error_flag(true);

371: when hr_multi_message.error_message_exist then
372: if cr%isopen then
373: close cr;
374: end if;
375: hr_pump_utils.set_multi_msg_error_flag(true);
376: when others then
377: if cr%isopen then
378: close cr;
379: end if;