When generating PLDoc for tabel, columns defined in database as XXX VARCHAR2(n CHAR) in documentation apear as XXX VARCHAR(n*3).
Example:
in table MY_SOURCE VARCHAR2(3 CHAR)
... apears in PLDoc as MY_SOURCE VARCHAR2(12)
PLDOC takes the BYTE length, but this is not ok.