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!

Create a form with post action

User_F9TF2Sep 19 2019 — edited Sep 19 2019

Hi all

Brand new to Apex really.

I want to have a searchable list/form that returns a set of data from SQL. Maybe 2-3 columns - up to 100 rows.

From that list/table ...... the user can select a subset of rows. And from that submit to do some post processing. Behind the scenes it will call a stored proc - and pass the value of the USerid (logged in via ldap which is working) and the selected rows COL1 to the stored proc. If they select  10 rows it will call the proc 10 times etc.

Any insites as to how to do this - what sort of item/region do I need (right now just have it returning raw data as an interactive list) ....... and then how to customize to allow the selection and post processing.

thanks !

This post has been answered by InoL on Sep 19 2019
Jump to Answer
Comments
Post Details
Added on Sep 19 2019
4 comments
222 views