Capture Event in Seeded Page

Hi,
I want to find out the tables realted to item catlog . Can anyone please help me....Its urgent so reply ASAP.
thanks and regards,
Sandip Patel

Hi Sandeep,
Check if your VO are EO based. If yes, then the same tables are getting updated.
Else you need to check the associated controller. Get the class file, decompile it and check the processFormRequest() method the Go button click event.
Usually items are stored in MTL tables....like MTL_SYSTEMS_ITEMS_B etc.
Regards,
Mukesh Uchaniya

Similar Messages

  • Capture PDF Events in Web Page

    Hi Team,
    I am not sure whether this is the right forum for my requirement. Provide me the correct location incase this is not the one.
    I have the following requirements
    To embed a pdf document in a web page (build using asp.net)
    Capture the page navigation events. This is to ensure the user visits the last page of the pdf document.
    First requirement can be easily solved by using a iframe. But that will leave me having no control over the pdf document.
    Hence I am looking for any control which takes the file path and displays the pdf document and the control also raises the events(next button clicked, previous button clicked, etc).
    Any help in this regard will be grateful.
    regards,
    Chandra.

    Thanks Leonard for your useful inputs.
    One more request.
    If I embed the PDF (containing acrobat javascripts) in a webpage, then can the javascript in the PDF communicate with the Web Pages javascript running in the browser. Something like pdf javascript function invoking the page's javascript function(to notify an event like Nth page loaded).

  • Creating a New Item In Seeded page

    Hi,
    I am having requirement to create a new field in seeded page.So Please can anyone help me in creating it.
    My Requirement is----->
    Creating a new field to be displayed In CONFORMATION PAGE of "Internet Expense Audit Manager Responsibility".
    The Navigation is :
    Internet Expense Audit Manager Responsibility---------->Conformation Page
    The Field to be displayed is ProjectNumber.
    So please can anyone help in doing this.

    Hi,
    Actually I am using ReviewCashVO . In it i can see ProjectNumber,Justification etc attributes.
    In seeded Page,he had used Justification Field and it showing data.He had not used ProjectNumber.
    so i created a new field and assigned projectnumber as instance attribute ,then its not displaying data.
    But if i use Justification Instance Attribute for newly created field or item then its displaying data.
    So please can u help me in doing personalization on seeded page.
    My Aim is:
    Internet Expense Audit Manager responsibility
    In it
    Conformation Page
    In conformation page i need to add Project Number field.
    Plz can u check it.

  • Error when running oracle seeded page in Jdeveloper 9i

    All,
    I have moved all the necessary files fro server to JDeveloper my classes as well as JDeveloper my projects
    But when run a page in JDeveloper in the following path C:\JDEV\jdevhome\jdev\myprojects\oracle\apps\oie\audit\webui\OIE_AUD_AUDIT_PAGE i am getting the below error But i can able to run helloworld page from toolbox.jws
    "*oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = oie; (Could not lookup message because there is no database connection)*"
    Can you please help me to resolve this issue.
    Thanks
    CSK.

    The issue has been resolved finally i can able to run the seeded page.
    Thank you all.
    Regards,
    CSK

  • Display a seeded page as a region in another seeded page in OA Framework

    Hi All,
    I'm newbee to OAF. I have a requirement of displaying a page (seeded), inside another seeded page. Previously that use to come as a link and on click of the link the next page opened up.
    The page here Im talking about is Notification details page for Invoice creation Workflow and on click of the link 'View Additional Invoice Details', a new page opened with the invoice details, fetching from a VO based on the Invoice ID. Now the same, Invoice id + attachment link + line details + buttons I want to display in place of that link. How do I proceed with that?
    Any help will be greatly appreciated.
    Thanks in advance.
    Regards,
    Abhik.

    Notice that it, too, is an affiliate link....
    Posted without disclaimer.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JFK" <[email protected]> wrote in message
    news:em8oij$htq$[email protected]..
    > This is a great service to send christmas email cards to
    clients as well
    > as email throughout the year.
    >
    >
    http://www.constantcontact.com/index.jsp?pn=webgreen
    >
    > "pellio" <[email protected]> wrote in
    message
    > news:em8ipo$bjl$[email protected]..
    >> we are looking to send clients an e-card for
    christmas and im trying to
    >> figure
    >> out how i could incorporate this into a web page and
    insert it in the
    >> email so
    >> it displays when they open it. im also wondering how
    you could insert a
    >> flash
    >> file in an email so that it displays as the message
    and not just an
    >> attachment.
    >>
    >
    >

  • Seeded Page is erroring out in JDeveloper

    I copied few seeded page (MgrMainAppraiserPG, HierachyPG) from the APPL_TOP.
    When I am running the MgrMainAppraiserPG, it is erroring out with error
    'java.sql.SQLException: ORA-01008: not all variables bound'
    I have not done any changes and running the page after copying the xml file.
    Any idea why I am getting this error?
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (select decode(fnd_profile.value('BEN_DISPLAY_EMPLOYEE_NAME'),'FN',ppf.full_name, ppf.first_name||' '|| ppf.last_name) full_name,
    hr_person_type_usage_info.get_user_person_type(ppf.effective_end_date, ppf.person_id) person_type,
    Decode(paf.assignment_type,
              'C', hr_general.decode_lookup('CWK_ASG_CATEGORY', paf.employment_category),
    hr_general.decode_lookup('EMP_CAT', paf.employment_category)
    )employment_category,
    ppf.start_date, ppf.original_date_of_hire,
    decode(paf.period_of_service_id, null, pop.date_start, pos.date_start) date_start,
    decode(paf.period_of_service_id, null, pop.actual_termination_date, pos.actual_termination_date) actual_termination_date,
    Decode(paf.assignment_type,
              'C', hr_general.decode_lookup('HR_CWK_TERMINATION_REASONS', pop.termination_reason),
    hr_general.decode_lookup('LEAV_REAS', pos.leaving_reason)
    ) leaving_reason,
    paf.effective_start_date,
    hr_util_misc_ss.getObjectName('JOB', paf.job_id, ppf.business_group_id, jtl.name) job, paf.job_id,
    orgtl.name organization, orgtl.organization_id,
    bgtl.name business_group, bgtl.organization_id business_group_id,
    lvl.location_code,
    hr_util_misc_ss.getObjectName('GRADE', paf.grade_id, ppf.business_group_id, gtl.name) grade, paf.supervisor_id, ppf.person_id, paf.assignment_id, paf.primary_flag, paf.assignment_number,
    ppf.employee_number,
    ppf.npw_number cwk_number,
    nvl(paf.effective_start_date, ppf.effective_start_date) Asg_start_date,
    decode(nvl(paf.effective_end_date, ppf.effective_end_date), to_date('31/12/4712','DD/MM/RRRR'), null, nvl(paf.effective_end_date, ppf.effective_end_date) ) Asg_end_date,
    hr_general.decode_lookup('YES_NO', paf.primary_flag) Prim_Flag,
    lvl.derived_locale,
    v.vendor_name Supplier,
    paf.VENDOR_ASSIGNMENT_NUMBER Supplier_id_assignment,
    paf.VENDOR_EMPLOYEE_NUMBER Supplier_id_worker,
    Decode(paf.assignment_type,
              'C', hr_general.decode_lookup('HR_CWK_TERMINATION_REASONS', pop.termination_reason),
    hr_general.decode_lookup('LEAV_REAS', pos.leaving_reason)
    )term_reason,
    decode(ppf.rehire_recommendation, 'N', null, hr_general.decode_lookup('YES_NO', ppf.rehire_recommendation)) rehire,
    ast.user_status assignment_status,
    decode(paf.period_of_service_id, null, pop.date_start, pos.date_start) latest_hire_date,
    hr_util_misc_ss.getObjectName('POSITION', paf.position_id, ppf.business_group_id, ptl.name) position,
    ppf.REHIRE_REASON,
    paf.supervisor_assignment_id,
    null Work_Phone,
    null Position_Id,
    null Disc_Title,
    'Y' Manager_Enabled,
    null Payroll,
    null Normal_Hours,
    'Y1' details_enabled,
    ppf.email_address,
    org_info.org_information9 LegislationCode
    from per_assignments_f2 paf, per_assignment_status_types_tl ast,
    per_people_f ppf,
    hr_all_organization_units_tl orgtl, hr_all_organization_units_tl bgtl,
    per_jobs_tl jtl, hr_all_positions_f_tl ptl, hr_locations_all_vl lvl, po_vendors v,
    per_grades_tl gtl, per_periods_of_service pos, per_periods_of_placement pop, hr_organization_information org_info
    where trunc(sysdate) between paf.effective_start_date and paf.effective_end_date
    and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
    and (ppf.current_employee_flag = 'Y' or ppf.current_npw_flag = 'Y')
    and paf.primary_flag = decode(:0 ,'Y', paf.primary_flag, 'Y')
    and paf.assignment_type in ('E','C')
    and paf.person_id = ppf.person_id
    and paf.vendor_id = v.vendor_id(+)
    and paf.assignment_status_type_id = ast.assignment_status_type_id
    and ast.language = userenv('LANG')
    and paf.period_of_service_id = pos.period_of_service_id(+)
    and paf.period_of_placement_date_start = pop.date_start(+)
    and paf.person_id = pop.person_id(+)
    and paf.job_id = jtl.job_id(+)
    and jtl.language(+) = userenv('LANG')
    and paf.position_id = ptl.position_id(+)
    and ptl.language(+) = userenv('LANG')
    and paf.organization_id = orgtl.organization_id
    and orgtl.language = userenv('LANG')
    and ppf.business_group_id = bgtl.organization_id
    and bgtl.language = userenv('LANG')
    and paf.location_id = lvl.location_id(+)
    and paf.grade_id = gtl.grade_id(+)
    and gtl.language(+) = userenv('LANG')
    and org_info.organization_id = ppf.business_group_id
    and org_information_context = 'Business Group Information') QRSLT WHERE (:1 = SUPERVISOR_ID)AND (:2 = SUPERVISOR_ASSIGNMENT_ID or hr_general2.supervisor_assignments_in_use = 'FALSE' ) ORDER BY FULL_NAME
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2898)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2700)
         at OA.jspService(OA.jsp:48)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:627)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:515)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3347)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:825)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4465)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:538)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2369)
         at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2586)
         at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:1674)
         at oracle.jbo.server.ViewRowSetImpl.refreshRowSet(ViewRowSetImpl.java:3703)
         at oracle.jbo.server.ViewRowSetIteratorImpl.notifyDetailRowSets(ViewRowSetIteratorImpl.java:3018)
         at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3126)
         at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:2910)
         at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1257)
         at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2363)
         at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5231)
         at oracle.apps.fnd.framework.webui.OADataBoundValueHGrid.getValue(OADataBoundValueHGrid.java:85)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(OAWebBeanHelper.java:1760)
         at oracle.apps.fnd.framework.webui.beans.table.OAHGridBean.getAttributeValueImpl(OAHGridBean.java:509)
         at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.table.HGridRenderingContext.getTableDataFromBean(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.TableRenderingContext.<init>(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.table.HGridRenderingContext.<init>(Unknown Source)
         at oracle.cabo.ui.laf.base.desktop.HGridRenderer.createRenderingContext(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.TableRenderer.getTableRenderingContext(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.laf.base.desktop.HGridRenderer.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.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.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.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.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.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:398)
         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:3209)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2888)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2700)
         at OA.jspService(OA.jsp:48)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    This error is due to Bind Variables.
    When you run this page alone in JDEV, the page doesn't go thru the actual flow, which was designed for. So, the call to bind the variables may not be called when run in standalone.
    So, to test this page, you need to setup the Environment to go thru the same flow as when deployed.
    HTH
    Srini

  • Help using app_standard.event(when-tab-page-changed')

    Hello ,
    I need to create a form with the following requirements . There is one content canvas which contains a tabbed canvas and on this there are two stacked canvases .
    The problem is that when I compile my form and ftp to oebs , I cannot view the tab pages on the canvas .
    I see only my the fields displayed in the first tab page without the 'tab pages'.
    How do I solve this issue please ?
    My when-page-page-trigger contains the following :
    BEGIN
         APP_STANDARD.EVENT('WHEN-TAB-PAGE-CHANGED');
    if name_in('system.cursor_block') = 'XX_ERROR_MANAGEMENT' then
    if not form_success then
    -- Revert tab to prior value and exit
    set_canvas_property('CAN_INT',topmost_tab_page,name_in('system.tab_previous_page'));
    return;
    end if;
    -- Move to first item on each tab
    if target_canvas_name = 'CAN_INT' then
         SHOW_VIEW('CAN_ONG1');
    go_item('XX_ERROR_MANAGEMENT.INTERFACE_TYPE');
    else
    show_view(target_canvas_name);
    end if;
    END IF;
    END;
    Any help will be much appreciated . Thanks .

    bump

  • Want to create a link on seeded page which can pass the values of LOVs

    Hi,
    I have a seeded page.. and i want to create a Link on the page which will redirect to new custom page...
    When user clicks on the link, the values of some LOVs should be forwarded on the custom page......
    I created a link through personalization... But I have doubt about how to attach the values of LOVs through url....
    Is it possible to do the same???
    Thanks in advance,
    Kaushik

    Thanks Pratap,
    Yes the LOVs are created through personalization....
    Since i dint want to touch the code... so i created everything through personalization.....
    The only problem now is to get the values of these LOVs in URL....
    Is there no other method other then extension to do this???
    Thanks,
    Kaushik

  • I am trying to pass the value of a field from the seeded page /oracle/apps/

    I am trying to pass the value of a field from the seeded page /oracle/apps/asn/opportunity/webui/OpptyDetPG. The value I want is in the VO oracle.apps.asn.opportunity.server.OpportunityDetailsVO and the field PartyName.
    I have created a button on the page whose destination URL is
    OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName={#PartyName}
    It opens the correct page, but in the URL it shows this
    http://aa.com:8005/OA_HTML/OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName=&_ti=1897289736&oapc=177&oas=x5E2TIfP1Y0FykBt1ek4ug..
    You can see that &CustName is not getting the proper value. Do I need to do something different?

    You cannot call the form with OA.jsp . This is applicable only for OAF based pages registered as a function.
    For calling a Form, use the below example:
    You have to change the application responsibility key and form function name .
    "form:PN:PN:STANDARD:XXPNTLEASE:QUERY_LEASE_ID={@QueryLeaseNumber}"
    Regards,
    Sudhakar Mani
    http://www.oraclearea51.com

  • Problem with a link from a seeded page

    I know that there has to be something stupid I am doing wrong here, but I cannot figure it out. I am trying to link from a seeded page to a custom page of mine.
    Here is my link:
    OA.jsp?page=/oracle/apps/ar/cusstd/localizationExt/webui/AcctLocalizationsPG&CustAccountId={@CustAcctId}&TabName=Tax&PartyId={@PrtyId}
    Here is part of the seeded page which contains the fields want to use in my link:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath:~PROD:~PATH:~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath:~PROD:mds:directory -->
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="10.1.3_798" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header: AcctOviewPG.xml 120.36.12000000.2 2007/06/28 13:23:19 nproddut ship $">
    <content>
    <oa:pageLayout id="PageLayoutRN" windowTitle="Customer Account" title="Customer Account" amDefName="oracle.apps.ar.cusstd.acctoview.server.AcctOviewAM" controllerClass="oracle.apps.ar.cusstd.acctoview.webui.AcctOviewPageCO" helpTargetAppShortName="ar" helpTarget="arugctcrua">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:stackLayout id="MainRN">
    <ui:contents>
    <oa:defaultDoubleColumn id="CustInfoRow" text="Customer Information">
    <ui:contents>
    <oa:messageStyledText id="CustName" destination="OA.jsp?OAFunc=AR_CUS_OVR&amp;HzPuiPartyId={!PartyId}" required="no" prompt="Name" styleClass="OraDataText" viewName="ArCustInfoVO1" viewAttr="PartyName"/>
    <oa:messageStyledText id="CustType" required="no" prompt="Customer Type" styleClass="OraDataText" viewName="ArCustInfoVO1" viewAttr="PartyType"/>
    <oa:formValue id="PrtyId" rendered="false" prompt="Paryt Id" dataType="NUMBER" viewName="ArCustInfoVO1" viewAttr="PartyId"/>
    <oa:formValue id="CustAcctId" rendered="false" prompt="Customer Account ID" viewName="ArCustInfoVO1" viewAttr="CustAccountId" dataType="NUMBER"/>
    <oa:formValue id="CustAcctProfileId" rendered="false" prompt="Customer Account Profile ID" viewName="ArCustInfoVO1" viewAttr="CustAccountProfileId" dataType="NUMBER"/>
    <oa:formValue id="AcctNum" rendered="false" prompt="Account Number" viewName="ArCustInfoVO1" viewAttr="AccountNumber"/>
    <oa:messageStyledText id="RegId" dataType="NUMBER" required="no" prompt="Registry ID" styleClass="OraDataText" viewName="ArCustInfoVO1" viewAttr="PartyNumber"/>
    <oa:messageStyledText id="Classfctn" prompt="Classification" styleClass="OraDataText" viewName="ArCustInfoVO1" viewAttr="CategoryCode" rendered="false"/>
    </ui:contents>
    </oa:defaultDoubleColumn>
    </ui:contents>
    </oa:stackLayout>
    I have tried using (@PartyId} , {@PrtyId} and ={@ArCustInfoVO1.PartyId} and all just get me "" as a value in my controller.
    What am I doing wrong here?
    Thanks,
    Greg

    Hi all -
    I'm quite stuck in a (somewhat) similar situation. We have a personalized page containing a link whose URL includes a variable ({@PersonId}). I modified the URL - big mistake - since there is no such variable as {@UserName}. Now when I try to navigate to the personalized page, it doesn't load at all - just returns an error page (the first line of which is this: oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition UserName of type Attribute not found in EmployeeDetailsVO). I wouldn't have thought that a non-SYSADMIN user could break a page for all other users, but so it goes.
    Does anyone know how I might correct this problem? I figure there's someplace to change the URL and get rid of the ill-fated {@UserName} but darned if I know where or how.
    Here's a few details that seem like they might be helpful:
    Problem Description:
    - Page: (Barton, Jeffrey - /oracle/apps/per/selfservice/hierarchy/webui/MgrPrsnDetailsPG 120.1)
    - User (CBROWN)
    - Application (800 - PER - Human Resources)
    - Responsibility (54667 - LINE_MANAGER_ACCESS_V4.0 - Manager Self-Service)
    Personalizations:
    - Personalizations are (ENABLED)
    The following personalizations are effective on this page:
    - /oracle/apps/per/selfservice/hierarchy/webui/MgrPrsnDetailsPG (function/HR_PERSON_DETAILS_SS) (site/0)
    Oh, and I probably should note that this is EBS 12 - dunno if that is a given.
    thanks
    - John
    Edited by: user10123775 on Oct 27, 2008 4:48 PM

  • I am not able to run Seeded Page from my Local machine

    Hi,
    I am not able to run Seeded Page from my Local machine.Please help why i am getting this error Could Not create java virtual machine.
    I am using Jdeveloper Version is 10g.
    Thanks,
    SomaSekhar.

    How many rows do these tables contain?
    S_NDC@link_525Z2 sndc
    s_drug_item
    Also, is the table T_DRUG_ITEM_TEN_DIGIT_NDC in use by other sessions?
    Have you tried running this procedure from sql*plus instead of TOAD?
    How long have you waited for the procedure execution to complete?
    Were there any errors?

  • Can we modify the standard AOL Message with custom Message in Seeded Page?

    Hi,
    I have a requirement to change AOL Message with custom Message in Seeded Page.
    In a seeded OAF page when a user clicks on a submit button a standard AOL Processing Message is populated.
    I Need to change the Standard Message and call Custom Message.
    Did controller extension and found that both the messages are populating.
    called the code after super and tried to call before super also.
    Did any one face this issue and resolved it. Kindly provide the solution.
    Regards
    Chaitanya

    Hi Gyan,
    I have tried by extending a sample custom controller.
    Below is the code of TestCO calling create message
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
          OAApplicationModule am = pageContext.getApplicationModule(webBean);
          if (pageContext.getParameter("Test") != null)
              OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM",    null,
              OAException.CONFIRMATION, null);
              pageContext.putDialogMessage(confirmMessage);
      }Then I extending the TestCO to XXTestCO and it is calling Update Message
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
          super.processFormRequest(pageContext, webBean);
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
        }got below Confirmation
    Confirmation
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    Employee (&EMP_NAME) has been updated.
    Tried below approach also calling the message before super class
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
          super.processFormRequest(pageContext, webBean);
        }got below Confirmation
    Confirmation
    Employee (&EMP_NAME) has been updated.
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    My requirement is to print only the message which I have kept in Extended controller i.e. Update message
    Regards,
    chaitanya

  • Extension of seeded page - problem with the import

    Hi
    I was extending a seeded page in SSHR. I found the relevant VO to be changed in order to get the desired functionality.But after I changed the VO and put it back into the server,imported the particular jpx file using jpx import,I am not able to open the pages in self service.
    Now what I want to do is to get the file which I imported to database deleted.But I am not able to do that as I dont know the path of the page.
    Import stmt wat i used is :
    jpximport D:\jDev\jdevhome\jdev\myprojects\LeaveProcess.jpx -userId 1 -username apps -password password -dbconnection "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = 172.26.149.198)(Port = 32019))) (ADDRESS = (PROTOCOL = TCP)(Host = 'Host Name')(Port = 'PortNUmber')) (CONNECT_DATA = (SID=SID)) (SOURCE_ROUTE = YES))"
    Pls let me know any method to find out the relevant page n delete the imported thing from the db.
    Regards,
    Preeti

    Hi
    Ya actually wat happened is after doing all the thing ,I mean import the jpx,move the classes zip file to server n all ,I am not able to open the self service page.I m getting the following error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition aos.oracle.apps.per.selfservice.common.server.ExtendedAsgSummaryVO of type View Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:679)
         at oracle.apps.per.selfservice.common.webui.SummaryContainerCO.processRequest(SummaryContainerCO.java:91)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean.processRequest(OATableLayoutBean.java:349)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java(Inlined Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java(Compiled Code))
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:98)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java(Compiled Code))
         at org.apache.jserv.JServConnection.run(JServConnection.java(Compiled Code))
         at java.lang.Thread.run(Thread.java(Compiled Code))
    Basically it says the VO definition is not found or watever... I m totally confused.
    Now wat I want is just to clean up the thing .Wanna delete eevrything related to that proj n make a fresh start but I am not able to.As I dont know the path of the file which I imported to database :-( n hence I am not able to delete that part n its erroring out !
    Pls let me know how can I get rid of that file !
    Regards,
    Preeti

  • How to give link to concrent/request seeded page with breadcrumb from apex

    Hi,
    I have given link to Concurrent request seeded page From apex for view the details of conc/req when it is submitted from Apex button. The conc/req page is opening. But I need breadcrumb to be given into the conc/req details page to go back to my Apex page. I dont know how to give this link.
    I tried with OAWebBeanConstantes=ADD_BREADCRUMB_YES and also I tried with addBreadcrumb=Y with the URL of apps conc/req details page(MONITOR Page).
    Please someone help me ,How can I give breadcrumb to the apps page to move back to Apex once details are seen.
    Thanks
    Alaka

    Hi All,
    Please someone tell me how to resolve this...?? I have already tried with the breadcrumb as I mentioned above. But from OAF to concurrent request details (Requests) page breadcrumb feature is supporting. From Apex to that page why it is not supporting. Is there any other way to do this.?
    Thanks
    Alaka

  • How to make a seeded page in EBS bookmarkable

    Hi Folks,
    I have a problem where I am trying to give access to an application in EBS through a direct URL but the URL doesn't work unless the profile option FND: Function Validation Level is set to None.
    I have done some research on this and found out that unless the OAF page is self-secured, it can't be accessed directly through a URL and hence it can't be bookmarked.
    This is proving to be a major show stopper for us since we are trying to build custom applications which let you navigate to seeded applications in Oracle EBS and without these direct URLs the whole process fails !
    Has anyone out here tried to make a seeded page in Oracle EBS bookmarkable by extensions/customizations?
    I am not an expert on OAF so I am posting this question out here for all the experts and I would like to hear their views on the same before I start digging into the code. I have gone through some threads which try to explain the process of building a custom page which can be bookmarked.
    e.g. Trying to open a link in notification, but getting error
    Would the same process apply to a seeded page in EBS?
    Thanks.

    Hi ,
    Check this link,
    http://apps2fusion.com/at/61-kv/317-oa-framework-page-without-login-guest-no-security
    Which will explain about, develop and deploy a OAF page, that can be accessed without login.
    I am not sure that will resolve your issue.
    Thanks.
    With Regards,
    Kali.
    OSSI.

Maybe you are looking for

  • Out of order packets via LWAPP?

    I am capturing packets on a wireless client ftp'ing a file from a server. It's showing that there are a lot of out of order packets. Although, the file received is fine, I'm worried that it'll affect voice packets later on. I'm using Wism with Lightw

  • Wanted: Complete list (chart) of iOS 4.1 feature support for 2G vs 3G Touch

    I have 2G Touch, running iOS 4. Love it. QUESTION: Is there an iOS 4.1 chart that lists specific features available for 2G vs. 3G hardware? CONTEXT: (A) I already scoured this page: http://www.apple.com/ipodtouch/software-update/ ...and was unsatisfi

  • Using 2 iPods on the same system

    Hi Everyone, I have a 20GB 4th gen iPod and my boyfriend recently gave me his old 30GB 4th gen iPod. I have about 40GB worth of music in my iTunes and want to split the content between the two iPods. Is there an easy way to partition iTunes or manual

  • [SOLVED] Vim color scheme

    Hello! This is my first post and I'm new with Archlinux, sorry if this trouble is very simple but I'm a newbie... The question... Vim color scheme only works fine when I use sudo or when I'm root... I've put the color scheme in /usr/share/vim/vim73/c

  • List by "Purchased by"

    Can I get a list of the iTunes songs by who purchased them? My kids have friends who have iPods, but whose parents don't allow them to purchase songs. They come to our house and do this (I've just found this out). I want to get rid of all of their so