Custom Application development in Oracle EBS
982220Dec 30 2012 — edited Dec 30 2012Hi Everybody,
I have been following various posts and taking help from this forum for quite sometimes. But now I would like to ask question directly to this ocean of experts. This is how it goes:-
I am develoing a custom application in R12, which does not follow any pattern or norms of Oracle EBS modules, except of course for the BALF element of Jdeveloper.
1. I have an SQL ViewObject whichis parameterised.
2. I have several other VOs which work as LOV in the form.
3. Based on the search criteria the form display a grid.
Up to here things are perfect. Further up I want:-
a) Based on the selection (I had created a table selection column for single selection) on the grid by a radio button, when user clicks on a button I want to trap the row or better a value of a column dispalyed, so that I can take further action.
b) Once the value is selected I want to navigate to a new page.
Ques:
1) How to trap the value of a column of the selected row?
2) How to navigate to a new page and pass some parameter so that based on that the details will be displayed
pageContext.forwardImmediately("OA.jsp?page=/<yourname>/oracle/apps/<application>/<application>/webui/<pageName>",
null,
OAWebBeanConstants.KEEP_MENU_CONTEXT,
null,
null,
true, // retain AM
OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
Do I use something like this?
Regards,
Amit