Conversion Functions Oracle PLSQL Tutorial

SQL> Select TO_CHAR(-12345.67, '99,999.99PR')   from dual;
TO_CHAR(-12
-----------
<12,345.67>