I have a standard apex form. There will be many other forms all of which will have a common region based on an IG. So as to not have to create the region on all forms, I created an IG on the global page. However, I cannot create any page processes on the global page which will process the interactive grid data. So I went onto the form I had created, and tried to create a page process which involved interactive grid and it asked for editable region. However, on this form I cannot select the global page as the editable region (only IG's on the form itself) and therefore I would not easily be able to process the individual rows of data in this IG, given it sits on a global page. That said, I'm not sure why Oracle would provide functionality to create an IG region on a global page, if you cannot somehow process the data on it? I know you can write your own plsql code to process insert/updates/deletes, but typically you have to define the page process as an IG process and select the editable region, which in this case does not exist on the form, but on the global page. Does anyone have any idea as to what I am doing wrong or if this can even be accomplished? I don't really want to have 20 forms with the same region because this creates a potential maintenance headache, when I thought the whole point of a global page was that you could share components through this page which may be common to all pages.