How to Auto Submit a Page Process or Page in APEX ???
629554Apr 23 2010 — edited Apr 29 2010Hi All,
I have a requirement to auto submit a Page in my Application after a certain time interval.
When the page is submitted I need to call a PL/SQL process to insert data in base table.
Research Done so far: I tried achieving it by using "<PRE><meta http-equiv='refresh' content="20;f?p=&APP_ID.:15:&SESSION.::&DEBUG.::P15_TRY:R:" /></PRE>" in Page Header.
This tag does refresh the page but also clears the value of items on the page.
I have added a PL/SQL process that executes On-Load page header. This process does executes but by this time value of items on my page
is cleared, so no record gets inserted in table.
Ultimate issue is How to set the item values and Submit the page automatically at certain time interval.
Thanks in Advance,
Pushpendra Tomar