Skip to Main Content

Java Development Tools

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!

Custom Application development in Oracle EBS

982220Dec 30 2012 — edited Dec 30 2012
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2013
Added on Dec 30 2012
1 comment
237 views