Code:
SQL> select created from dba_objects
  2  where object_name = 'XYZ'
  3  and owner = 'SYSTEM'
  4  /

CREATED
---------
27-MAR-03