I created a test pkg and a pkg body which will be called by
Crystal Reports.
CREATE OR REPLACE PACKAGE epi IS
TYPE wafer_record IS RECORD (
containerid container.containerid%TYPE...
I created a test pkg and a pkg body which will be called by Crystal Reports.
CREATE OR REPLACE PACKAGE epi IS
TYPE wafer_record IS RECORD (
containerid container.containerid%TYPE,
containername container.containername%TYPE
);
TYPE Test_Type IS REF CURSOR RETURN wafer_record...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.