Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Auto Submit a Page Process or Page in APEX ???

629554Apr 23 2010 — edited Apr 29 2010
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2010
Added on Apr 23 2010
2 comments
4,250 views