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!

Saving IR report records to DB table

bobmaganMay 29 2015 — edited Jun 1 2015

In APEX 5, is there a easy way of storing the PK of the records returned from an IR into a DB table. So if the user has added filters etc., I would only want to store the current records being returned in the IR.

For example.

If my IR SQL source is this (see below), I want to store all the empno values into a Oracle table. This can be executed from a custom button I can add on the IR region.

select empno, dept

from emp

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2015
Added on May 29 2015
9 comments
1,357 views