Recent content by Lukas

  1. L

    Records variable in not visible in other package.

    Updated to the newest PL/SQL Developer version available. Still the same issue.
  2. L

    Records variable in not visible in other package.

    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 -...
Back
Top