DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 906: when hr_multi_message.error_message_exist then

902: close cr;
903: --
904: hr_data_pump.exit('call');
905: exception
906: when hr_multi_message.error_message_exist then
907: if cr%isopen then
908: close cr;
909: end if;
910: hr_pump_utils.set_multi_msg_error_flag(true);