DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB dependencies on HR_PUMP_UTILS

Line 671: hr_pump_utils.set_multi_msg_error_flag(true);

667: when hr_multi_message.error_message_exist then
668: if cr%isopen then
669: close cr;
670: end if;
671: hr_pump_utils.set_multi_msg_error_flag(true);
672: when others then
673: if cr%isopen then
674: close cr;
675: end if;