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 - cannot see any attributes of var. If I write manually it says that column1 must be declared.
If I do exactly the same scenario on my local machine (pl/sql developer v7.1.5.1396. at the same database everything is working fine.
One more thing - when connecting to DB I am using the same user. But on virtual machine all packages are seen with schema and on local machine without. (Selected to view My Objects in both)
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 - cannot see any attributes of var. If I write manually it says that column1 must be declared.
If I do exactly the same scenario on my local machine (pl/sql developer v7.1.5.1396. at the same database everything is working fine.
One more thing - when connecting to DB I am using the same user. But on virtual machine all packages are seen with schema and on local machine without. (Selected to view My Objects in both)