DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CONTACT_RELATIONS dependencies on HR_PUMP_UTILS

Line 553: hr_pump_utils.set_multi_msg_error_flag(true);

549: when hr_multi_message.error_message_exist then
550: if cr%isopen then
551: close cr;
552: end if;
553: hr_pump_utils.set_multi_msg_error_flag(true);
554: when others then
555: if cr%isopen then
556: close cr;
557: end if;