I have variable in local procedure that rendering data to pop-up window I'm using oracle apex 20.2 Oracle Database 18 c
I want to pass this variable value to be used in Javascript function inside this procedure

After I did some research I found that this variable is local and needs to be related with page item but I don't know how do that because I use the procedure to do all the work and rendering data in pop-up as I said before.
