I am trying to recompile the objects after doing migration from 9204 to 10202

SQL> select object_type ,status from dba_objects where owner='SYS' and object_name='DBMS_REGISTRY';

OBJECT_TYPE STATUS
------------------- -------
PACKAGE VALID
PACKAGE BODY VALID

SQL> select object_type ,status from dba_objects where owner='SYS' and object_name='DBMS_REGISTRY_SYS';

OBJECT_TYPE STATUS
------------------- -------
PACKAGE VALID
PACKAGE BODY VALID