Error in Extending the VO

I have copied all the files from ont directory and I created xxxx\oracle\apps\ont\ placed all the files here.
I unchecked the Check XML Syntax on Make.
When I rebuild the project, I am getting alot of errors.
Error: xxxx.oracle.apps.ont.custservice.server.CustServiceAM: Application Module xxxx.oracle.apps.ont.custservice.server.CustServiceAM has an invalid View Instance FeedbackPoplistVO.
Error: xxxx.oracle.apps.ont.print.blanket.server.HdrLinesVL: The view link end(s) do not specify an attribute.
Mostly these two types of errors everywhere.
Any help is appreciated.
Thanks,
Sharad

Below is the steps
Create ont directory under  jdevhome\jdev\myclasses\oracle\apps\
i.e jdevhome\jdev\myclasses\oracle\apps\ont
Create ont directory under \jdevhome\jdev\myprojects\oracle\apps
i.e \jdevhome\jdev\myprojects\oracle\apps\ont
Copy All the files from Server ont Folder to jdevhome\jdev\myclasses\oracle\apps\ont,\jdevhome\jdev\myprojects\oracle\apps\ont
convert required class file to java files in  \jdevhome\jdev\myprojects\oracle\apps\ont
http://apps2fusion.com/apps/oa-framework/352-view-object-extension-oa-framework-add-new-field
http://oracle.anilpassi.com/extend-vo-in-oa-framwork.html
http://dilipoaf.blogspot.in/2013/07/deploying-your-viewobject-extensions.html
Thanks,
Dilip

