Hi all,
I am new in APEX, so pls pardon my question, if it is simple, but I am struggling with this issue for days now. I have interactive report and want to add button in each row. What I want to do with this button is following:
1. to run some stored procedure that needs item values from that particular row
2. return some value (id)
3. go to another page in application passing the out value from procedure (id).
and I am not finding the way to do it. I have tried following ways:
1. if I add the column link, so I can reference the value from the current row, I do not know how to call stored procedure and do the rest actions I need
2. if I add the region button, I do not know how to reference column values from particular row from interactive report..
and I am stuck...
I am coming from Forms and Report world, and probably still thinking the 'wrong' way .
Any help would be appreciated!!!
Thanks!!!