Disable e-mail  field  when line item created by copying another line item

Hi All,
I need your help. Actually our user wants to create a line item by copying existing line item in shopping cart. While doing so the requirement is the e-mail address field remains disable after the line item is copied. Please guide me how to do it. Please feel free to ask me any further questions.
Regards
Praveen Ghosh

Hi Zaid,
Thank you for your response.  Assets are not my area so I’m not sure if I missed a transaction or step in the process.   I tested this out by doing the following steps:
Created AUC Asset class with line item checked
Assigned PM Order type as non-investment with no investment profile and created order number
Created a main asset number 
Created an AUC sub asset number to step 3
Created settlement rule to sub asset number on order
Posted costs to order
Settled from order to AUC with transaction KO88
Created distribution rules for asset with transaction AIAB
Settled from sub asset to main asset number with transaction AIBU
When I settled from the sub to the main asset number in step 9, I found I lost the line item detail.  Is there another configuration setting I need to make to allow me to see the line item detail when I use AIBU?
Thank you,

Similar Messages

  • Dropdown field - when certain entries are selected make another field unavailable for data input

    Hi All,
    Sorry one again I am very new to forms and have another question. I have a dropdown list which when selecting certain values I need another field to be unavailable so the user can't enter data.
    Hope this example makes sense:
    DropDown
    Field %
    Outer
    Not Allowed to enter data
    Back
    Not Allowed to enter data
    Inner
    Not Allowed to enter data
    Cotton
    Allowed to enter data
    Wool
    Allowed to enter data
    If someone could give me some examples that would be a great help.
    Many Thanks
    Adam Sadler

    Here's a script that you can use for the custom Validate script of the dropdown. It resets the value of the corresponding text field whenever a change is made to the dropdown. You can get rid of the line that does this if you don't want this to happen. Change "text1" in the code to match the name of the text field you're using.
    // Custom Validate script for dropdown
    (function () {
        // Get the selected value
        var v = event.value;
        // Set up an object to associate read-only status of text field with items
        var f_state = {
            "Outer": true,
            "Back": true,
            "Inner": true,
            "Cotton": false,
            "Wool": false
        // Get a reference to the text field
        var f = getField("text1");
        // Clear the text field
        f.value = "";
        // Set the read-only status of the text field based on what's selected
        if (v in f_state) {
            f.readonly = f_state[v];

  • Opening stationery items creates duplicate copy

    Hi: We moved from OS X Server 10.3.x to Leopard Server and since then I have noticed the reoccurrence of a problem we used to have in the early days of 10.3 Server, namely that when a client machine opens a document designated 'stationery pad' status, it actually creates a duplicate and opens that. As a consequence our server is becoming cluttered with duplicate items of stationery.
    Am I alone in this or have others had the same experience and if so, what was the fix?
    Thanks,

    Tried, didn't work. Have a look at this file:
    http://sharesend.com/wuchbzq0
    It has a rectangle in it's master page. When I override it. It creates a copy on top. Didn't notice it at first until I resized and moved it. The not-overridden version was still present. Positioned like it is in the master page and locked on the first page so it can be overridden once more.
    When I move it in the master page, resize it, remove the effect, drag it more to the left... al these things help. When I then override it on page 1, no copy is made. When I reposition it at that location or further to the right, when I give it the same dimension again or lager... then I get the duplicates again.
    Can you try it? Overriding the object on page one and moving it to the left? To see whether the master page item is still present which can be overridden once more so there are two objects (and again the master page item intact)?

  • Not able to pick PO text via READ_TEXT when PO is created by copy.

    Hi,
    I am not able to pick PO texts from READ_TEXT function module for PO's which are created via Copy of another PO as entries for that PO texts are not found in STXH table.However after creating PO if I do some modification in any text and save PO again then READ_TEXT is able to pick that text.
    Please help.
    Thanks.

    >
    powerstar wrote:
    > PLease try the sample code as shown below..
    >
    > data: lc_ebeln type ekpo-ebeln,
    > lc_ebelp type ekpo-ebelp,
    > lc_text  type thead-tdname,
    > lc_id type thead-tdid,
    > lc_object type thead-tdobject.
    >
    > data: it_tline type table of tline,
    > wa_tline type tline.
    > *wa_ekpo type ekpo.
    >
    > concatenate wa_ekpo-ebeln wa_ekpo-ebelp into lc_text.
    >
    >
    > lc_id = 'F03'.
    > lc_object = 'EKPO'.
    > call function 'READ_TEXT'
    > exporting
    > client                        = sy-mandt
    > id                            = lc_id
    > language                      = 'E'
    > name                          = lc_text
    > object                        = lc_object
    > * IMPORTING
    > *   HEADER                        =
    > tables
    > lines                         = it_tline
    > exceptions
    > id                            = 1
    > language                      = 2
    > name                          = 3
    > not_found                     = 4
    > object                        = 5
    > reference_check               = 6
    > wrong_access_to_archive       = 7
    > others                        = 8
    > .
    > if sy-subrc <> 0.
    > * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    > *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    > endif.
    >
    > Regards,
    > *******.
    Did you get a chance to see what the OP is asking about?

  • How do I center a text field when input can be single or multi-line?

    I'm creating a form in Adobe Acrobat Pro XI and have almost everything the way I want it.  One of my last problems is trying to get a text in a text field centered.  The input is sometimes a single line and sometimes multi-line.  If I set it up so the multi-line entries are centered, then the single line looks off ... and vice versa.  Is there any way to have the text automatically centered in the text field regardless of whether it's single or multi-line?

    Unfortunately, there's no way to set up a field so that the text is guaranteed to be vertically centered in both cases. If you set it up so that rich text formatting is enabled, it's possible for a user to vertically center, but it's not something you can preconfigure so that it will remain in effect when the field is cleared. For a user to do this, with the focus set to the field they'd have to display the Properties toolbar (Ctrl+E), click the "More..." > Paragraph > Alignment > Text Middle [button]

  • Triggering multiple mails for external Mail id when PO is created

    Hi,
    I configured PO workflow and i used a standard program to send the mail to the external Mail id's of the users.
    The thing is when a PO is created the user whos has to release the PO is getting a Mail in Business Workplace through work flow and simoultaneously a mail will go to his external mail with a message that So and so PO is created please release it.
    As he cant keep on monitor his SAP Business workplace,whenever he get a mail to his external id,he will login to SAP and approves or rejects the PO.
    Here the probelm is the external mail is keep on triggering for every 15 min as we scheduled the Job for ever 15 min.
    So for the same PO number it is giving multiple mails to the external id until it is released.
    It should be like one mail should trigger for one PO number instead of multiple mails for the sam PO number.
    I'am unable to find the solution.
    Please guide me with a solution.
    With Regards,
    Praveen

    Hi Praveen,
    1> Goto transaction SWO1.
    2> Enter Object/Interface Name as BUS2012 and click on Create Subtype.
    3> Enter the required values (you can give ZBUS2012 everywhere....only give Application as R). Place cursor on methods and click on create. Enter details and finally give name of your function module (which you would be creating with the logic of sending mails to selected users) in ABAP tab.
    4> Place cursor on method name and click on parameters and create the required parameters. These parameters would receive value from task container.
    5> Finally goto transaction SWO6 and delegate this BO to parent BO (which is BUS2012). This would enable the methods of child BO to be available to the parent one.
    Try the steps and let me know wherever you get stuck.
    Best regards,
    Abir

  • How to receive an e mail notification when my Mac finishes a copy.

    Hi there. I  left at the office my Mac copying a big chunk of data from one HDD to another. I was wondering if is a way to setup my Mac to send me an e-mail when a task is finished, in this case copying . In my day to day, that would be a very useful feature.
    Thanks

    You would have to search the iTunes Store to find such an app. I know of ones that do so within a room, but not wirelessly. It is doable with a remove computer, however, using Screen Sharing (sometimes referred to as Back To My Mac.) I don't know if it's possible with an iPhone to use it, however. But if it is then someone has probably written an app for it. You can do it from your office Desktop if it's a Mac.

  • Apple Mail 10.5.2 freezes when trying to IMAP sync Apple To Do Items folder

    Hi - my Apple Mail freezes when trying to IMAP sync Apple To Do Items folder. This only started after Leopard 10.5.2.
    A copy of my console log is shown below. Looks like there is some calendar with a nil UID -- and the program has a bug that it can't handle this.
    Does anyone now how I get rid a nil UID (either an empty folder or an item with a null UID) to workaround this bug?
    2/20/08 8:45:19 AM Feb 20 Mail[9754] * -[CalCalendarStore calendarWithUID:]: UID is nil during invocation of -[ToDoReconciler requestReconciliation:]
    Stack Trace: (
    2498794059,
    2525638907,
    2498793515,
    2498793578,
    6043006,
    9130735,
    9129278,
    9129058,
    8690574,
    8687453,
    8665789,
    8664608,
    2498816893,
    2498815336,
    9279289,
    9278235,
    2418472365,
    2418471252,
    2513136725,
    2513136402
    ))

    It looks as if you've the problem discussed in this -> https://discussions.apple.com/thread/4766577?tstart=0 (and other) threads.
    Basically the soldering on your GPU is defective and the GPU probably needs to be reballed: if you take it to Apple they will just want to replace the logic board. If you're still under AppleCare, or if they will replace it gratis, that may fix your problem temporarily. A reball may also be temporary, but it's less expensive and there are repair centers that offer up to a one-year warranty: much better than Apple's 90-day warranty.
    Have a look at the thread above: no need to read it all - just give it a glance and leave a message there if you wish.
    Good luck,
    Clinton
    MacBook Pro (15” Late 2011), OS X 10.??, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • Issue in Oracle Pricing - Creating a new pricelist line

    Hi All,
    We have an issue in Oracle Pricing.
    In a price list we have an existing line with some product precedence value, start date as not null and end date as null.
    Now through our PL/SQL code (using the API qp_price_list_pub.process_price_list) we are creating a new line with the same item, what happens is a new line is created and the existing line is end dated with the new line's start_date-1, but the precedence of the existing line is made null.
    We are unable to understand, is this a standard functionality and if not then what might be done to retain the previous line's precedence value.
    Any help in this would be of great help.
    Regards,
    Shruti

    Hi All,
    Can anyone please help me with the above issue....its getting critical for our client.
    Regards,
    Shruti

  • Copying of Service items from contract into Purchase order

    Dear Friends,
    We have upgraded from 4.6B to ECC6.
    Previously when we create Purchase Order with reference to Contract(i.e.Release order),we select service line items by selecting service selection button from PO and select the service line items from Contract,then whatever the line item whether line item 30,or line item 60 copied from Contract is copied into line item 10 of Purchase order in 4.6B version.
    But in ECC6 ,it is copied into other line item but not copied into line item 10 of purchase order.
    Please suggest ,what needs to be done, what went wrong.
    Regards,
    Dayanand

    Hi,
    Pl. elaborate whether the quantity 1 is appearing at Item Overview level or at Item Details level. At the item overview level the quantity will aleays be 1 with unit of measure as AU. At item details, you will be able to view the actual quantity of services copied from contract.
    Regards,
    Prashant
    - Pl reward points if answer is helpful to you

  • Confused about taking another lines upgrade!!!!

    January of last year, I took another phone on my line's upgrade. I can not upgrade my phone until January of 2014 (so a couple of months). The line that I took the upgrade from can not upgrade until April of 2014.... My question is is that when you take an upgrade from another line and use it does it get rid of two upgrades pretty much? I would think that it would just switch my line and the other line's upgrade times around. If someone could please answer this it would be awesome! My Iphone 4s is starting to act up and I don't know how much longer it will last me.

        Swapping upgrades between lines is always a great way to get an upgrade when it's more convenient for you. Tikibar1 had a great explaination of how that alternate upgrade works. I'm here to help with your current phone too! What's been going on with your iPhone 4s? Has there been any physical or liquid damage to it? Some of the most common quirks with an iPhone can be resolved by following the steps at www.apple.com/support/iphone/assistant/phone.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • Did anyone order the iPhone on a different line and activate it on your line?

    I'm going to pick my iPhone up tonight and want to know if anyone activated their iPhone which they ordered from a different line?
    How did you do it and can I do it without having to activate it through the line it was ordered from?

    People have bought an iPhone under one line and activated it for another line.
    Here's how to do it, everyone says Verizon's walkthrough is a good one:
    http://support.vzw.com/how_to_use/iphone_alternate_upgrade.html

  • I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

    ...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
    Thanks!

    That is a quirk of Pagesthat  it applies only one record per page.
    There is a way around this:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

  • Error when personalizing page with new item created in VO extension

    I have created a VO extension successfully and now have an issue when creating the new item through personalization.
    I am pretty sure I know what I've done wrong when creating the new item but I now can't get into the screen to make a change. I get the following error:
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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)
    I would like to know how to disable the personalization that I have made but can't get to it because whenever I try to open the notification I get the above error. Can anyone please tell me how to disable the new item that I created so I can fix the error?

    I thought I knew what was wrong. When I had created the new item I had put 'Charge Account' in the View Attribute field but the field was actually called CHARGE_ACCOUNT. I have now changed this but I still get this error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         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:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         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:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         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)
    What I don't understand is why the error says "Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO" when I am creating the item using view instance of "XXReqLinesNotificationsVOExt which is the name of my VO extension.
    Can anyone help please?

  • Dummy line item created with TATX item category in outbound delivery

    Hi Experts,
    We are using a custom transaction YLE_VL10 to create deliveries. Now the problem is when delivery is created, a dummy line item is created with item category TATX and zero qty which causes a problem while creating invoice.
    Can anybody of you suggest what could be the reason for this? or how can it be prevented?
    Thanks
    RP

    Hi Laxmi/Prakash,
    I have checked 0184, it looks fine from that point of view.
    We already suggested this check qty field to be as 'B' before. but our client says their shipping is critical and they have immediate next day shippings and so on. So at that time, if it does not allow to create delivery, then this option affects their business which is why they dont want to implement this workaround.
    Hence we are searching for any other possiblity as of now and hence looking forward for ur replies.
    Thanks
    RP

Maybe you are looking for

  • Windows 2012 Nodes - Slow CSV Performance - Need help to resolve my iSCSI issue configuration

    I spent weeks going over the forums and the net for any publications and advice on how to optimize iSCSI connections and i'm about to give up.  I really need some help in determining if its something i'm not configuring right or maybe its an equipmen

  • Updating work hours

    Greetings everyone, I'm trying to update a field in a table with the total work hours in a specific month. To achieve this I've tried using a piece of SQL found in several other threads to retrieve the number of work days in a month. This doesn't wor

  • Recently used BOM Items showing on Inactive Report

    Product Version: 2007A SP01 PL10 Hello, I have an issue with the Inactive report within SAP. It currently shows BOM items which have recently been used. Why would this be? Regards, Orla

  • Can't run demos

    When I click on a demo I get the following error. It occurs with more than one demo. Anyone know what the problem is? An error occurred while launching/running the application. Title: SwingSet2 Vendor: Sun Microsystems, Inc. Category: Download Error

  • Substitution of VO

    I have a requirement where i will have to make the base VO to call my custom plsql package, instead of the standard one. So created a custom VO by extending the base VO and substituted. Ran the jpximport also to verify my extension. It worked. My que