Hi, think I've found a bug in PL/SQLdoc.
If you have 2 tables in different schemas e.g.
SCHEMA1.TAB_A
SCHEMA2.TAB_B
and TAB_A has a foreign key reference to TAB_B plsqldoc incorrectly shows TAB_B as belonging to SCHEMA1 in the foreign key section:
Foreign Keys
Name Columns Referencing...