DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LOCATION dependencies on HR_PUMP_UTILS

Line 667: hr_pump_utils.set_multi_msg_error_flag(true);

663: when hr_multi_message.error_message_exist then
664: if cr%isopen then
665: close cr;
666: end if;
667: hr_pump_utils.set_multi_msg_error_flag(true);
668: when others then
669: if cr%isopen then
670: close cr;
671: end if;