Transport deletion of Substitution step

Hi,
I'd like to delete one of the steps in FI substitution.
Does anyone know how to transport the deletion of substitution step?
Though I create the transport request via T-CD GCT0 after I delete the target step, the transport object still contains the deleted step.
Your help would be much appreciated.
Best Regards,
Mari

Hi Preeti,
Thank you so much for your response.
But could you please allow me to ask an additional question?
I have tried according to your instruction, and here I've got a work bench request.
But in SE01, I can still see the deleted step.
How can I verify if this request is for deletion?
The step 3 in the attached picture is the deleted one.
Thank you very much for your help in advance.
Best Regards,
Mari

Similar Messages

  • Help deleting VO substitution

    Hi All,
    I extended a VO viz. oracle.apps.ar.irec.accountDetails.pay.server.DefaultPaymentInstructionVO to add a transient attribute in Page 'oracle/apps/ar/irec/accountDetails/pay/webui/ARI_INVOICE_PAYMENT_PAGE'.
    The JPX import ran fine. However, I wanted to reverse the substitution so I went into Functional Administrator, personalizations and for the page removed the Site level personalization.
    Since, I have bounced the apache etc and requeried that page. But it now gives me some other VO related error and I can still see my View Object in the Business Components section of About this Page.
    If I check in Personalizations tab on About this Page , at bottom section 'Business Components Substitutions' it says No Business Component Substitutions.
    Not sure what has gone wrong here, but it appears I may have not removed the substitution correctly or deleted some other seeded substitutions in the process ?
    If I run
    exec jdr_utils.listCustomizations('oracle/apps/ar/irec/accountDetails/pay/webui/ARI_INVOICE_PAYMENT_PAGE');
    it just says PL/SQL procedure completed successfully, but returns nothing.
    Please Help !!
    Shanky

    Parag, thanks for your prompt replies.
    I have compiled VOImpl.java without any errors on server. However, in jdev on rebuilding project it gives error 'DefaultPaymentInstrumentVOImpl not found'.
    I bounced middle tier and navigate to page and get error :
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.  Statement: SELECT customer_id,
           currency_code,
           total_due_original,
           total_due_remaining,
           total_discount,
           total_service_charge,
           total_payment_amount,
           (total_due_remaining - total_payment_amount) as  total_balance_due,
           TO_CHAR(total_due_original , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as total_due_original_formatted,
           TO_CHAR(total_due_remaining , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as total_due_remaining_formatted,
           TO_CHAR(total_service_charge , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as total_service_charge_formatted,
           TO_CHAR( -total_discount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as total_discount_formatted,
           TO_CHAR(total_payment_amount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      as total_payment_amount_formatted,
           TO_CHAR( (total_due_remaining
                     - total_discount
                     - total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as total_balance_due_formatted,
           TO_CHAR(TO_NUMBER(TO_CHAR(SYSDATE, 'MM'))) current_month,
           TO_CHAR(SYSDATE, 'YYYY') current_year,
           TO_CHAR( (total_service_charge +
                     total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))
                      || ' ' || currency_code  as grand_payment_total_formatted,
           to_number(:1) as customer_site_use_id,
           total_number_of_installments,
           trunc(sysdate) as receipt_date,
    TO_CHAR( (dispute_amt), FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))||' '||currency_code as dispute_amt
    FROM
    (SELECT customer_id,       
            currency_code,
            sum(amount_due_original) total_due_original,
            sum(amount_due_remaining) total_due_remaining,
            sum(discount_amount) total_discount,
            sum(service_charge) total_service_charge,
            sum(payment_amt) total_payment_amount,
            sum(number_of_installments) total_number_of_installments,
    sum(-dispute_amt) dispute_amt
    FROM   ar_irec_payment_list_gt
    WHERE  customer_id = :2
    AND    customer_site_use_id = nvl(:3, customer_site_use_id)
    AND    org_id=:4
    GROUP BY customer_id, currency_code
            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.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1173)
            at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:51)
            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.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
            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.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351)
            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.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351)
            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 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: Missing IN or OUT parameter at index:: 1
            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.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1738)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3382)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3431)
            at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
            at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:860)
            at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
            at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
            at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
            at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)
            at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
            at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:688)
            at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5792)
            at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:197)
            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.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1173)
            at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:51)
            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.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
            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.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: Missing IN or OUT parameter at index:: 1
            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.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1738)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3382)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3431)
            at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
            at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:860)
            at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
            at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
            at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
            at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)
            at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
            at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:688)
            at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2657)
            at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2634)
            at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1474)
            at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2828)
            at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5792)
            at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:197)
            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.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1173)
            at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:51)
            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.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
            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.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351)
            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.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351)
            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.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
            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.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:2575)
            at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1906)
            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)
    Also, if in SQL Plus , if I do
    exec jdr_utils.listcustomizations('/oracle/apps/ar/irec/accountDetails/pay/server/DefaultPaymentInstructionVO');
    it says PL/SQl procedure successfully completed. But returns nothing !
    But it does not list my substitution ?
    If I would want to start from scratch , how do I delete my substitution ? Doing About this page, I can see my custom View Object in the Business components section.

  • Transport deleted objects in productive

    Hi!
    Help, plz.
    What is the right way to transport deleted objects (levels, packages...) to PROD system from QUALITY?

    Hi Marina,
    I would think the right way to transport objects would always be from DEVP (development) to PROD and not from QUALITY else after a period of time it is possible that you might have three systems DEVP, QUALITY and PROD and none of them in sync with each other.
    You use QUALITY only for testing/training purposes and not for development purpose.
    If you have accidentally deleted objects from Devp, would suggest recreating the same in Devp.
    hope it helps

  • Transport deletion Tax Code

    Dear Guru,
    I have create Tax code N2 in QA then I delete this tax code in DEV via FTXP.
    When I  transport this changes to QA,  the tax code is still exists, so I have to delete manual in QA.
    I dont want it happen again in PRD.
    How to transport deletion tax code ?

    Hi Callia,
    Please check note 443433. When you maintain tax codes with tax jurisdiction codes, condition
    records cannot be deactivated.
    Also check these notes:
    1161903  FTXP Export tax codes with tax jurisdiction codes, time-dep
    1149815  FTXP Transport tax code with jurisdiction code: Date missing
    1134763  FTXP - Update of incorrect interval for internal US tax
    Best regards,
    Cintia.

  • Substitution step transport

    I try to use GCT0 to transport substitution rule, my problem is I only want to transport the certain step, under my substitution rule ZFI, there are fourty steps, I only need to transport the 29 and 32th step, if I transport other steps, it will conflict with existing PRD setting.
    is it possible to transport certain steps, how to do it?

    Srinisir,
    The only way to do it is enable PRD environment to alow Rules changes. You must do that and copy all codes from your succeeded test. You can't transport the Step. You have to transport the entire rule.
    I hope it helps.
    Regards

  • Substitution Step GCT0

    Hi Experts,
    I have a requirement where i want to transport Step for Line Item Substitution to Production enviornment from Development.So their is a Transaction Code GCT0 which gives me 3 options
    1 Logical Rules.
    2 Transport Sets
    3 Boolean Class.
    So Can someone please advice which is the Button  I need to select to transport SUBLINE Also please advice will the same have an impact on my Production Server and can it lead to any changes.
    Thanks in advance....
    Regards
    Rahul

    Logical Rules should suffice.

  • Need to make Leave request delete a single step process on Leave Overview..

    <h5> Hi Guru's, </h5>
    <p>
    My clients requirement is to add a coulumn to the standard LeaveOverview application under SAP ESS Leave application.This coulumn should have a "Delete" button for each row while showing the LeaveOverview records.
    <p>
    On Click of the Delete button the client wants the Leave request to be deleted,without carrying out any further steps as they appear in the standard scenario.
    <p>
    I could add the coulumn by using the provided hidden cutomer field, and added the button as well. Only thing remaining is now the deletion part of it. I am new to WebDynpro java so please help me.
    <p>
    Thanks in advance!
    <p>
    Samir Kulkarni
    9922111479

    Hi Siddharth,
    Thanx for a quick reply!
    I know it can be done with wd java, but I would like a step by step process as being a amature in this domain. I tried few things on standard but in the end it will take me to the review screen only.
    It will really be helpful if you let me know the note number cause I have been searching for the same for long and could only get a note for skipping review screen in the Leave Request process not in the deletion's case from leave overview screen.
    Thanks in advance!
    Regards,
    Samir
    9922111479

  • How to delete a substitution

    Hi All,
    I have done a simple VO extension and I am ready to deply it to our development environment. I have got the substitution file and have specified the relevant files but before I upload it I want to know how to back it out (Incase their is an issue!)
    Can someone let me know how you would go about "Turning Off" the substitution so that apps goes back to the seeded VO?
    Thanks
    Keith

    Keith,
    I would like you to search existing threads for this. Deleting substitution has been explaines so many times on this forum.
    --Mukul                                                                                                                                                                                                                                                                                                                       

  • How to transport deletion of a SAP Query

    Hi
    I have a SAP query which I deleted in the development system through SQ01.    How do I transport this deletion to production ?   Is this possible, or should we be deleting it directly in production system ?
    Many thanks,
    Sanker

    I am interested in this question too.
    The deletion is written to the standard BEx transport. Is it possible to collect the deleted queries and transport the deletion to production somehow?

  • How to transport deletion config entry

    Hi
    I have deleted payment terms in Development client and want to reflect the same in Quality.It did not ask for Transport request while deleting.I am aware in case of any addtion or modifications we select the particular new/modified entry and create a transport request by including the changes.
    Here I can't do that since  entry is deleted.How do I delete the entry in Quality.
    Please help.
    regards

    Hi,
    Good afternoon and greetings,
    You can recreate the Transport Request in the following way
    1. By seeing the entry in QA recreate the Payment Method in Development client and at the time of saving ensure that a transport request is prompted.
    2. You will have to delete the Payment Method and SAVE IT IN THE SAME Transport request and then release it to see the effect in the QA client.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • How to transport deletion of bw objects?

    I have transported an InfoCube to my test server.  However, now I wish to delete that InfoCube.  What is the proper way to delete a bw object in the QA environment?  Do I delete the bw object in the development server, then somehow attach the deletion to a request?  Or do I have to delete the object direclty in QA?
    Thanks,
    - B

    Hi Brendon,
    Once an object is transported, you need to delete it using a transport as well. When you delete your object in Dev, the system will prompt for a transport request. You can then import this in your QA (and prod) system. It is not advised to delete directly in Q, moreover the systems settings would prevent this in most companies.
    Hope this helps...

  • How to delete unwanted username -- steps in forum do not work

    (e.g. [email protected]) appears (pops up) in the remembered username boxes on the Yahoo mail and match.com websites among others. The process suggested for erasing such an unwanted entry does not work -- namely highlighting the phrase then pressing "delete" -- as it still reappears the next time the website is accessed. How do I eradicate this pest from my computer?

    I would first try to sync the iPad. iTunes does not 'see' what is on the iPad at all, it merely reflects what it thinks should be there, given all the actions that it has taken. If iTunes doesn't show that file as present, then it thinks that it got deleted.
    The fact that it didn't get its state change logged in the iPad itsel,f and why that might have happened, are separate issues. The end result, however, is that you've deleted the file in the iTunes sync package and the subsequent sync process should once again try to remove it from the iPad.
    Should that not work, it would lead to the more standard troubleshooting steps laid out in the last chaper of the Users Guide.

  • Can we transport deleted planning areas acorss landscape

    Hi All,
    I am new to SEM, I have to delete some planning areas and same has to be done across the landscape.
    Can i delete planning area and collect to request and transport or do i need to delete planning areas in each system.
    Any help greatly appreciated.
    Cheers,
    Suresh.

    Deleted objects will not be deleted on your target system, so you have to do it manually.
    Hope it helps.
    Regards

  • Multiple backups delete in one step

    Hi,
    when I need disk space I delete time machine backups using time machine interface and deleting one backup each time.
    If I have to delete all the last month backups I need to do the same process many times.
    Is there a way to delete for example the last months backup in one step?
    Thanks,
    Flavio

    Flavio Muscetra wrote:
    Hi,
    when I need disk space I delete time machine backups using time machine interface and deleting one backup each time.
    If I have to delete all the last month backups I need to do the same process many times.
    Is there a way to delete for example the last months backup in one step?
    no, there isn't. the only way to do so is to reformat the TM drive wiping everything on it. if you want to restrict the space taken by backups partition your TM drive in two and keep one partition dedicated solely to TM. In general it's a bad idea to keep other data on the same partition as TM backups. first, TM will eat up the space just as you are seeing. also, TM is quite buggy and there are many situations when you might have to wipe all TM backups and start backups from scratch. having other data on the same partition makes this very inconvenient.
    Thanks,
    Flavio

  • Transporting "Deleted records" with TABU

    Hi everybody,
    I have a Z table defined as customizing (Delivery Class C)
    We are updating it using a special dialog program we developed that doesn't creates change request.
    usually the changes in this table are small (only a few records) and we repeat the changes using the same dialog program in further environments (QA, PROD).
    I have to make a big amount of changes in the table contain, most of them deletions.
    I was thinking of creating a change request manually using TABU but I could not find a way of defining a delete in the change request.
    when I delete a record from an usual SM30 it creates the TABU entry + the key in the change request and it looks exactly like an adding in the table.
    My question is: How can I ensure that the record that I deleted in DEV will be deleted in QA & PROD using the change request ?
    Thank you very much
    Gilbert COHEN

    Hi
    I know the problem, but you can create that MAINTENACE and not transport it in prod, so u use it in dev and/or quality system only.
    Anyway I can't see any difference too, so I believe the line of kind TABU can be the same if it needs to insert or update or delete a record, I suppose the system decides which action to be done after releasing the request. Probably here it checks the record in the table:
    - if it exists it means it has to be inserted/updated
    - if it doesn't exist it means it has to be deleted.
    So you can try to change a few record in the table (one updating and one deleting), create, release and trasport the request for these changing in QA system. Here see the result.
    Max

Maybe you are looking for

  • Itunes account canceled by Itunes

    Account was cancelled by itunes due to fruadulent use. Need to find out how to transfer purchases to my new itunes account

  • Superscript single character in table of contents

    Hi, I'm trying to superscript individual characters in my table of contents - landscape only view.  You can see in the screenshot, I'd like to be able to superscript the registered trademark symbols that appear in some of the section titles.  Anyone

  • HT5824 can i erase data from icloud to make space?

    My iphone keeps telling me it can't back up because I need more space on Icloud. Can I earse existing data to make more room? Is that posible? Or do I have to buy more space... Any other options? (apart from saving to my computer..) Thanks

  • Migration steps in oracle reports and forms

    Hi, I want to migrate oracle reports and oracle forms from its curent versions to 10G. current versions: Oracle Report : 2.5 Oracle Forms : 4.5 any help would be appreciated..... Thanks, Ganesh

  • How do I edit a droplet

    I have a droplet that someone created for me, and need to edit the last step of it, and can't figure out how to see the actions in the droplet, or edit them. If I run it, the actions appear as "droplet set" in the actions palette, but then disappear