Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Records : Scope and Packages
Hi,
I'm having some trouble with passing PL/SQL Records between Procedures
in different Packages. When I try to source, I get "wrong type"
errors. When
I change the code so the procedures are in the same Packages, its OK.
ie. If I create identical proc1's in packageA and packageB: In packageA
packageB.proc1(record1); FAILS TO COMPILE whilst
packageA.proc1(record1); IS OK
Its a bit confusing! Any help anyone....
Robert Received on Thu Jan 27 2000 - 11:39:26 CST
![]() |
![]() |