Problem with global variables
513038Jul 3 2006 — edited Sep 20 2006Hi,
I have to set two global parameters in one form and retrieve them in another form.
I have created a package and defined variables. and get and set values to set the values of global parameter values.When I navigate from one form to other, the second form is unable to get values set in first form.
I am customizing Oracle applications forms and using CUSTOM.pll for it I cannot use :GLOBAL due to some restrictions.
Please help