I woul like to access Apex_application.g_fXX values from within the database stored procedure, either by passing the whole array as an input parameter or by reading session state from within the database. Is this possible? My reason for trying to do this is that I want to move all heavy processing to the database.
TIA, Tamas
Sure, why wouldn’t it work?
I made a page with a tabular form based on EMP. I created a page process with process point
On Submit - After Computations and Validations, before the MRU.G_F02holdsENAMENow run the page and enable debug. Then just submit the form (you don’t need to edit anything), and go to view debug. Pick the last entry. Scroll to the point where it goes over the page processes: you’ll see the output there. (i only used deptartment 10)