By default, dbms_job can be executed by anyone
SQL> select grantee, privilege
  2   from dba_tab_privs
  3  where table_name = 'DBMS_JOB';
GRANTEE                        PRIVILEGE
------------------------------ -----------
PUBLIC                         EXECUTE
so someone has explicitly disabled that capacity on your system.  I would be asking for a justification on why, because dbms_job does not bypass or increase your level of privileges on a system.