DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSON dependencies on HR_PUMP_UTILS

Line 960: hr_pump_utils.set_multi_msg_error_flag(true);

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