I have such issue:
On virtual machine I am using pl/sql developer v10.0.2.1697.
Created a package PGK1 with variable: var table1%rowtype;
Created another package PKG2 and try to make a call PKG1.var.column1 The problem is that after I write PKG1.var. PL/SQL developer does not suggest anything -...