DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_PUMP_UTILS

Line 961: hr_pump_utils.set_multi_msg_error_flag(true);

957: when hr_multi_message.error_message_exist then
958: if cr%isopen then
959: close cr;
960: end if;
961: hr_pump_utils.set_multi_msg_error_flag(true);
962: when others then
963: if cr%isopen then
964: close cr;
965: end if;