globally visible variables in plsql package stored procedures

From: (wrong string) ā <msalva_at_3digits.es>
Date: Wed, 5 Mar 2003 16:45:48 +0100
Message-ID: <1046879200.830312_at_srv0>



Hi,

[Quoted] [Quoted] I would like to know how to declare a variable in a plsql package so it's visible to all other procedures in that package, in order to assign a value [Quoted] in one procedure and be able to use it in other procedures.

If I declare the variable in the package body (not inside a procedure) it's [Quoted] visible to all the procedures of the package. But trying to read from some procedure the value I have assigned to a variable in another procedure always returns null.

Any ideas?

Thank you.

Miquel Salvā
msalva_at_3digits.es Received on Wed Mar 05 2003 - 16:45:48 CET

Original text of this message