DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 899: hr_pump_utils.set_multi_msg_error_flag(true);

895: when hr_multi_message.error_message_exist then
896: if cr%isopen then
897: close cr;
898: end if;
899: hr_pump_utils.set_multi_msg_error_flag(true);
900: when others then
901: if cr%isopen then
902: close cr;
903: end if;