DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 938: when hr_multi_message.error_message_exist then

934: close cr;
935: --
936: hr_data_pump.exit('call');
937: exception
938: when hr_multi_message.error_message_exist then
939: if cr%isopen then
940: close cr;
941: end if;
942: hr_pump_utils.set_multi_msg_error_flag(true);