Claus Pedersen
Member³
I have a package body with a piece of code like the following:
When I press Ctrl and left-click on "myPackage.calculate_hiredate" the package name is highlighted but it is the table EMP that is opened as hyperlink.
Why?
Code:
SELECT emp.empno
INTO myVariable
FROM emp
WHERE emp.hiredate > myPackage.calculate_hiredate;
Why?