DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_LOCATION dependencies on HR_PUMP_UTILS

Line 601: hr_pump_utils.set_multi_msg_error_flag(true);

597: when hr_multi_message.error_message_exist then
598: if cr%isopen then
599: close cr;
600: end if;
601: hr_pump_utils.set_multi_msg_error_flag(true);
602: when others then
603: if cr%isopen then
604: close cr;
605: end if;