DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 902: hr_pump_utils.set_multi_msg_error_flag(true);

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