DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_CWK dependencies on HR_PUMP_UTILS

Line 873: hr_pump_utils.set_multi_msg_error_flag(true);

869: when hr_multi_message.error_message_exist then
870: if cr%isopen then
871: close cr;
872: end if;
873: hr_pump_utils.set_multi_msg_error_flag(true);
874: when others then
875: if cr%isopen then
876: close cr;
877: end if;