Adding Message Choice Item in a Table Region

Hi,
In the Oracle Sales Dashborad page there is a Table Region which shows the list of all the opportunities details like Name,Close Date etc.Now my requirement is to create a new Message Choice item in the table region as a new column(Opportunity Status).I have created that using the personalize feature of that table and have provided the following details
Picklist View Instance:oracle.apps.asn.opportunity.poplist.server.OpportunityOpenStatusesVO
Picklist Value Attribute:StatusCode
Picklist Display Attribute:Meaning
View Instance:OpptySearchVO1
View Attribute:OpptyStatusName
When the dashboard page loads it shows all other fields as fetched from the Database apart from this newly added Message Choice item.For all the rows this field shows blanc values.
Is it because the Display value(Meaning) and the value gets stored in the DB(StatusCode) are Different for this message choice item?Please help me out to resolve this issue.
If i need to populate each row for this message item explicitly how can i get handle of this message choice item(in the Table region) for each row and then set the value dynamically?
Thanks
Subha

java.sql.SQLException: Missing IN or OUT parameter at index:: 1
     at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1752)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3444)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3493)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:860)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
     at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
     at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
     at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.createListDataObject(OAWebBeanPickListHelper.java:992)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getListDataObject(OAWebBeanPickListHelper.java:837)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getList(OAWebBeanPickListHelper.java:465)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getList(OAWebBeanPickListHelper.java:404)
     at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getList(OAMessageChoiceBean.java:762)
     at oracle.apps.fnd.framework.webui.OADataBoundValuePickListData.getValue(OADataBoundValuePickListData.java:86)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(OAWebBeanHelper.java:1809)
     at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getAttributeValueImpl(OAMessageChoiceBean.java:369)
     at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
     at oracle.apps.fnd.framework.webui.OADataBoundValuePickListSelectionIndex.getValue(OADataBoundValuePickListSelectionIndex.java:61)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(OAWebBeanHelper.java:1809)
     at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getAttributeValueImpl(OAMessageChoiceBean.java:369)
     at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
     at oracle.cabo.ui.collection.UINodeAttributeMap.getAttribute(Unknown Source)
     at oracle.cabo.ui.collection.AttributeMapProxy.getAttribute(Unknown Source)
     at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
     at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
     at oracle.cabo.ui.collection.UINodeAttributeMap.getAttribute(Unknown Source)
     at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
     at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
     at oracle.cabo.ui.laf.base.BaseLafUtils.getLocalAttribute(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.getSelectedIndex(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.populateOptionInfo(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.createOptionInfo(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.prerender(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.ChoiceRenderer.prerender(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.FormElementRenderer.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARendererProxy.render(OARendererProxy.java:76)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListRendererProxy.render(OAWebBeanPickListRendererProxy.java:66)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
     at oracle.cabo.ui.laf.base.SwitcherRenderer._renderCase(Unknown Source)
     at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARendererProxy.render(OARendererProxy.java:76)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListRendererProxy.render(OAWebBeanPickListRendererProxy.java:66)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.InlineMessageRenderer.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARendererProxy.render(OARendererProxy.java:76)
     at oracle.apps.fnd.framework.webui.OAWebBeanPickListRendererProxy.render(OAWebBeanPickListRendererProxy.java:66)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.table.NormalTableCell.render(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.table.NormalTableCell.render(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderSingleRow(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.TableRenderer._renderTableRows(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderTableRows(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderTableContent(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.TableRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARendererProxy.render(OARendererProxy.java:76)
     at oracle.apps.fnd.framework.webui.OAWebBeanTableRendererProxy.render(OAWebBeanTableRendererProxy.java:67)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.beans.table.OATableBean.render(OATableBean.java:640)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleContentRenderer.renderContentOfFlexibleContent(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleContentRenderer.renderExpandedState(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleContentRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleCellLayoutRenderer.renderVerticalLayout(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleCellLayoutRenderer.renderExpandedState(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleCellLayoutRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleRowLayoutRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleLayoutRenderer.renderContentOfFlexibleLayout(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleLayoutRenderer.renderExpandedState(Unknown Source)
     at oracle.portal.ui.renderer.FlexibleLayoutRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
     at oracle.cabo.ui.laf.swan.desktop.ContentRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
     at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.render(OABodyBean.java:403)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
     at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
     at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.BaseUINode.render(Unknown Source)
     at oracle.cabo.ui.partial.PartialPageUtils.renderPartialPage(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageBean.render(OAPageBean.java:3591)
     at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3237)
     at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3042)
     at OA.jspService(_OA.java:228)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)

Similar Messages

  • Message Choice & different values

    Hi,
    I have a message choice item to display all Employee Name "PerName" which is reading from Picklist, I want to pick the Employee Number once his/her name is selected into another item "EmpNo" which is rendered property is false.
    Can this be achieved?
    Regards...Ashraf

    This can be achieved in trickey way
    you have to set a PPR on this message choice bean ,on the change of choice value event , grab the value "PickList Value Attribute" ,and then set this value to the other field .
    Thanks
    Pratap

  • Can we enable "Select record Set Message choice" of Table in left side

    Hi ,
    I have requirement to set the "Select Record Set " Message choice of a table region on left side.
    Ex:If there are more records in a table region and message choice available to select next set of records.
    You can chk in Workflow Status Monitor function.
    Its the Navigation Bar to be @ left side on the table Region whcih allows you to navigate the records set.
    Thanks,Sarath.
    Edited by: SarathL on Dec 13, 2011 4:59 PM

    Hi,
    Not sure what exactly you are looking for.
    The Next link and option to select next set of rows comes to your OA Table by default .. isn't it?
    -Idris

  • Message not available in wf_bpel_qtab table for item creation event.

    Hi,
    In Oracle EBS I enabled subscription for event oracle.apps.inv.itemCreate. When I create item, message is available in wf_deferred table. There is record in this table with user_data having event_id, organization_id, item_id and other information. But there is no message in wf_bpel_qtab. This table has no record corresponding to this event. What could be the reason.
    Thanks,
    Meena

    Hi,
    i'm also facing the same issue which you mentioned.dis you get any reply in thread for this issue.
    regards
    Ram

  • How to create Message choice through personalization

    Hi all,
    i have an issue, i need to add the message choice with already existing page through personalization..
    how can i add?
    Thanks
    Rama

    Hi Rama ,
    Navigate to the page to which you wish to add Message Choice bean , click on personalization link - > select complete view
    ( radio button ) - > in the table ,select region at which you wan to add the new item , click on the Create item image ( under create item
    column ) you will be redirected to a new page , enter the following details
    ID : any appropriate id
    Item style : MessageChoice
    Prompt : any name as desired
    Click on apply and navigate back to oaf page , now you should be able to see the new item gets created on the page .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Add Table Regions using Personalization

    I'm trying to add a new table region in a seeded page (SIT page) using personalization.
    The new table that I will be adding will have some information to the users. This table is just for informational purposes. We want to display this information in the form of a table only. No compromises on this !!
    When I try to personalize this page it gives me options to add new items like (messages, links etc) only but it does not let me add new regions.
    The personalization guides talks about an option called "Add content to a
    layout region" which sounds like what I want but it also says this option is available only for "Configurable Page". I believe the page i am trying to personalize is not a configurable page and hence i am not getting this option.
    Can anyone who has been in a similar situation and probably have some resolution throw some insight into this ? Are there any good workarounds for this ?
    Thanks,
    Tilak.

    Make sure that you are adding it at the Site level. Stack Region might not be available at Function/Responsibility level.
    If that does not work, develop a StackRegion inside of JDeveloper. Then, add a flexibleContent and flexibleLayout region using Personalizations. Inside of that Personalization, there is an Extends property where you will tell it to use your custom StackLayout Region created in Jdeveloper similar to this:
    <custom_app>.oracle.apps.per.selfservice.CustomRN
    I had this same requirement and was able to solve it using the steps outlined in this thread:
    Add New Region to seeded Page

  • Capturing user input from a message choice..urgent!!!!!!!!!!

    Hi All,
    I am working on OAF 5.7H with a Travel Module for a UN organisation .
    I have a pge in which I have table Region.In the table i have a message choice Box displaying different Travel Types.In the same row i have a check box with Yes or No value
    my requirement is ,whenever the user selects some particular travel types(the page gets refreshed) from the message choice,the check box should be rendered or hidden.
    For example
    if the user selects travel type MISSION in the message choice ,the page refreshes and the check box shud not be rendered
    and
    if the user selects travel type HOME LEAVE,the page refreshes and the check box shud be rendered.
    But my problem is i am not able to capture the user selection of the message choice and at the same time render the chek box true or false.
    If i kan capture the user selection of the message choice values while the page refreshes then at the same time i kan play around with the chekBox.
    First of all is this possible and if kan anyone give me a little clue.

    Thanks Ram for your reply..I did this but it doesnt seem to work..Because now i realize the problem is somewhere else.
    I have a Table RN as i said.
    In that table region all the componenets are added in stack layout,i mean to say every stack layout region gets added coloumn wise to the table.
    Now i have a Add Anather Row Button.
    My requirement is :
    Suppose the user selects Travel Type Mission on first row,The page gets refreshed and the chekBox doesnt get rendered.
    Now if the user hits Add Anather Row Button and creatres a new row and selects the travel type to be HOME LEAVE whereby the check box shud get rendered in that row.
    But the problem is this is not happening.
    i am doing as u said..
    Now if i choose a Travel type in the second row which shud hide the chekbox then in all the rows the Check Box gets hidden,even in the previous row where it shud be rendered.
    This is happening because each of the stack layout region conataining the chek boxes get added as coloumn to the entire table,
    So if i do any manipulation on the chek box it gets defaulted for all the rows.
    I dont know what to do ..
    i need to handl eit row wise.
    I am iterating through the row set to capture the travel types in each row.
    But on the row set i cannot set any web bean property.
    somebody please tell me ho wto crack this.
    Thanks

  • How to create a dynamic table region with dynamic VO in processFormRequest

    Hi All,
    I have a requirement to create a dynamic table region with a dynamic VO.
    I need this because at runtime only the user will select the table name. So based on that table name, i have to create a table region to display the records.
    I already created a dynamic VO. Could anyone share the code for dynamic table region creation.
    Thanks in Advance.
    Thanks and Regards,
    Myvizhi
    Edited by: Myvizhi Selvi on May 20, 2013 6:21 PM

    Hi,
    You can use following sample code to create advance table columns dynamically with colum groups as well.
    It assumes that you have already created advance table with ID EmpTblRN.
    Below code returns column heading dynamically and if you keep your VO column names and attributes
    same in all the cases (COL1, COL2.....) then you can easily use a loop to create advance table columns.
    It is attaching VO attributes to OAMessageStyledText bean in the last.
    Hope it helps.
    OAAdvancedTableBean advTable = (OAAdvancedTableBean)webBean.findChildRecursive("EmpTblRN");
    Serializable [] param = {currentWindowSeq.toString()};
    Datum[] colHeadingArray = (Datum[])am.invokeMethod("getColumnHeading", param);
    String oldGrpName = null;
    String newGrpName = null;
    OAColumnGroupBean columnGroup = null;
    DictionaryData columnFormat = new DictionaryData();
    columnFormat.put(WIDTH_KEY, "4%");
    for (int i = 0; i < colHeadingArray.length; i++)
    try
    oracle.sql.STRUCT os = (oracle.sql.STRUCT)colHeadingArray;
    Object[] colHeadAttr = os.getAttributes();
    newGrpName = (String)colHeadAttr[0];
    if(newGrpName!=null)
    if(!newGrpName.equals(oldGrpName))
    // Create a column group, create the set the column header,
    // and add the column group under the advanced table
    columnGroup = (OAColumnGroupBean)createWebBean(pageContext, COLUMN_GROUP_BEAN, null, "ColGroup"+i);
    OASortableHeaderBean columnGroupHeader = (OASortableHeaderBean)createWebBean(pageContext, SORTABLE_HEADER_BEAN, null, "ColGroupHeader"+i);
    columnGroupHeader.setText(newGrpName);
    // Retrieve from message dictionary
    columnGroup.setColumnHeader(columnGroupHeader);
    advTable.addIndexedChild(columnGroup);
    oldGrpName = newGrpName;
    // Create a column, create the set the column header, and add the column
    // under the column group
    OAColumnBean column1 = (OAColumnBean)createWebBean(pageContext, COLUMN_BEAN, null, "Column"+i);
    OASortableHeaderBean column1Header = (OASortableHeaderBean)createWebBean(pageContext, SORTABLE_HEADER_BEAN, null, "Column1Header"+i);
    column1Header.setText(colHeadAttr[1].toString());
    column1.setColumnHeader(column1Header);
    column1.setColumnFormat(columnFormat);
    columnGroup.addIndexedChild(column1);
    // Create the actual leaf item under the first column
    OAMessageStyledTextBean leaf1 = (OAMessageStyledTextBean)createWebBean(pageContext, MESSAGE_STYLED_TEXT_BEAN, null, "Leaf"+i);
    //OARawTextBean leaf1 = (OARawTextBean)createWebBean(pageContext, RAW_TEXT_BEAN, null, "Leaf"+i);
    leaf1.setViewAttributeName("Week"+(i+1));
    String destination = "OA.jsp?page=/xxqc/oracle/apps/per/leaveadvance/webui/EmployeeLeaveDetailPG&personId={@PersonId}";
    destination = destination + "&startDate="+colHeadAttr[1].toString()+"-"+(String)colHeadAttr[0];
    destination = destination + "&addBreadCrumb=Y&retainAM=Y";
    leaf1.setDestination(destination);
    OADataBoundValueViewObject cssjob = new OADataBoundValueViewObject(leaf1,"Color"+(i+1));
    //leaf1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob);
    leaf1.setAttributeValue(UIConstants.RENDERED_ATTR, cssjob);
    column1.addIndexedChild(leaf1);
    catch(Exception e)
    System.out.println("e"+e);

  • Editing a Row in Table Region

    Hi All
    We are populating a table region which the search results. The table has a region which is an Enterable Field
    Upon tabbing-out (moving-out) of this field, a pop-up message will display the Additional Information of the Item on this row. The OK button on the pop-up will re-populate the row with the alternate data and close the pop-up. The cancel button on the pop-up will close the pop-up without re-populating the row with new data.
    Is it possible to achieve this? Please help.
    Also can we implement scroll bar in Table region instead on having >>next/prev ## records??

    Hi,
    Yes you can do that.
    Follow these steps:-
    it_zekpo is my internal table w/o header line,
    wa_zekpo is work area.
    Name of input/output fields on screen are:-
    wa_zekpo-field1,
    wa_zekpo-field2, and so on...
    Take the group1 for all textboxes as 'ABC' in the table control
    Try using code:-
    At screen logic:
    PROCESS BEFORE OUTPUT.
    *  MODULE status_8003.
      LOOP WITH CONTROL po_tb.
        MODULE read_data.
      ENDLOOP.
    PROCESS AFTER INPUT.
    *  MODULE user_command_8003.
      LOOP WITH CONTROL po_tb.
        MODULE modify_data.
      ENDLOOP.
    In PBO
    *&      Module  READ_DATA  OUTPUT
    MODULE read_data OUTPUT.
      READ TABLE it_zekpo INTO wa_zekpo INDEX po_tb-current_line. "po_tab is table control name
      data : line_count type i.
      describe it_zekpo
      lines line_count.
      po_tb-lines = line_count + 10.
      "to increase the number of lines in table control dynamically
    ENDMODULE.                 " READ_DATA  OUTPUT
    In PAI
    *&      Module  MODIFY_DATA  INPUT
    MODULE MODIFY_DATA INPUT.
      MODIFY IT_ZEKPO FROM WA_ZEKPO INDEX po_tb-currentline.
      "this will modify the contents of existing line into internal table
    ENDMODULE.                 " MODIFY_DATA  INPUT
    After you can use you code to update the ztable from the updated internal table.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir
    Edited by: Tarun Gambhir on Feb 24, 2009 10:21 AM

  • Personlization a message choice dont take effect in the search

    EBSR12.1.1
    iRecruitment Employee Candidate --> home --> jobs
    in the search region:my customer dont want the Job Category show width message choice style, it want like the DatePosted2 style.
    but i can't find the difference between Job Category field and DatePosted2 ,so i personlization a new message chioce and the attributes as follows:
    Picklist Display Attribute:Meaning
    Picklist Value Attribute:LookupCode
    Picklist View Definition:oracle.apps.irc.picklist.server.IrcProfessionalAreaVO
    Selective Search Criteria:true
    Prompt: Job Category
    View Attribute:ProfessionalArea
    View Instance:IrcCandidateSearchCriteriaVO
    the new field appear and the lov is OK,but i find it dont take effect in the search result.

    Hi ,
    create field in search results table also
    and map with the message choice which u created for searching .
    Thanks
    Raju

  • Issue in Advance Table Region - Plz help!

    Hi All,
    I have a custom page in which I am using a advanced table region.
    The issue is this that the value in advanced table row [Two Fields are there both are MessageTextInput] is getting populated automatically as the page render. Is this is seeded functionality of advanded table???
    If you how to overcome this..
    I have to display row with no value i.e blank. I got to know that if the attribute which is attached to the column of row has value then it show on frontend automatically and if i delete the row then i got it blank.
    Regards,
    Ajay

    IF the values in present in the underlying table, then it will appear in the advanced table as well due to the VO that you are using.
    To create a blank row. You will have to create a new row in the VO and set it as the current row.
    If u want it to be done automatically. You can do this:
    1. select your advancedTable region and choose New--> footer
    2. Select the tableFooter and then right click and select New-- > addTableRow
    3. in the addTableRow item that u just created in step 2 , u can play around with the properties. For auto row insertion, without writing any code set the Insert Rows Automatically property to true and change the Rows to Add property to change the number of blank rows added. The default is 1

  • How to get the values from table region and how to set

    Hi,
    I have a requirement as Seeded Page Having One Table Region having around 8 columns, In That Item Description field is there. My Requirement is I need add one more field for that Region and assign the value depending Item Description.
    I will create one new Item in that region and will give name as Item, But how to set the values to Item Depending on Item Description.
    Is it possible to through CO Extension, If yes..Pls help how to get it.
    Thanks in Advance,
    Hanimi

    Hi Hanimi,
    1. You need to extend the VO, add a new Attribute.
    2. In VORowImpl of the extended VO, you can find the getter for your new attribute (example getItem())
    3. In this getter method you can write some code like:
    if("ABC".equals(getItemDescription())
    return "XYZ" ;
    -Prince
    http://princekapoor82.blogspot.com

  • Populating the custom filed - added in BOM item.

    Hello Friends,
    I have a requirement like, for the custom field added in BOM item data, it should come filled while executing the CS02/CS03/CS12/CS73....transactions.
    I have added a field which is one of the field from MARA table. what I have to do is to pass the MARA record into the custom field added based on IDNRK.
    This should happen as soon as enter button is pressed after entering material, plant, bom usage value.
    Please let me know if any exit is there wherein I can put the code OR if any other way!
    Thanks.

    i have solved this issue by doing some R&D.

  • Dependent Message Choice Issue, Please Help.

    Hi All,
    I am new to OAF.
    I am desiging  dependent message choice where there are 4 message choice boxes
    I have written the code but the issue i Am facing is when i select a value from the first Mesage Choice , processFormRequest Method is not called.If I click on any lob in the page , then only processFormRequest() is called and value is populated in the second drop down.
    So I need to call processFormRequest() after a value is selected in Message Choice..
    Pleas help

    Hi,
    Follow the steps in this link. In this they have used MessageTextInput. You do the firePartialAction in MessageChoice.
    https://blogs.oracle.com/prajkumar/entry/partial_page_rendering_in_oaf
    Then write the following code in processFormRequest and modify as per your requirement.
    if ("update".equals(pageContext.getParameter(EVENT_PARAM)))  //update is the event name of the MessageChoice item
    if (pageContext.getParameter("ApplicationChoice") != null)
    ownerName1 = pageContext.getParameter("ApplicationChoice");
    System.out.println("Application value :" + ownerName1);
    Serializable ownernameParam[] = { ownerName1 };
    am1.invokeMethod("setQueueName", ownernameParam);
    System.out.println("After calling the queueName function");
    //Code in AM
    public void setQueueName(String queuename)
    SeaSoaQMsgidNameVOImpl vo1 = getSeaSoaQMsgidNameVO1();
    vo1.setWhereClause("OWNER = :1");
    vo1.setWhereClauseParam(0,queuename);
    vo1.executeQuery();
    I hope this will help you..
    Thanks and Regards,
    Myvizhi

  • Script for adding a login item for all accounts in the system

    Hi,
    Thanks for reading this query. I am new to the mac environment. I have developed a java application and created an installer of this application for MAC system.I want to run this application on starting the system. So I have written an apple script for adding this application in login items and this script will run immediately after completing installation process. And the entire process is fine. But the problem is, the application is added to login items of only the user who installed the application. But I want to get available the application in the login list of all accounts created in the system. How can I achieve this? Once more thanks in advance. I am attaching my script below:
    +*tell application "System Events"*+
    +* make login item at end with properties {path:"/Applications/MyApplication.app", hidden:true}*+
    +*end tell*+

    Hi,
    Try to use tables RSOSFIELDMAP, RSDSSEGFD and RSTRAN
    Hope it helps
    bhaskar

Maybe you are looking for