Similar Messages

  • Please maintain PAN and LST details Error while extending the Vendor in Purchasing Organisation

    Dear Gurus,
    I have created a import vendor 200100 in finance using FK01 and mentioned LST, CST and PAN No details as "Nil", but when i am extending the Import vendor 200100 to purchasing organization level using T code XKO1, while saving i an getting error as: "Please maintain PAN and LST details"  even i checked in J1ID also... Excise data is maintained for this vendor. Please help me to resolve this issue. Many thanks.
    Regards,
    Siddu M

    Hi,
    You have to maintain PAN and LST number in Vendor master. This can be done in two ways :
    1. Go to transaction code J1ID. Select Vendor Excise details and click on Edit
    Click on
    Next Screen
    OR
    2. Go to Vendor Master
    Click on
    Next Screen
    Click on Sales Tax / Service tax tab
    Click on Withholding Tax tab
    In case CIN tab is not visible please revert as it comes on the basis of configuration which will be guided to you.
    We have said OR because in case it is updated in J1ID it reflects in CIN details or vice versa.
    Hope, this solves your issue else revert.
    Regards,
    Tejas

  • Error while extending the VO

    Hi,
    I've a requirement to add a check box in seeded oaf Candidate search page. Below steps are followed :
    1. Extended the VO in "Expert Mode", Added a new column to the seeded query.
    new column attribute details:
    Name : SkillFlag
    Type : String
    Selected in Query : Checked
    Queryable : Checked
    Updatable : Always
    2. Created a new item of "messageCheckBox" in the region.
    new item details:
    id : skillflag
    item style: messageCheckBox
    Functional:
    Required : No
    Read Only : False
    Disable : False
    Search Allowed : False
    Selective Search Criteria : False
    Data:
    Data Type : Varchar2
    Initial Value : <blank>
    Checked Value : <blank>
    Unchecked Value : <blank>
    Initially Checked : false
    BC4J:
    View Attribute: skillflag
    3. Created a project and substitution for the above extension.
    4. Deployed the VO.xml, VORow.class, VORowImpl.class and new Region.
    5. Bounce the Apache.
    Now, when i navigate to the page the below error is getting displayed in the page:
    Logout
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:220)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:213)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         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:889)
         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)
    ## Detail 0 ##
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.sql.NUMBER._fromLnxFmt(NUMBER.java:3214)
         at oracle.sql.NUMBER.toString(NUMBER.java:764)
    Kindly help me.
    Regards
    Manikanta Panigrahi

    Hi,
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.ArrayIndexOutOfBoundsException: 33
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:1009)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:796)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.peformButtonNavigation(AddCompetenciesCO.java:104)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.processFormRequest(AddCompetenciesCO.java:66)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1214)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2968)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1852)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         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:889)
         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)
    ## Detail 0 ##
    java.lang.ArrayIndexOutOfBoundsException: 33
         at oracle.jbo.server.ViewRowStorage.getViewAttributeDef(ViewRowStorage.java:1000)
         at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:691)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.insertCompListRows(SuitabilityMatchAMImpl.java:1699)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.appendCompetenciesListTable(SuitabilityMatchAMImpl.java:1661)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.addCompetenciesToList(SuitabilityMatchAMImpl.java:2138)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:796)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.peformButtonNavigation(AddCompetenciesCO.java:104)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.processFormRequest(AddCompetenciesCO.java:66)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1214)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2968)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1852)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         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:889)
         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)
    java.lang.ArrayIndexOutOfBoundsException: 33
         at oracle.jbo.server.ViewRowStorage.getViewAttributeDef(ViewRowStorage.java:1000)
         at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:691)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.insertCompListRows(SuitabilityMatchAMImpl.java:1699)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.appendCompetenciesListTable(SuitabilityMatchAMImpl.java:1661)
         at oracle.apps.per.selfservice.suitmatch.server.SuitabilityMatchAMImpl.addCompetenciesToList(SuitabilityMatchAMImpl.java:2138)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:796)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.peformButtonNavigation(AddCompetenciesCO.java:104)
         at oracle.apps.per.selfservice.suitmatch.webui.AddCompetenciesCO.processFormRequest(AddCompetenciesCO.java:66)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1214)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2968)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1852)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         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:889)
         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)
    Regards
    Manikanta Panigrahi

  • Error while extending the Controller

    Hi,
    I have extended the CompetenciesCO.class to CompetenciesExtendCO.java using jdeveloper, after that i transfered this file to the same location where the CompetenciesCO.class
    is available.
    My extended class coding is :
    package oracle.apps.per.selfservice.appraisals.webui;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;
    public class CompetenciesExtendCO extends CompetenciesCO {
    public CompetenciesExtendCO() {
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    String variable ="HI";
    if(pageContext.getParameter("xxCalcCompetenciesAvg")!=null){
    OAMessageStyledTextBean competenciesAvg = (OAMessageStyledTextBean)webBean.findChildRecursive("xxCompetenciesAvg");
    competenciesAvg.setValue(pageContext,variable);
    After that i changed the controller class for that region using personalization.
    but it is not working.
    What is the problem?
    Thanks in advance,
    SAN

    Gyan,
    Even after i placed the Extended Controller java file under the custom top $JAVA_TOP/xxhr.oracle.apps.per.selfservice.appraisals.webui.XxCompetenciesExtendCO
    it is not working.
    I also personalized the region for this controller but it throws error:
    Could not create Java class: (xxhr.oracle.apps.per.selfservice.appraisals.webui.XxCompetenciesExtendCO) associated with region: (CompetenciesRN). This is probably because the class name is wrong or not included in project.

  • Error while Extending the EoImpl

    HI ,
    I have a SnwTransactionTypesEOImpl.javaublic class SnwTransactionTypesEOImpl extends SNWEntityImpl {
    private static EntityDefImpl mDefinitionObject;
    * AttributesEnum: generated enum for identifying attributes and accessors. Do not modify.
    public enum AttributesEnum {
    TransactionTypeId {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getTransactionTypeId();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setTransactionTypeId((Number)value);
    Description {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getDescription();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setDescription((String)value);
    LastUpdatedBy {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getLastUpdatedBy();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setLastUpdatedBy((Number)value);
    CreatedBy {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getCreatedBy();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setCreatedBy((Number)value);
    LastUpdateDate {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getLastUpdateDate();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setLastUpdateDate((Date)value);
    CreationDate {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getCreationDate();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setCreationDate((Date)value);
    LastUpdateLogin {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getLastUpdateLogin();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setLastUpdateLogin((Number)value);
    SnwDocumentTypeMappingsEO {
    public Object get(SnwTransactionTypesEOImpl obj) {
    return obj.getSnwDocumentTypeMappingsEO();
    public void put(SnwTransactionTypesEOImpl obj, Object value) {
    obj.setAttributeInternal(index(), value);
    private static AttributesEnum[] vals = null;
    private static int firstIndex = 0;
    public abstract Object get(SnwTransactionTypesEOImpl object);
    public abstract void put(SnwTransactionTypesEOImpl object,
    Object value);
    public int index() {
    return AttributesEnum.firstIndex() + ordinal();
    public static int firstIndex() {
    return firstIndex;
    public static int count() {
    return AttributesEnum.firstIndex() + AttributesEnum.staticValues().length;
    public static AttributesEnum[] staticValues() {
    if (vals == null) {
    vals = AttributesEnum.values();
    return vals;
    public static final int TRANSACTIONTYPEID = AttributesEnum.TransactionTypeId.index();
    public static final int DESCRIPTION = AttributesEnum.Description.index();
    public static final int LASTUPDATEDBY = AttributesEnum.LastUpdatedBy.index();
    public static final int CREATEDBY = AttributesEnum.CreatedBy.index();
    public static final int LASTUPDATEDATE = AttributesEnum.LastUpdateDate.index();
    public static final int CREATIONDATE = AttributesEnum.CreationDate.index();
    public static final int LASTUPDATELOGIN = AttributesEnum.LastUpdateLogin.index();
    public static final int SNWDOCUMENTTYPEMAPPINGSEO = AttributesEnum.SnwDocumentTypeMappingsEO.index();
    * This is the default constructor (do not remove).
    public SnwTransactionTypesEOImpl() {
    * Gets the attribute value for TransactionTypeId, using the alias name TransactionTypeId.
    * @return the TransactionTypeId
    public Number getTransactionTypeId() {
    return (Number)getAttributeInternal(TRANSACTIONTYPEID);
    * Sets <code>value</code> as the attribute value for TransactionTypeId.
    * @param value value to set the TransactionTypeId
    public void setTransactionTypeId(Number value) {
    setAttributeInternal(TRANSACTIONTYPEID, value);
    * Gets the attribute value for Description, using the alias name Description.
    * @return the Description
    public String getDescription() {
    return (String)getAttributeInternal(DESCRIPTION);
    * Sets <code>value</code> as the attribute value for Description.
    * @param value value to set the Description
    public void setDescription(String value) {
    setAttributeInternal(DESCRIPTION, value);
    * Gets the attribute value for LastUpdatedBy, using the alias name LastUpdatedBy.
    * @return the LastUpdatedBy
    public Number getLastUpdatedBy() {
    return (Number)getAttributeInternal(LASTUPDATEDBY);
    * Sets <code>value</code> as the attribute value for LastUpdatedBy.
    * @param value value to set the LastUpdatedBy
    public void setLastUpdatedBy(Number value) {
    setAttributeInternal(LASTUPDATEDBY, value);
    * Gets the attribute value for CreatedBy, using the alias name CreatedBy.
    * @return the CreatedBy
    public Number getCreatedBy() {
    return (Number)getAttributeInternal(CREATEDBY);
    * Sets <code>value</code> as the attribute value for CreatedBy.
    * @param value value to set the CreatedBy
    public void setCreatedBy(Number value) {
    setAttributeInternal(CREATEDBY, value);
    * Gets the attribute value for LastUpdateDate, using the alias name LastUpdateDate.
    * @return the LastUpdateDate
    public Date getLastUpdateDate() {
    return (Date)getAttributeInternal(LASTUPDATEDATE);
    * Sets <code>value</code> as the attribute value for LastUpdateDate.
    * @param value value to set the LastUpdateDate
    public void setLastUpdateDate(Date value) {
    setAttributeInternal(LASTUPDATEDATE, value);
    * Gets the attribute value for CreationDate, using the alias name CreationDate.
    * @return the CreationDate
    public Date getCreationDate() {
    return (Date)getAttributeInternal(CREATIONDATE);
    * Sets <code>value</code> as the attribute value for CreationDate.
    * @param value value to set the CreationDate
    public void setCreationDate(Date value) {
    setAttributeInternal(CREATIONDATE, value);
    * Gets the attribute value for LastUpdateLogin, using the alias name LastUpdateLogin.
    * @return the LastUpdateLogin
    public Number getLastUpdateLogin() {
    return (Number)getAttributeInternal(LASTUPDATELOGIN);
    * Sets <code>value</code> as the attribute value for LastUpdateLogin.
    * @param value value to set the LastUpdateLogin
    public void setLastUpdateLogin(Number value) {
    setAttributeInternal(LASTUPDATELOGIN, value);
    * getAttrInvokeAccessor: generated method. Do not modify.
    * @param index the index identifying the attribute
    * @param attrDef the attribute
    * @return the attribute value
    * @throws Exception
    protected Object getAttrInvokeAccessor(int index,
    AttributeDefImpl attrDef) throws Exception {
    if ((index >= AttributesEnum.firstIndex()) && (index < AttributesEnum.count())) {
    return AttributesEnum.staticValues()[index - AttributesEnum.firstIndex()].get(this);
    return super.getAttrInvokeAccessor(index, attrDef);
    * setAttrInvokeAccessor: generated method. Do not modify.
    * @param index the index identifying the attribute
    * @param value the value to assign to the attribute
    * @param attrDef the attribute
    * @throws Exception
    protected void setAttrInvokeAccessor(int index, Object value,
    AttributeDefImpl attrDef) throws Exception {
    if ((index >= AttributesEnum.firstIndex()) && (index < AttributesEnum.count())) {
    AttributesEnum.staticValues()[index - AttributesEnum.firstIndex()].put(this, value);
    return;
    super.setAttrInvokeAccessor(index, value, attrDef);
    * @return the associated entity oracle.jbo.RowIterator.
    public RowIterator getSnwDocumentTypeMappingsEO() {
    return (RowIterator)getAttributeInternal(SNWDOCUMENTTYPEMAPPINGSEO);
    * @param transactionTypeId key constituent
    * @return a Key object based on given key constituents.
    public static Key createPrimaryKey(Number transactionTypeId) {
    return new Key(new Object[]{transactionTypeId});
    * @return the definition object for this instance class.
    public static synchronized EntityDefImpl getDefinitionObject() {
    if (mDefinitionObject == null) {
    mDefinitionObject = EntityDefImpl.findDefObject("oracle.apps.snw.schema.server.SnwTransactionTypesEO");
    return mDefinitionObject;
    I am trying to extend it with SNWEntityImpl but getting the error
    Error(17,8): oracle.apps.snw.schema.server.SnwTransactionTypesEOImpl is not abstract and does not override abstract method setLastUpdateDate(oracle.jbo.domain.Date) in oracle.apps.snw.schema.server.SNWEntityImplThe SNWEntityImpl .java is
    1: package oracle.apps.snw.schema.server;
    2: import java.util.Enumeration;
    3: import java.util.Hashtable;
    4: import oracle.jbo.server.EntityImpl;
    5: import oracle.jbo.server.TransactionEvent;
    6: import oracle.jbo.Session;
    7: import oracle.jbo.AttributeList;
    8: import oracle.jbo.domain.Date;
    9: import java.sql.Timestamp;
    10: import oracle.jbo.domain.Number;
    11:
    12: /**
    13: *
    14: */
    15: public abstract class SNWEntityImpl extends EntityImpl
    16: {
    17: public static final String RCS_ID= "$Header: SNWEntityImpl.java 115.3 2006/07/26 13:15:25 achorera noship $";
    18:
    19: abstract public void setCreationDate(Date creationDate);
    20:
    21: abstract public void setCreatedBy(Number createdBy);
    22:
    23: abstract public void setLastUpdateDate(Date lastUpdateDate);
    24:
    25: abstract public void setLastUpdatedBy(Number lastUpdatedBy);
    26:
    27: /**
    28: * This method is called whenever a DML operation happens.So whenever an update
    29: * happens in DML operation there will be need to update LastUpdatedBy and
    30: * lastUpdateDate.In DML case only update needs to taken care of and not create
    31: * as the following method create(AttributeList) gets calledonly when commit gets
    32: * called on a VO so the date value inserted in the DB is at time commit gets called.
    33: */
    34: protected void doDML(int operation,TransactionEvent e)
    35: {
    36: if (operation == DML_UPDATE)
    37: {
    38: Session jboSession = getDBTransaction().getSession();
    39: Date currentDate = getCurrentDate();
    40: Number userId = getUserId();
    41: setLastUpdateDate(currentDate);
    42: setLastUpdatedBy(userId);
    43: }
    44:
    45: super.doDML(operation,e);
    46: }
    47:
    48: protected void create(AttributeList nameValuePair)
    49: {
    50: Number userId = getUserId();
    51: Date currentDate = getCurrentDate();
    52: setCreatedBy(userId);
    53: setCreationDate(currentDate);
    54: setLastUpdateDate(currentDate);
    55: setLastUpdatedBy(userId);
    56:
    57: super.create(nameValuePair);
    58: }
    59:
    60:
    61: private Number getUserId()
    62: {
    63: Session jboSession = getDBTransaction().getSession();
    64: int userId = ((Integer)jboSession.getUserData().get("UserId")).intValue() ;
    65: return (new Number(userId));
    66: }
    67:
    68: public Date getCurrentDate()
    69: {
    70: return( new Date(new Timestamp(System.currentTimeMillis())));
    71: }
    72:
    73:
    74:
    75: }
    76:
    PLease let me know how to Extend this .
    Also i have doubt that why the enum attribute is getting generated and the file generated is very different from beloeTpDocumentsImpl .java.
    What i need to chenge so that the file will be generated as per below files..package oracle.apps.snw.schema.server;
    import oracle.jbo.server.EntityImpl;
    import oracle.jbo.server.EntityDefImpl;
    import oracle.jbo.server.AttributeDefImpl;
    import oracle.jbo.RowIterator;
    import oracle.jbo.domain.Number;
    import oracle.jbo.Key;
    import oracle.jbo.domain.Date;
    import oracle.jbo.domain.RowID;
    // --- File generated by Oracle Business Components for Java.
    public class TpDocumentsImpl extends SNWEntityImpl {
    public static final int DOCUMENTTYPEID = 0;
    public static final int EHUBID = 1;
    public static final int OVERRIDINGDELIVERYMETHODID = 2;
    public static final int ARCHIVEOPTION = 3;
    public static final int ACTION = 4;
    public static final int ACKREQUIRED = 5;
    public static final int PACKAGINGSTANDARD = 6;
    public static final int STANDARDVERSION = 7;
    public static final int CREATEDBY = 8;
    public static final int CREATIONDATE = 9;
    public static final int LASTUPDATEDBY = 10;
    public static final int LASTUPDATEDATE = 11;
    public static final int LASTUPDATELOGIN = 12;
    public static final int INSTANCETYPE = 13;
    public static final int ROWID = 14;
    public static final int DOCUMENTTYPEMAPPINGS = 15;
    public static final int TPPROFILES = 16;
    public static final int PACKAGINGSTANDARDS = 17;
    public static final int PACKAGINGSTANDARDS1 = 18;
    public static final String RCS_ID= "$Header: TpDocumentsImpl.java 115.2.51.1 2010/01/12 10:09:55 kcthirum noship $";
    private static EntityDefImpl mDefinitionObject;
    * This is the default constructor (do not remove)
    public TpDocumentsImpl()
    * Retrieves the definition object for this instance class.
    public static synchronized EntityDefImpl getDefinitionObject()
    if (mDefinitionObject == null)
    mDefinitionObject = (EntityDefImpl)EntityDefImpl.findDefObject("oracle.apps.snw.schema.server.TpDocuments");
    return mDefinitionObject;
    * Gets the attribute value for DocumentTypeId, using the alias name DocumentTypeId
    public Number getDocumentTypeId()
    return (Number)getAttributeInternal(DOCUMENTTYPEID);
    * Sets <code>value</code> as the attribute value for DocumentTypeId
    public void setDocumentTypeId(Number value)
    setAttributeInternal(DOCUMENTTYPEID, value);
    * Gets the attribute value for EhubId, using the alias name EhubId
    public Number getEhubId()
    return (Number)getAttributeInternal(EHUBID);
    * Sets <code>value</code> as the attribute value for EhubId
    public void setEhubId(Number value)
    setAttributeInternal(EHUBID, value);
    * Gets the attribute value for OverridingDeliveryMethodId, using the alias name OverridingDeliveryMethodId
    public Number getOverridingDeliveryMethodId()
    return (Number)getAttributeInternal(OVERRIDINGDELIVERYMETHODID);
    * Sets <code>value</code> as the attribute value for OverridingDeliveryMethodId
    public void setOverridingDeliveryMethodId(Number value)
    setAttributeInternal(OVERRIDINGDELIVERYMETHODID, value);
    * Gets the attribute value for ArchiveOption, using the alias name ArchiveOption
    public String getArchiveOption()
    return (String)getAttributeInternal(ARCHIVEOPTION);
    * Sets <code>value</code> as the attribute value for ArchiveOption
    public void setArchiveOption(String value)
    setAttributeInternal(ARCHIVEOPTION, value);
    * Gets the attribute value for Action, using the alias name Action
    public String getAction()
    return (String)getAttributeInternal(ACTION);
    * Sets <code>value</code> as the attribute value for Action
    public void setAction(String value)
    setAttributeInternal(ACTION, value);
    * Gets the attribute value for AckRequired, using the alias name AckRequired
    public String getAckRequired()
    return (String)getAttributeInternal(ACKREQUIRED);
    * Sets <code>value</code> as the attribute value for AckRequired
    public void setAckRequired(String value)
    setAttributeInternal(ACKREQUIRED, value);
    * Gets the attribute value for PackagingStandard, using the alias name PackagingStandard
    public String getPackagingStandard()
    return (String)getAttributeInternal(PACKAGINGSTANDARD);
    * Sets <code>value</code> as the attribute value for PackagingStandard
    public void setPackagingStandard(String value)
    setAttributeInternal(PACKAGINGSTANDARD, value);
    * Gets the attribute value for StandardVersion, using the alias name StandardVersion
    public String getStandardVersion()
    return (String)getAttributeInternal(STANDARDVERSION);
    * Sets <code>value</code> as the attribute value for StandardVersion
    public void setStandardVersion(String value)
    setAttributeInternal(STANDARDVERSION, value);
    // Generated method. Do not modify.
    protected Object getAttrInvokeAccessor(int index, AttributeDefImpl attrDef) throws Exception
    switch (index)
    case DOCUMENTTYPEID:
    return getDocumentTypeId();
    case EHUBID:
    return getEhubId();
    case OVERRIDINGDELIVERYMETHODID:
    return getOverridingDeliveryMethodId();
    case ARCHIVEOPTION:
    return getArchiveOption();
    case ACTION:
    return getAction();
    case ACKREQUIRED:
    return getAckRequired();
    case PACKAGINGSTANDARD:
    return getPackagingStandard();
    case STANDARDVERSION:
    return getStandardVersion();
    case CREATEDBY:
    return getCreatedBy();
    case CREATIONDATE:
    return getCreationDate();
    case LASTUPDATEDBY:
    return getLastUpdatedBy();
    case LASTUPDATEDATE:
    return getLastUpdateDate();
    case LASTUPDATELOGIN:
    return getLastUpdateLogin();
    case INSTANCETYPE:
    return getInstanceType();
    case ROWID:
    return getRowID();
    case DOCUMENTTYPEMAPPINGS:
    return getDocumentTypeMappings();
    case TPPROFILES:
    return getTpProfiles();
    case PACKAGINGSTANDARDS:
    return getPackagingStandards();
    case PACKAGINGSTANDARDS1:
    return getPackagingStandards1();
    default:
    return super.getAttrInvokeAccessor(index, attrDef);
    // Generated method. Do not modify.
    protected void setAttrInvokeAccessor(int index, Object value, AttributeDefImpl attrDef) throws Exception
    switch (index)
    case DOCUMENTTYPEID:
    setDocumentTypeId((Number)value);
    return;
    case EHUBID:
    setEhubId((Number)value);
    return;
    case OVERRIDINGDELIVERYMETHODID:
    setOverridingDeliveryMethodId((Number)value);
    return;
    case ARCHIVEOPTION:
    setArchiveOption((String)value);
    return;
    case ACTION:
    setAction((String)value);
    return;
    case ACKREQUIRED:
    setAckRequired((String)value);
    return;
    case PACKAGINGSTANDARD:
    setPackagingStandard((String)value);
    return;
    case STANDARDVERSION:
    setStandardVersion((String)value);
    return;
    case CREATEDBY:
    setCreatedBy((Number)value);
    return;
    case CREATIONDATE:
    setCreationDate((Date)value);
    return;
    case LASTUPDATEDBY:
    setLastUpdatedBy((Number)value);
    return;
    case LASTUPDATEDATE:
    setLastUpdateDate((Date)value);
    return;
    case LASTUPDATELOGIN:
    setLastUpdateLogin((Number)value);
    return;
    case INSTANCETYPE:
    setInstanceType((String)value);
    return;
    default:
    super.setAttrInvokeAccessor(index, value, attrDef);
    return;
    * Gets the associated entity DocumentTypeMappingsImpl
    public DocumentTypeMappingsImpl getDocumentTypeMappings()
    return (DocumentTypeMappingsImpl)getAttributeInternal(DOCUMENTTYPEMAPPINGS);
    * Sets <code>value</code> as the associated entity DocumentTypeMappingsImpl
    public void setDocumentTypeMappings(DocumentTypeMappingsImpl value)
    setAttributeInternal(DOCUMENTTYPEMAPPINGS, value);
    * Gets the associated entity TpProfilesImpl
    public TpProfilesImpl getTpProfiles()
    return (TpProfilesImpl)getAttributeInternal(TPPROFILES);
    * Sets <code>value</code> as the associated entity TpProfilesImpl
    public void setTpProfiles(TpProfilesImpl value)
    setAttributeInternal(TPPROFILES, value);
    * Gets the attribute value for CreatedBy, using the alias name CreatedBy
    public Number getCreatedBy()
    return (Number)getAttributeInternal(CREATEDBY);
    * Sets <code>value</code> as the attribute value for CreatedBy
    public void setCreatedBy(Number value)
    setAttributeInternal(CREATEDBY, value);
    * Gets the attribute value for CreationDate, using the alias name CreationDate
    public Date getCreationDate()
    return (Date)getAttributeInternal(CREATIONDATE);
    * Sets <code>value</code> as the attribute value for CreationDate
    public void setCreationDate(Date value)
    setAttributeInternal(CREATIONDATE, value);
    * Gets the attribute value for LastUpdatedBy, using the alias name LastUpdatedBy
    public Number getLastUpdatedBy()
    return (Number)getAttributeInternal(LASTUPDATEDBY);
    * Sets <code>value</code> as the attribute value for LastUpdatedBy
    public void setLastUpdatedBy(Number value)
    setAttributeInternal(LASTUPDATEDBY, value);
    * Gets the attribute value for LastUpdateDate, using the alias name LastUpdateDate
    public Date getLastUpdateDate()
    return (Date)getAttributeInternal(LASTUPDATEDATE);
    * Sets <code>value</code> as the attribute value for LastUpdateDate
    public void setLastUpdateDate(Date value)
    setAttributeInternal(LASTUPDATEDATE, value);
    * Gets the attribute value for LastUpdateLogin, using the alias name LastUpdateLogin
    public Number getLastUpdateLogin()
    return (Number)getAttributeInternal(LASTUPDATELOGIN);
    * Sets <code>value</code> as the attribute value for LastUpdateLogin
    public void setLastUpdateLogin(Number value)
    setAttributeInternal(LASTUPDATELOGIN, value);
    * Gets the attribute value for InstanceType, using the alias name InstanceType
    public String getInstanceType()
    return (String)getAttributeInternal(INSTANCETYPE);
    * Sets <code>value</code> as the attribute value for InstanceType
    public void setInstanceType(String value)
    setAttributeInternal(INSTANCETYPE, value);
    * Gets the associated entity PackagingStandardsImpl
    public PackagingStandardsImpl getPackagingStandards()
    return (PackagingStandardsImpl)getAttributeInternal(PACKAGINGSTANDARDS);
    * Sets <code>value</code> as the associated entity PackagingStandardsImpl
    public void setPackagingStandards(PackagingStandardsImpl value)
    setAttributeInternal(PACKAGINGSTANDARDS, value);
    * Creates a Key object based on given key constituents
    public static Key createPrimaryKey(Number documentTypeId, Number ehubId, String action)
    return new Key(new Object[] {documentTypeId, ehubId, action});
    * Gets the attribute value for RowID, using the alias name RowID
    public RowID getRowID()
    return (RowID)getAttributeInternal(ROWID);
    * Gets the associated entity PackagingStandardsImpl
    public PackagingStandardsImpl getPackagingStandards1()
    return (PackagingStandardsImpl)getAttributeInternal(PACKAGINGSTANDARDS1);
    * Sets <code>value</code> as the associated entity PackagingStandardsImpl
    public void setPackagingStandards1(PackagingStandardsImpl value)
    setAttributeInternal(PACKAGINGSTANDARDS1, value);
    What i need to do to generate file in above format..
    Thanks
    Edited by: user778145 on Mar 19, 2010 9:48 AM

    You may want to ensure that the jpx which has the substitution imported on the instance using the jpximport (oracle.jrad.tools.xml.importer.XMLImporter) utility. Also, please check whether the substitution has taken effect by listing the customizations by using the jdr_utils.listcustomizations('<base vo path>') pl/sql procedure.
    Thanks,
    Ganapathi

  • Error Extending the OAEntityImpl class when creating a BC4J  Entity Object

    I have created an EO based on an Oracle Apps table and extended the OAEntityDefImpl, OAEntityCache and OAEntityImpl classes as specified in the OA Framework Developers Guide when creating EO's via the BC4J wizard.
    When I build my Business Components package I recive an error stating that the Impl class should be declared abstract.
    Error(14,8): class oracle.apps.xxtpc.arinvoices.schema.TpcApInvoicesEO2Impl should be declared abstract; it does not define method setLastUpdateLogin(oracle.jbo.domain.Number) in class oracle.apps.fnd.framework.server.OAEntityImpl
    When I modify this class to declare it abstract and then try to test (via the AM test function) the VO that I created based on this EO - I receive an oracle.jbo.RowCreateException: JBO-25017.
    Do you think that this has anything to do with modifying the Impl class to make it abstract? I can create another VO against the same table by creating a SQL statement against it and not basing it off of the EO and this VO will run correctly via the AM tester.
    Thanks,
    Chris
    oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for TpcApInvoicesEO.
         at oracle.jbo.server.EntityDefImpl.createBlankInstance(EntityDefImpl.java:1054)
         at oracle.jbo.server.ViewRowImpl.createMissingEntities(ViewRowImpl.java:1532)
         at oracle.jbo.server.ViewRowImpl.init(ViewRowImpl.java:236)
         at oracle.jbo.server.ViewDefImpl.createBlankInstance(ViewDefImpl.java:1050)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1007)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:2643)

    The problem was that there were no audit columns in the table that I was querying.

  • When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?

    When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?
    I can login fine via this address.
    http://[Server Address]:[Port Number]/ReaderExtensions
    And I can apply the extension successfully, but when I attempt to download I receive the error above.
    Application Alert" The file could not be saved. Are you sure you want to lose your results?

    Please check the supported version of flash player on your client machine for LiveCycle : http://bit.ly/1wGD9t4
    Upgrade or downgrade it accordingly.
    Thanks,
    Wasil

  • I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    Hi,
    I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    The trial is always extended. The serial number you enter determines whether it runs as standard or extended.
    I'm getting through fine with that link, so it must be a browser issue or some such thing. Try another browser.

  • How do I resolve error 10057 when trying to set up my airport express to extend the range of my wireless network

    I have a Dell XPS running on Windows 7 and use an AirPort Extreme 802.11n Wi-Fi to get wireless internet access for other laptops in the home. I want to connect an AirPort Express 802.11n into the network to wirelessly extend the range of my wireless network. I have installed the AirPort Utility but when I attempt to connect to the AirPort Express, it gives me an error code 10057 and says I should check the internet connection. I have tried resetting the TCP/IP settings on my PC but that did not fix the issue. The Airport Express is also flashing yellow rather than solid green. Has anyone found a fix for this issue?

    This sounds as if you have an older AirPort Express that is no longer supported by the newer Mavericks operating system.
    To check and see if  that might be the case, locate the model number on the side of the AirPort Express. It will start with an "A" followed by four numbers. Hard to see in the faint print.....so you may need reading glasses or a magnifying class to see the model number clearly.
    Model numbers A1084 and A1088 of the AirPort Express are no longer supported by AirPort Utility in Mavericks.
    You will need to use a Mac running Leopard, Snow Leopard, or a PC to be able to administer the older AirPort Express.

  • Error Extending the VO

    Hi guys,
    When i extend a VO, it gives me an error of "invalid column index"
    I am unable to extend the VO.
    What are the various possibilities through which i can extend this VO.
    Thanks,
    Boris

    Hi,
    This is the error i get,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27021: Failed to load CustomDatum value at index 39 with java object of type oracle.jbo.domain.Number due to java.sql.SQLException.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:616)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1191)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2582)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1913)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         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)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.driver.OracleResultSetImpl.getBytes(OracleResultSetImpl.java:538)
         at oracle.jbo.domain.Number$1facClass.createDatum(Number.java:103)
         at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(OracleSQLBuilderImpl.java:1194)
         at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(AttributeDefImpl.java:1633)
         at oracle.jbo.server.ViewRowImpl.populate(ViewRowImpl.java:2221)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1066)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:3014)
         at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(ViewObjectImpl.java:2907)
         at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:2272)
         at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:2130)
         at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1504)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:3697)
         at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2818)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2674)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2634)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getRowCountInRange(ViewRowSetIteratorImpl.java:699)
         at oracle.jbo.server.ViewRowSetImpl.getRowCountInRange(ViewRowSetImpl.java:3195)
         at oracle.jbo.server.ViewObjectImpl.getRowCountInRange(ViewObjectImpl.java:7027)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.getRowCountInRange(OAViewObjectImpl.java:1981)
         at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.adjustViewRange(OAWebBeanBaseTableHelper.java:226)
         at oracle.apps.fnd.framework.webui.OATableHelper.prepareNavigatorProperties(OATableHelper.java:1652)
         at oracle.apps.fnd.framework.webui.OATableHelper.prepareForRendering(OATableHelper.java:513)
         at oracle.apps.fnd.framework.webui.beans.table.OATableBean.prepareForRendering(OATableBean.java:1220)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.setAllColsFormat(AwardByQuoteCO.java:714)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.setTableLayout(AwardByQuoteCO.java:528)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.processRequest(AwardByQuoteCO.java:211)
         at xxifms.oracle.apps.pon.award.creation.webui.xxAwardByQuoteCO.processRequest(xxAwardByQuoteCO.java:52)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1191)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2582)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1913)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         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)
    java.sql.SQLException: Invalid column index
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.driver.OracleResultSetImpl.getBytes(OracleResultSetImpl.java:538)
         at oracle.jbo.domain.Number$1facClass.createDatum(Number.java:103)
         at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(OracleSQLBuilderImpl.java:1194)
         at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(AttributeDefImpl.java:1633)
         at oracle.jbo.server.ViewRowImpl.populate(ViewRowImpl.java:2221)
         at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1066)
         at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:3014)
         at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(ViewObjectImpl.java:2907)
         at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:2272)
         at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:2130)
         at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1504)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:3697)
         at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2818)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2674)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2634)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getRowCountInRange(ViewRowSetIteratorImpl.java:699)
         at oracle.jbo.server.ViewRowSetImpl.getRowCountInRange(ViewRowSetImpl.java:3195)
         at oracle.jbo.server.ViewObjectImpl.getRowCountInRange(ViewObjectImpl.java:7027)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.getRowCountInRange(OAViewObjectImpl.java:1981)
         at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.adjustViewRange(OAWebBeanBaseTableHelper.java:226)
         at oracle.apps.fnd.framework.webui.OATableHelper.prepareNavigatorProperties(OATableHelper.java:1652)
         at oracle.apps.fnd.framework.webui.OATableHelper.prepareForRendering(OATableHelper.java:513)
         at oracle.apps.fnd.framework.webui.beans.table.OATableBean.prepareForRendering(OATableBean.java:1220)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.setAllColsFormat(AwardByQuoteCO.java:714)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.setTableLayout(AwardByQuoteCO.java:528)
         at oracle.apps.pon.award.creation.webui.AwardByQuoteCO.processRequest(AwardByQuoteCO.java:211)
         at xxifms.oracle.apps.pon.award.creation.webui.xxAwardByQuoteCO.processRequest(xxAwardByQuoteCO.java:52)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1191)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2582)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1913)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         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)

  • Error "Extend the destination address using the location input help"

    Hi experts,
    I got warning while creating travel expense from existing travel request.
    the warning appear like this "Extend the destination address using the location input help"
    I don't want user to enter detail of address trip destination.
    how to avoid this?
    thanks
    Edited by: nzworld on Apr 29, 2011 5:42 AM

    Hi,
    If you are using ESS and you get the warning message when you enter details for a particular expense type. Please follow the config and hide the location details. Then you will not get this error message.
    SAP Customizing Implementation Guide > Financial Accounting (New) > Travel Management > Travel Expenses > Dialog and Travel Expenses Control > Dialog Control > Field Control for Additional Receipt Information.
    Enter your trip provision variant, select the expense type for which you dont want to enter the location details and then select details. Search for the variable location, select hide radio button and save.
    Please let me know if you have further clarifications.
    Regards,
    Raj

  • [CS3] Extending the Document Object Results an Error

    I'm trying to extend the Document object:
    Document.prototype.myOwnMethod = function() {
    /* some code here */
    but I'm getting a Document is undefined error in Illustrator CS3
    I tried extending the Application object:
    Application.prototype.myOwnMethod = function() {
    but I don't get any error.
    How can I resolve this?
    Thanks in advance....
    -- Jeff

    very old post, but not answered.
    PathItem.prototype.nick ="pfad"
    will work if a single Path is initialized before:
    var p =activeDoc.selection.. or something
    ,otherwise not
    to solve this i create my own obj.:
    function Pfad(obj){
         this.nick = "bla";
         this.ai = obj; // to store the original Obj
    var p = new Pfad(pathItem);
    //then :
    p.nick;
    p.ai.fillColor;
    my question is: is this the best solution or could it be done better?
    thank you
    Chris

  • Everytime I get thru to the point of extending the current wireless system I end up with an error and asks to retry. I have tried everything. Light keeps flashing amber. Any ideas out there

    Installing Airport extreme to extend existing wireless system. I have airport Utility current. after getting to the point of extending the system it tells me there was an error and please retry. I am using my IPad and I phone with the utility and both don't work. I have internet via hard wire thru the AEBS and it does see the  wireless signal but the big I shows up and the light still flashes amber. ( I am using an HP lap top and linksys router is main wireless station). Working on this most of the day, any help?

    Please describe the changes you made in detail.. it is terribly hard to fix network issues remotely with vague general comments.
    Was the TC, main router, bridged, connected via ethernet or joined to the wireless network???
    What is the main router now..?? What is the wireless?
    Do you have a direct connection to the TC by ethernet.. ?? If not you need one for setup.. plug ethernet to a laptop is easiest or remove the TC from the network and just plug it into the computer.. press and hold the reset for 10sec to get access.
    Lion is hopeless network wise.. and you need to download the proper airport utility 5.6 before you attempt this.. so connect up by ethernet to the main router.. whatever that is and download the stuff you need before you begin.
    http://support.apple.com/kb/DL1482

  • I just set up an Optus Cisco DPQ3925 wireless router to access higher speed internet I signed up for. I have a 4th gen airport extreme I want to put in another room and use as a wifi extender the wifi but I get an error message each time I try. Help?

    Hello all.
    I have just set up a new cisco DPQ3925 wireless router that Optus sent me to be able to access the higher speed internet I have signed up for.
    I have a 4th gen apple extreme that I want to use to extend the wifi but when I try to update the settings via the airport utility I get a message that says it cannot do so, and to check it is in range and the wifi is set up correctly. I'm not experienced with these things but I can't think what I have done wrong.
    Is anybody able to help me please.

    You cannot use the AE to extend wireless from a non apple router such as your cisco modem router.. they are not compatible..
    You need to tie to the two devices together either with ethernet or something like EOP adapters.. They are about $120 and you can price match in officeworks.

  • Error While Posting the Asset Down Payment

    Dear Members,
    When I am doing Asset down payment through F-48, I am getting the following error.
    Before that I would like to inform you that I created 2 GL Accounts. i.e. Down Payments on Assets ( Recon A/c Assets )  and Second GL A/c is Asset Clearing A/c ( With out Recon A/c ).
    Further I assigned in T. Code -   AO90, I assigned the Down Payments on Assets GL A/c and In Clearing column I assigned the Asset Clearing A/c.
    Even though it is giving the following error.
    Item category 07000 not allowed in accounting transaction 1000/0001
    Message no. GLT2001
    Diagnosis
    The online document splitting is active in your system. Here, each document is assigned to a accounting transaction variant and each document row to an item category.
    You determine for each business transaction variant which item categories can or must be posted here.
    The following error occurred for the document you entered:
    Item category 07000 in accounting transaction 1000, variant 0001 is not allowed.
    System Response
    The document cannot be posted.
    Procedure
    Check the document entered, the derivation of the business transaction variant, the derivation of the item category, and the assignment of the item categories to the business transaction variant.
    do the needful at the earliest.
    Thanking You
    Regards
    K. S. Kumar

    Hi Sai Kumar,
    Go to Document splitting node..
    And check against the doc type that you are using in F-48, what business transaction variant is assigned in Classify document types for Document Splitting.
    next go to the following node....
    Doc Splitting->Extended Doc Splitting-> Define Business Transaction variants
    and select your business transaction variant as defined above and copy that and give it a name Z001,
    now select Z001 and double click on Assigned Item categories.., then select new entries and add 07000 Asset there and save.. it will give a warning message but just go on saving.
    next go to the node Classify document types for Document Splitting again and enter this Business transaction variant againt the document type that u r using in F-48. AND it will work.
    Regards,
    SAPFICO

Maybe you are looking for