Reverse the cancellation of a purchase order?

Dear members,

In R12, we can reverse the cancellation of a purchase order with a standard feature or using an API?

Can someone please shed some light on this ASAP?

Thanks in advance.

Kind regards.

Hello
Cancellation in any Type of Document is irreversiable and last step.

Thank you
-Arif.

Tags: Oracle Applications

Similar Questions

  • Cancel a purchase order

    Hi all
    What happens if I cancel the purchase order after receive partial quantity of the items on this subject.
    Obliterated lines can be converted into a new purchase order. Please specify.
    Thank you

    So it has solved your query?

  • How to reverse the order of my playlist @iTunes?

    Thus, with the new look of iTunes I can't figure out how to reverse the order of my playlist.

    I want to sort by 'love' or 'play' and have the most times (or the songs of love-labeled) on top (so number 1) and the less at the bottom of my reading list.

    For some reason any the only order plays mostly / marked love is at the bottom of the playlist and the parts less / unmarked is upstairs. Can't reverse this order. Reading order is normal (so after 1 is 2, etc.)

    How can I accomplish this?

    All my software is up-to-date.

    Thank you!

    To reverse the sort order of the list of songs, click on the header of the column used to sort again.

  • Can I reverse the order of the images in my image file?

    I am constantly sending pictures over the internet.  I use OS X on my Mac mini.  When I go to my image file, it lists all my images stored by oldest images first.  I have to scroll LIKE NEVER to get recent pictures... those I'm most likely to use.  Can I reverse the order so that the most recent images show first; Save me time in research?  Thanks advance.

    If I go into my pictures folder in the Finder and use the display of the list, I can click on the column modified date to sort normally or inverse. The ^ symbol will change with the sort order

  • can someone tell me how to reverse the order of the bits of a .hws file?

    I have a (digital) .hws file that is backwards.  I need to exchange the LSB and MSB to reverse the reading order.  Can someone tell me how to do this?


  • Reverse the order of XML DataModel

    I have the code loading items from an RSS feed below. The items are inserted in the reverse order. The attribute sortedAscending did nothing to help. How can I reverse the order in the listview?

    GroupDataModel {
                id: articlesDataModel
                grouping: ItemGrouping.None
            },
    
            // The data source that fills the above model with the articles
            DataSource {
                id: articlesDataSource
                source: ""
                query: "/rss/channel/item"
                type: DataSource.Xml
                onDataLoaded: {
                    articlesDataModel.clear();
                    articlesDataModel.insertList(data);
                }
            },
    

    The problem was with ListView. GroupDataModel returns itemType "item", but ArrayDataModel returns itemType empty by default, so I added this function to the ListView to substitute itemType:

    ListView {
                        id: articlesListView
                        dataModel: articlesDataModel                    function itemType(data, indexPath) {
                            return "item" // use ListItemComponents of type 'item' for every item
                        }
    

    Another option is to detach type: 'point' of ListItemComponent when using ArrayDataModel if you do not plan to use different item types.

    In the data source:

                onDataLoaded: {
                    myIndicator.stop();
                    articlesDataModel.clear()
                    for(var i = 0; i < data.length; ++i)
                    {
                        print("data[i]=" + data[i])
                        articlesDataModel.append(data[i])   // or .insert(0, data[i]) to reverse the order
                    }
                    articlesListView.visible = true;
                }
    

    Model:

            ArrayDataModel {
                id: articlesDataModel
                //grouping: ItemGrouping.None
            },
    
  • Is it possible to cancel or reverse the easy transfer I just did and go back?

    Is it possible to cancel or reverse the easy transfer I just did? I transferred info from my old office with a laptop computer that I used for a while. I had files, emails and settings on the laptop that appear to have been dashed when I transferred files from the old computer. I am horrified to think that I lost everything on the laptop that I had created before that. In addition, my vision will not send or receive e-mails. Help, please! Thank you!

    You can use system restore to undo the transfer:

    How do I Do a System restore in Windows 7 or Windows Vista ...

  • API to create the purchase order in the Oracle applications?

    Hi all

    Can you please tell me the API to create the purchase order in the Oracle Applications.

    Hello

    Please read the screenshot. There is no standard API to create a purchase order.  Better go to the open Interface to create the purchase order.

  • Find the purchase order ADF service

    Hello

    Hoping that you can help with the search service to FIND criteria.

    I am able to retrieve an entire purchase order and all child objects by using the service.  When I try to reduce the result set to return only the PO_LINE_ID, the service seems to ignore my child criteria.

    I think it's a problem with my childAttrName entry: I tried PurchaseOrderEntryLine, purchaseOrderEntryLine and PurchaseOrderLine.

    Thank you

    Here's my envelope:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/prc/po/editDocument/purchaseOrderServiceV2/types/" xmlns:typ1="http://xmlns.oracle.com/adf/svc/types/">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:findPurchaseOrderByOrderNumber>
             <typ:findCriteria>
                <typ1:fetchStart>0</typ1:fetchStart>
                <typ1:fetchSize>-1</typ1:fetchSize>
                <typ1:findAttribute>POHeaderId</typ1:findAttribute>
                <typ1:findAttribute>OrderNumber</typ1:findAttribute>
                <typ1:excludeAttribute>false</typ1:excludeAttribute>
                <typ1:childFindCriteria>
                   <typ1:fetchStart>0</typ1:fetchStart>
                   <typ1:fetchSize>-1</typ1:fetchSize>
                   <typ1:findAttribute>POLineId</typ1:findAttribute>
                   <typ1:excludeAttribute>false</typ1:excludeAttribute>
                   <typ1:childAttrName>PurchaseOrderEntryLine</typ1:childAttrName>
                </typ1:childFindCriteria>
             </typ:findCriteria>
             <typ:OrderNumber>DB104</typ:OrderNumber>
             <typ:SoldToLegalEntityId>300000000781286</typ:SoldToLegalEntityId>
             <typ:findControl>
                <typ1:retrieveAllTranslations>false</typ1:retrieveAllTranslations>
             </typ:findControl>
          </typ:findPurchaseOrderByOrderNumber>
       </soapenv:Body>
    </soapenv:Envelope>
    

    I'm not sure that I understand the requirement. Assuming that the name of the child attribute is "PurchaseOrderEntryLine" I think you need to add to the 'mother' would find criteria. If I understand correctly you need to have something like:

    POHeaderId

    OrderNumber

    PurchaseOrderEntryLine 

    to add the child to the result set. Also if your plan is to filter based on the order number etc. I think that there should be a filter. See an example of a similar case in the PDF file linked above in the section "example of building blocks 3 - findLocation.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • How to reverse the order of the Pages in Acrobat Pro ms

    Old problem but the Javascripts there do not work for me and the whole implementation of scripting in Acrobat Pro MS became more difficult.

    I have books that are crawled back to the front so the PDF on page 300 of the book is page 1 of the PDF and 300 of the PDF page is page 1 of the book

    I just need to select all the pages and reverse their order. But this doesn't seem to be an option in one of the tools for editing, organization of a page.

    Javascripts out there used to add a menu item in the menu "Documents":

    app.addMenuItem ({cName: "Opposite Page", cParent: "File", cExec: 'PPReversePages();', cEnable: 'event.rc = (event.target!}) (= null); ', NPO: 0

    });

    function PPReversePages()

    {

    var t = app.thermometer;

    t.Duration = this.numPages;

    t.Begin ();

    for (i = this.numPages - 1; i > = 0; i)

    {

    t.Valeur = (i - this.numPages) *-1;

    this.movePage (i);

    t.Text = "Moving page" + (i + 1);

    }

    t.end ();

    } / / JavaScript Document

    but I can't find any way to run this script...

    NO.... I went to

    Support/Adobe/Acrobat ~users/mydrive/application

    and there is no "JavaScript" folder there... I made one, put it in the script and restart Acrobat: 'Nada' nothing.

    But back on the web and research: I found this solution that works.

    In Acrobat Pro DC go to

    1. Tools--> [scroll all the way down]-->
    2. Customize-->
    3. Action Wizard-->
    4. New Action--> [scroll the left panel under "choose tools to add :-->
    5. More tools-->
    6. Run JavaScript-->
    7. the new action appears on the right panel-->
    8. "Set your default values: let him-files to process--> file currently open by default.
    9. Under the "execute Javascript", click on-->
    10. Specify the parameters (why he didn't say "Enter your Script"?)
    11. another panel inaugurates his... paste this script:
    12. for (var i = this.numPages - 1; i > = 0; i--) this.movePage (i);
    13. Click OK to close and then save the action...
    14. Asked to name the action,
    15. Name it 'Reverse the Page order' and save...
    16. New action now appears in the action list Wizard Actions "reverse the Page order.

    It works!

    In my humble OPINION of older versions of Acrobat had a menu scripts at the top of the screen, right, totally accessible.

    Of course if you were not 'in' JS you can ignore it... But if you * use scripts *, he is not buried.

    This new UX is one of the worst imaginable scenarios.

    Maybe the Acrobat team has lost it's top UX people?

  • How can I generate or display the XML data for a purchase order?

    I know that my subject can be confusing.

    Is there a way to display the generated XML code to the data that is passed to the RTF template when generating a purchase order? I would like to see one of my own POs data.

    Possible?

    Thank you

    Manny Otero

    Never mind. I was able to do by following the steps listed here:

    Using "Exit IN. for Communication" at the exit just XML?

    Manny

  • How can I reverse the order of my slide show thumbnail images?

    I have a slideshow with the photos that I created using the lightbox widget, and I add new images of this weekly slideshow. It would be nice if the latest images could be at the top (first) and the older images at the bottom (last). However, to add a new image automatically finally puts online. I know how to drag to rearrange the images, but it is extremely tedious. I want to be able to reverse the order.

    Unfortunately, there is not currently in an automatic way to reverse the order of a slide show. However, when you add new images, adding them makes it after whatever the image is active in Design mode of Muse. If you select your first tile, and then import the additional images via the Options of the Widget, the new images will be inserted immediately after the first image. You can then move this first thumbnail image after the thumbnails for newly imported images and the result would be that new images would be at the beginning of your slide show.

  • Reverse the order of the pages

    I know that you can reverse the order of the pages when printing from InDesign (via the "General" of the print dialog box options), but is there a quick and easy access (No-3 rd party plug-ins or script) to reverse the order of the pages in Acrobat DC.

    On the search for other answers. MVP said he would never need to do this, but here in the country of Wales, UK we have Welsh language and English and we produce a lot of bilingual documents, often with a single language reversed and turned to compensate for a half of a booklet.

    I created a free utility that allows you to do this with a single click in Acrobat: Scripts custom Adobe: Acrobat - reverse the order Page (FREE)

  • Reverse the order of the layers it please?

    I have 30 layers I need to reverse the order from bottom to top.

    I have to do this one x one?  Why might bother youy say?

    Well, if you have multiple mixture of development plans, and it makes a

    bad job, you have to make repairs and do it from far away

    focus on aircraft, for the closest turns be sensitive.

    Will this make?

    Select your layers, and layers - organize - reverse

  • Purchase order number do not go with the request while showing on the form?

    Hi all

    I create a purchase order and save my work. I know, that this base table is po_headers_all
    When I po since the request form, shows. but with the next request, there is no record

    Select * from po_headers_all where po_header_id = 1704;

    Note: po is just save but not submit it for approval.

    Thank you
    Yoann

    Maybe you wondering about the wrong column?

    Try:

    Select * from po_headers_all where segment1 = "1704";

Maybe you are looking for

  • How to join the partitions in an external hard drive?

    I have an external hard drive. Empty, but divided into two partitions. (I see two drives) How can I meet two partitions? I tried using the disk utilities, but I got the message that I couldn't change the partitions. (In Dutch: "Deze kan niet worden g

  • Impossible to install firefox on Windows 7

    I had problems with the update Firefox v25. I have Avast Antivirus installed and running Windows 7. Given that I could not install updated, I uninstall Firefox. Then I tried to download the heel and the whole package to v26. Whenever I try to install

  • I turned to remember passwords, but not in the menu. I changed a few settings (registry maybe? I want to reactivate it.)

    first. I don't use Norton. I am a web developer and some time ago I came across a problem displaying my pages in firefox/mozilla when I would update. I don't remember exactly what the problem was, but I did a google search and found a way to turn it

  • Mobile based on the size and the position of the other table

    I have the impression that there is an easy solution for this... or it there is no solution at all... but here goes: I want to use table 2 to indicate 'total time' as the sum of all time in table 1. Table 1 is set to automatically filter some lines (

  • How the graph data are resampled pixels?

    A test, I created two identical graphs with land areas 500 pixels wide and a noisy sinusoidal signal of 1000 samples.  A chart displays the waveform right, while the other got the results of the use of the function Arrray to decimate to halve the num