I think the issue related to Multi Language setup , I put the default language Arabic language in Login page process , I changed it to take language from the selected language like this
begin
apex_util.set_session_lang(:P9999_LANGUAGE);
--apex_util.set_session_lang(p_lang => 'ar-ae');
end;
After that I did seed and publish then the new pages running without errors
Thank you all