Who owns GLOBALPKG? Make sure you have the right direct grants.

Code:
SELECT * 
  FROM dba_dependencies 
 WHERE NAME = 'GLOBALPKG';

SELECT * 
  FROM DBA_TAB_PRIVS 
 WHERE grantee = 'AUDIT';