how can I schedule this job to be run a 10:00pm everyday ???

EXECUTE dbms_job.submit(:x,'procedure_name;',sysdate,'sysdate+1')
commit;

thanks