DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_PUMP_UTILS

Line 956: hr_pump_utils.set_multi_msg_error_flag(true);

952: when hr_multi_message.error_message_exist then
953: if cr%isopen then
954: close cr;
955: end if;
956: hr_pump_utils.set_multi_msg_error_flag(true);
957: when others then
958: if cr%isopen then
959: close cr;
960: end if;