SQL> select owner,object_name,status
2 from dba_objects
3 where OWNER = 'SYS' and OBJECT_NAME = 'SYS.LT_EXPORT_PKG';

no rows selected