How to pass values from Sql Report into Text Items / Display Items So I can display to customer and
I am new to apex and was wondering how can i pass the column values for a sql report into a particular text item. I have a report(see code below) that has a couple of radio buttons in the report as well. I want to be able to pass the value(s) from the row into a a couple of text boxes. I need to capture this information so I can pass along to an API under Oracle APPS. i.e Radio Button UPDATE_RECORD selected, then I need to pass the value in the column for FIRST_NAME into P1_FIRST_NAME , etc. I
0