Basically i have requirement where i need to collect data from the inputs that user enters and send to procedure or function on click of a button, these input fields may vary form user to user, based on which user has logged in the inputs fields need to be displayed in different table. I have tried using APEX_ITEM but it didn't work for me. Is there a way to dynamically create page items or copy the existing page item and modify it's properties as required? Refer to the attached screenshot, i am trying to build filters region based on the that filters data generation graph. These filters need to be dynamically created. Regards and Thanks