|
Re: Global Variables [message #80639 is a reply to message #80625] |
Thu, 24 October 2002 15:03 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Zaire
Messages: 36 Registered: October 2002
|
Member |
|
|
Form Packages use globals in a similar manner as using block items i.e. :global.item_name.
DB Packages: will have to pass global variables as parameters, since global variables are Forms specific.
|
|
|
Re: Global Variables [message #80666 is a reply to message #80625] |
Tue, 29 October 2002 03:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
gaurav behl
Messages: 6 Registered: October 2002
|
Junior Member |
|
|
global variables can be implemented using packages. i think you know it. just simply declare variables in your package specification and use them in your program units or sql*plus by referencing the global variable thru package name like this.------------------------package_name.variable name.
try using the variable name without qualifying the variable name with the package specification name.
|
|
|