System Tables Views Oracle PLSQL

SQL>
SQL>
SQL> select constraint_name, constraint_type,
  2         table_name, r_constraint_name
  3    from user_constraints
  4   where constraint_name = 'DEPARTMENT_FK_MGR_NO';
no rows selected