DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORGANIZATION dependencies on HR_PUMP_UTILS

Line 651: hr_pump_utils.set_multi_msg_error_flag(true);

647: when hr_multi_message.error_message_exist then
648: if cr%isopen then
649: close cr;
650: end if;
651: hr_pump_utils.set_multi_msg_error_flag(true);
652: when others then
653: if cr%isopen then
654: close cr;
655: end if;