Thanks for your note but it giving me
PLS-00201: identifier 'GLOBALPKG.RCT1' must be declared where should I need to declare it
Printable View
Thanks for your note but it giving me
PLS-00201: identifier 'GLOBALPKG.RCT1' must be declared where should I need to declare it
Can you do a describe on GLOBALPKG?Quote:
Originally Posted by vision
Hello
this is the script to create the package
CREATE OR REPLACE PACKAGE GLOBALPKG
AS
TYPE RCT1 IS REF CURSOR;
TRANCOUNT INTEGER := 0;
IDENTITY INTEGER;
END;