Order lines stays in booked status when HVOP errors out

Hi Gurus,
During HVOP some lines are getting stuck with "BOOKED" status.
sometimes these will get stuck with schedule ship date being populated;
sometimes these will get stuck in "BOOKED" status with schedule ship date as blank.
When lines get stuck in 'BOOKED' status, we are seeing that HVOP either just gets hanged or it complets in error.
Output file of HVOP says :
Org Id:
Unexpected error ORA-01086: savepoint 'PROCESS_BATCH' never established
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "APPS.OE_BULK_ORDER_PVT", line 1058
ORA-06510: PL/SQL: unhandled user-defined e
no. of batches imported: 0
no. of batches failed: 0
Please help.
Regards,
Prasad

ORA-01086: savepoint 'PROCESS_BATCH' never establishedLooks like a bug to me. Check metalink and obtain the latest version / patch of the code.
If that does not help, raise an SR to obtain a fix.
Hope this helps
Sandeep Gandhi
Independent Techno-functional Consultant

Similar Messages

  • Order Lines stucked in Booked status

    Some standard order lines are stucked in 'Booked' instead of moving to 'Awaiting Shipping' in our environment.
    The OM: AutoSchedule profile value is on. And as I know, when an order is booked, it will auto create a record in wsh_delivery_details. But those order lines never create one and need to click 'Progress Order Line' -> 'Schedule Elgible' to manually.
    When looking at the Workflow status of these order lines, it never goes to the 'Create Supply Line' stage.
    Is there any workaround to reduce manual work? I now create an alert for it.
    Thanks in advance!

    Sometimes it happened because of ATO Flag in ITEM Master. Remove this Flag from both Master Organization as well as from Inventory Organization (The Org which you are using in Sales Order Line).
    And also make sure 'Workflow Background Engine' is schedule to run for every 1 or 2 minutes (based on your requirements). Try to create a New Sales Order Line to verify the result.
    Try and do let us know.
    Regards,
    Khan.
    http://moreapps4u.blogspot.com/

  • Sign of my status when I log out.

    My Skype account is "---". I have Skype installed on a Windows 8 NB, this is the only device I use with Skype. Yesterday I was told by a friend that my status on his Skype always show "on line", but I absolutely logged out for whole day. As he said, such case has happened for many times.
    Please advise the possible reasons and if any configuration I need to modify. Thanks.  
    First things, first: for your safety and protection, please never, ever include any personally identifiable information such as your real name, Skype account name, e-mail address, or a telephone number in a post on a public Community or forum such as this. Thanks!

    Welcome to AD!
    Probably the Sony bloatware on your Vaio, as other Vaio owners have discovered:
    http://discussions.apple.com/message.jspa?messageID=8537277#8537277

  • Sales Order Line in (Fulfilment) Status

    Hi,
    OM Sales Order Line is showing (Fulfillment) status, when I checked the WF.
    WF Line Level => Header Level Invoice interface- Line Defered => inside this function => ( Wait for invoice interface )
    It got stuck at ( Wait for invoice interface ).
    Some issue with Invoice Interface, it is waiting for Invoice Interface to be completed, not sure exactly what the issue is.
    Could you let me know how I can troubleshoot.
    Thanks

    Hello,
    Check the similar note in metalink
    Cannot Progress Sales Order Since Order Line is Stuck In PO-ReqRequested Status CTOPROCB.pls [ID 411955.1]
    I suggest you to followup with Oracle Dev team thru SR.
    Thanks
    -Arif.

  • How to enter serial number for sale order line  which is in shipped status

    Hi All,
    We have 2 different items which are defined as Serialized at Sale order issue at item definition.
    In one sale order,User has forgot to add serial number to one of the item at Ship confirm stage.
    He has entered serial number correctly to other item.
    Now the both Sale order lines are in Shipped status if we view them through Shipping>transactions.
    I am technical guy and new to OM.Could you please let me know the process to enter the serial number for the item to which user has missed it
    Thanks,
    Satya

    Hi Satya,
    Since the item is already shipped, you cannot enter serial number for this line.
    you have to enter serial numbers after pick confirm only.
    check this note
    How to Enter Serial Numbers in the Shipping Transactions Form [ID 1235403.1]
    As a workaround for the previous lines do RMA and try to receive the goods back to your subinventory.
    For all new transactions follow the above notes.
    Thanks
    -Arif.

  • How to reprocess those Order (& Line) Status is Entered Orders

    We are fairly new to Oracle Apps.
    We process Sales order via backend API. There are some Orders created but have ENTERED status. In Oracle Apps, those orders' Schedule Ship Date is BLANK.
    Will the Schedule Ship Date automatically fill in later and send the order to BOOK status directly?
    Or we will have to reprocess those Orders via API again?
    (Our goal was to have the Order directly go to BOOKED status.)
    And Where can I look into and find out how the process was designed?
    Thank you very much for any advise.

    I am not sure whether you trying to bring in (import) the orders in the booked status or bringing them in entered and trying to book them later using some other means. Also it depends on whether you are using deferred booking (have to run background engine) or online booking.
    If you are bringing these orders in BOOKED status in the API the only reason I suspect is that the workflow behind these orders is not even started. Scheduled Ship Date has no bearing on booking (unless you have a processing constraint that says not to book the order unless scheduled ship date is there).
    To start with I will check whether there are rows in the table (wf_item_activity_statuses for the item_type ='OEOH' and item_key=to_char(order_header_id)) or check the workflow using either OM screen against the order or using workflow admin responsibility.
    Thanks
    Nagamohan

  • Update a Customise status massage/Qty in Sales Order line at PGI

    Dear Gurus,
    We are new to SD and we are willing to implement a status update or the PGI Qty in the Sales order line level, at a PGI by using a Out bound Delivary or shipment document. We are willing to customise  condition group field  (VBKD-KDKG1) in addtional data A. is there a posibility of doing this or any other solution we can do for this. Your kind replies will be highly appriciated at this time.
    Thank.....
    Pubudu & Jeewana.

    Hi,
    It is possible through user-exit/Badi.
    To update PGI Status you can use user-exit "MB_CF001-Customer Function Exit in the Case of Updating a Mat. Doc." Or you can use BAdi "MB_DOCUMENT_UPDATE".
    To update Shipment document status you can use BAdi "BADI_LE_SHIPMENT-BadI: Shipment Processing".
    But how will you handle the partial delivery cases?

  • Error in cancelling sales order line using process order API

    Hi,
    I have created a sales order which is in booked status. I want to cancel the order line . when I am running the concurrent request I am getting the following error message.I am using the process order API to perform this operation.
    API Error Message You are not allowed to update Inventory Item because:
    line has been booked
    API Error Message You are not allowed to update Line Type because:
    Line is Booked
    Can anyone help.
    thanks
    Ashwini

    Hi,
    What is the application release?
    What concurrent program you are running? Is it a custom or seeded one? And, what is the API name?
    Please see if these docs are applicable.
    Unable To Manual Mass Update Items For Multiple Booked Sales Order Lines [ID 887905.1]
    Cannot Update Ordered Item To Related Item On Booked Sales Order Line [ID 298796.1]
    Thanks,
    Hussein

  • Sales Order Credit Check after Booking

    Hi Gurus,
    I have to meet the below requirement in Sales order entry:
    Credit Check is enabled during Booking of the sales order. A sales order is entered now with one item and 10 numbers as quantity. While booking, the system checks for credit limit and the order is now in 'Booked' status. Now, when I change the quantity to 15 from 10, the system has to again do the credit checking process. Can this be achieved using functionality like processing constraints or any other? If so please elaborate me the setup required for the same.
    Thanks
    Best Regards,
    Prasad Dhanakodi

    Hi Prasad,
    When defining the Transactions Type, you need to define the Credit Check Rule when it fires like BOOKING/PICKING/SHIPPING/PAKCING.
    Navigation--> Order Management Responsibliity-->Setup-->Transaction Types-->Define
    Thanks & Regards,
    Srinivasulu Vakati

  • Items are not getting displayed in Sales Order Lines 'Ordered Item' field

    Hi All,
    Ordered Item field in Sales Order lines is not getting values When trying to create a Manual Sales Order.
    When clicked on Ordered Item LOV, no values are getting displayed.
    Thanks,
    Chandra.

    879035 wrote:
    Hi,
    I was unable to select any item (nothing is getting displayed in Ordered Item field when the LOV is clicked) in Sales Order Lines.
    The Sales Order header information i was able to enter & generate the Order Number.
    R12.1.3 is the version i am using.
    Thanks,
    Chandra.Have you done all the required setup in OM??
    Like system parameters...Imp one would be Item Validation Organization
    Make sure item is also available in the price list which you are using in order
    Mahendra

  • Can I order 2 different photo books I have created in one order and how do I do it?

    I want to order 2 different photo books. When I clicked on buying the first one it looks like I will be charged the delivery fee straight away. It does not offer me to continue shopping. So I am not sure. How can I order both books in one order and be charged only one fee?
    Thanks for your help.

    Each book must be a separate order. The same goes for calendars, cards, etc.  You can order multiple copies of the same item on one order but not multiple items.
    OT

  • Ordering a printed photo book

    I am trying to order a printed photo book but when I type in my details my telephone number is rejected as invalid. I have ordered books previously with no problem. Any suggestions?

    By trial and error I have solved the problem. The "primary number" field is expecting seven digits but my number is only six digits. I tried putting a leading zero before my number and it was accepted. The leading zero was subsequently dropped automatically. I presume you can also put in a zero at the end but I didn't try that.

  • "Error Out.status":Value change event

    I get no event fired when the error out "status" changes?
    Solved!
    Go to Solution.
    Attachments:
    SLH-CANservicetest.vi ‏112 KB

    Just writing data to an indicator terminal doesn't cause a value change event.
    The only things that cause a value change event are user interaction with a control, or writing to the Value (Signalling) property of a control or indicator.

  • Final_cut_pro-"Error: out of memory" when rendering with hidef clips

    I keep getting this notice when rendering "error: out of memory." Both my external drive and internal drive have plenty of memory; 1.8TB and 101GB respectively. It makes no difference if I am rendering at full resolution or draft. I solved it for a while by clearing out some memory on my internal harddrive,
    but now it is back. What is going on. This didn't happen when I was working with regular definition clips but now I am working with high def. What to do?

    Drives don't have 'memory' in this context, they are storage containers.
    Check my answer to your other thread and give us more info about your rig...Hardware/Software (models/versions), how everything's connected, exact specifications of the media you're working with and sequence settings.
    K

  • When running the workflow background process for drop shipment order, sale order line's status gets automtically closed instead of awaiting shipping

    Hello friends,
    I am created a drop shipment order with all the setups done . now i have booked the sale order as source type external. but when i run the workflow background process , after completing the report when i check the sale order line status it changes to "closed" instead of "awaiting shipping".
    Plz guide me if i have missed something in the setups.
    thanks,
    Sachin

    Hi Sachin,
    pls check the below notes from MOS
    Drop Ship Sales Order Cycle In Order Management (Doc ID 749139.1)
    Vision Demo - How To Create A Drop Ship Sales Order/Purchase Order (Doc ID 1060343.1)
    Thanks
    -Arif.

Maybe you are looking for