Place back ordered lines on automatic hold

Hi Folks,
Is there a standard method to automatically place back ordered lines on hold? We are currnetly implementing EBS OM 12.1.3
Looking at the workflow activities available in the holds form for OM Order Line, there is no back order activity.
Has anyone come across this problem and come up with a solution?
Thanks in anticipiation

I am not sure what this question relates to - it might be an
Oracle Order Management question.
Hi All,
I couldnt find much information about this report Lines On
credit hold.I was having question ,is it possible to place
cerdit hold on lines? Because as per my knowlage credit hold is
order level hold not line level and looks like this report picks
up lines on credit hold ,hows is possible.I was confuse.If any
one has idea about it,pls let me know.
regads

Similar Messages

  • Back order line in transact move order form , drived the inventory negative

    Hi,
    I had problem with transacting some lines in several move orders (it was stuck and giving error each time I tried to transact or delete from view update allocation –> delete line)
    In order to cancel these lines to proceed the manufacturing process I back ordered those lines by:
    Inventory super user - > move orders - > transact move order - > tools - > back order line
    Note that the move orders type was Manufacturing Pick
    Now I noticed that this drives the WIP subinv Negative for those items .
    So what is the problem and how can I solve it?
    Thank you
    Edited by: Ahmed.Abbas on Apr 16, 2011 2:39 AM

    hi,
    The problem was in the interface managers (Material transaction , Move transaction ) were inactive , i launched them
    Review note 141493.1 in metalink to know how.
    I also deleted the pending transactions with errors from mtl_material_transactions_temp and mtl_transaction_lots_temp ( the items were lot control ) .
    Thats all :)

  • OM: Multi-select order lines to apply hold

    We are using Standard Oracle Multi-Select order lines (Ctrl or Shift keys) to apply hold and would like to pop-up an alert when any of the selected lines is having an open delivery. Appreciate any suggestions to handle this requirement. Thanks !

    These are good links for the Apply Hold functionalities.
    What we are looking for is to alert users that any of the multi-selected lines is having an open delivery/shipper.
    Need to identify the internal Line_id multi-selected by users for validating if there is an open delivery/shipper.
    Appreciate any advise.

  • How to find Requisition number of a closed Back-to-back Order

    For a closed back-to-back order line how to find the requisition number?
    Tried using the "Requisition Summary" form --> Related Documents(Tab) --> providing the Sales order number.
    But the LOV attached to sales order does not contain the B2B sales order number.
    Hence not able to find the corresponding requisition.
    Regards
    Edited by: 839781 on Dec 1, 2011 2:25 AM

    Are sure it was a B2B sales order?
    Does the item placed in the order is ATO enabled?
    I can find the requistion of the closed B2B order line from the requistions summary window
    only order line is closed..header is still open for me
    Thanks
    Mahendra

  • How to cancel a Move Order line using API

    Hi
    I have a requirement, where I have to cancel Move order lines.
    At times, multiple Move order lines are getting created for the same Sales order line.
    Even after the Sales Order line is shipped and closed, the move order line is still open and it also has a corresponding pending transaction in mtl_material_transactions_temp table.
    I came across INV_MOVE_ORDER_PUB.process move order line API.
    how do I use it to cancel the move order line. Any sample codes would be highly welcome.
    Thanks

    Finally, found an alternate solution.
    used the following code.
    ===================================
    SET serveroutput on size 1000000
    DECLARE
    l_return_status VARCHAR2(100);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    l_msg_index NUMBER;
    l_user_id NUMBER;
    l_resp_id NUMBER;
    l_appl_id NUMBER;
    l_org_id NUMBER := &org_id;
    l_move_order_line_id NUMBER := &mo_line_id ;
    BEGIN
    SELECT user_id
    INTO l_user_id
    FROM fnd_user
    WHERE user_name = 'PRAWILNSON';
    SELECT responsibility_id
    ,application_id
    INTO l_resp_id
    ,l_appl_id
    FROM fnd_responsibility_vl
    WHERE responsibility_name = 'Order Management Super User';
    FND_GLOBAL.apps_initialize (l_user_id, l_resp_id, l_appl_id);
    MO_GLOBAL.set_policy_context ('S', l_org_id);
    MO_GLOBAL.init;
    DBMS_OUTPUT.put_line ('Calling INV_MO_BACKORDER_PVT to Backorder MO');
    DBMS_OUTPUT.put_line ('===============================');
    inv_mo_backorder_pvt.backorder (p_line_id => l_move_order_line_id
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data);
    DBMS_OUTPUT.put_line ('Return Status is : '|| l_return_status);
    -- Check Return Status
    IF l_return_status = fnd_api.g_ret_sts_success THEN
    DBMS_OUTPUT.put_line ('Successfully BackOrdered the Move Order Line');
    COMMIT;
    ELSE
    DBMS_OUTPUT.put_line ('Could not able to Back Order Line Due to Following Reasons' );
    ROLLBACK;
    FOR j IN 1 .. l_msg_count LOOP
    FND_MSG_PUB.get(p_msg_index => j
    ,p_encoded => fnd_api.g_false
    ,p_data => l_msg_data
    ,p_msg_index_out => l_msg_index);
    DBMS_OUTPUT.put_line ('Error Message is : '|| l_msg_data);
    END LOOP;
    END IF;
    END;
    /

  • OM: Sales order lines are cancelled automatically without backordering.

    Intercompany sales orders lines are being cancelled automatically on the delivery when a split line is shipped with a quantity of one remaining. This line should remain backordered. A quantity of 61 was entered and 60 was shipped and 1 remaining. This 1 should have been backordered but no new line was automatically generated and infact when I view the Additional information I can see that the quantity 1 is cancelled. The profile option OM: Under Shipment Tolerance is set to .5

    HI,
    You can cross check by running the AUDIT HISTORY REPORT in Order Management, which gives the in depth details of the sales order amendments.
    Thanks,
    Raghav

  • Line item is falling into back order even though the stock is available

    Hi Gurus,
    I have a sales order with a single line item which fell into back order even though there is material stock available in the plant and thereby is not dropping any delivery note.
    Please suggest me what could be the reason behind this issue and let me know how can i figure it out of what is causing this issue.
    FYI, it is happening for multiple sales order but not for all the orders.
    Please help.
    Regards,
    Praveen Kambala.

    Hi,
    You should check if there are pending requirements in MD04 coming from another sales orders or STO. If your sales order is not available in MD04, either you have daily requirements or the order is probably blocked by credit check.
    If you use credit check control and the credit check fails, the quantity will not be confirmed until the sales order is released in VKM4.
    If the above does not help, please provide more details about the issue (schedule line type, MRP type etc), as it is stated quite generic now.
    Regards,
    Marcin

  • Hold on order line is visible as an order header hold in order organizer

    Hi,
    When we create a hold on a sales order line, then we can see in the order organizer at order header level that the order is on hold (with the check box).
    We don't want this because then it looks like the complete order is on hold.
    We only want to see at the line level that the line is on hold for the specific lines that have a hold.
    Is there any way that we can avoid that an order line hold is visible as an hold in the order organizer at order header level ?
    Regards,
    Jan

    Standard functionality, I'm afraid. What that tick box is currently telling you is 'This order is on hold at header level OR one or more lines within the order are on hold'. What you're looking for is two hold statuses: 1) order header is on hold 2) one or more lines are on hold ... which you won't get without customizing the form.
    If it's really important to access more granular hold info without opening the order (though unfortunately not 'at a glance' and at the cost of a couple of extra clicks), you could always add a personalization message displayable for each row on the Organizer via the Actions menu and where the only limitation on content is your creative skills ;-)

  • OM: Apply Hold after new a order line on line level..

    Hi All,
    There is an issue that we have to apply hold on line level when order is changed.(include update line or new line)
    And we try to use trigger(with PRAGMA AUTONOMOUS_TRANSACTION) to call Apply Hold API.
    It work when existed order lines are changed.
    But it not work when new a order line, at the after-insert moment, it CAN NOT apply Hold on this immature order line.
    How can we fulfill this requirement?
    Or the requirement is nonsense...
    Any suggestion will be appreciated.
    Best regards,
    Zhxiangl

    R U going to use any bapi  to split the line items???

  • Order Line Items (hierarchy) automatic load.

    Hello.
    I need to know if I can reproduce an Order Line Items load by eScript.
    The scenario is the following: when I go to Order and I create a Line Item, I can pick an applet, choose a Product from Catalog and confirm it. If the product I choosed is a complex product (i.e. a Bundle or a Promotion) all the related line items are automatically load.
    I tried to reproduce the same behavior by eScript. I created a new record and I used the Pick() function to pick a promotion from catalog. In this second scenario only the Root is created (not the line items children).
    Can I reproduce the same behavior by eScript?
    Thank you.
    Luigi.

    Hi,
    in eScript you need create a structure where you fill the Root Id's. Example:
    Order Id Row Id: E-KAJ
    Product A Row Id: 1-234
    Component A Row Id: 2-AOT
    Component B Row Id: A-BOR
    Columns in table S_ORDER_ITEM
    ORDER_ID PAR_ORDER_ITEM_ID ROOT_ORDER_ITEM_ID
    Product A E-KAJ 1-234
    Component A E-KAJ 1-234 1-234
    Component B E-KAJ 1-234 1-234
    Find the respectivies fields in BC "Order Entry - Line Items" and fill the fields using with base the example above.
    Regards.

  • Sales Order Line Hold Release from API

    Hi Expecrts,
    I need one help, by using pl/sql program i want to hold release sales order line, I can see the oe_hold_pub api. but it contain three release_hold procedures. Which one i can use? what parameter i need to pass for line level only. line level release_hold should not impact to header level holds.
    if possible, please can you provide the api and its parameters.
    Thanks
    reddy

    Put an audit trail on the ordered_quantity field and use oe_order_lines_all_ac1 view.
    It will give you what you need.
    Hope this helps,
    Sandeep Gandhi

  • Apply hold on sales order lines programmatically

    Hi all,
      I am new to SCM and we have a requirement where Holds should be applied on Sales Order Lines based on some complex criteria that can not be met by the declarative "Apply Hold Criteria" option from Sales Orders window. So I want to know where can this custom code be hooked to put the Holds on the Lines when the criteria is met. Which of the following options are possible ?
    1. Custom Extension (or Hook) of Order Lines.
    2. Workflow Customisation
    If none of the above are possible, I guess then the only option will be scheduling a Custom Concurrent Program to apply holds.
    Please advise.
    Thanks,
    Sharath

    You should be able to add this as a workflow customization, but you'd need to call a procedure with PRAGMA AUTONOMOUS TRANSATION since commits in the workflow code  itself could cause problems.

  • Sales Order Line in Back to Back stuck in PO-ReqCreated Status

    Hi
    I am running a Sales Order Back to Back Cycle. The status of SO Line Remains in PO-ReqCreated inspite of the PO linked to Sales order line is created, approved and receipt is done. Due to this the line is released for shipping ; WF mailer is up and running.
    Has anyone experienced this in the project , pl let me know the resolution.
    We are on 11.5.10.2.
    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.

  • Anyone know what firefox is doing? I had to go into another place to get back on-line(google chrome) dont like it but Firefox still has me in another place..tri

    I tried to download it again hoping that would work..took me out completely.. with an error (saying the url needed to be a web site, problem was..could not get on to change.. hate Google chome..was the only way to get back on-line..anyone know what they are doing? thanks

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • SO order line haven't split line automatic when shipped with backordered

    Hi
    The order line qty 1300 for SO ,and inventory have only 800,after pick release and do shipconfirm. The order line haven't split lines and status is still awaiting recipt
    when find the shippment transaction, input status 'interfaced' and 'order line' can find qty 800 ,and input status 'noshipped' and the same 'order line' can find qty 500
    Could you help me why?
    Thank you very much

    Thank you very much ,setup shipping tolerance as zero but not OK, for this SO have many order lines ,but only this order line can't split

Maybe you are looking for

  • Airport

    O\Does irport come in the software bundled with the 24" IMac? Just got a new I mac in Dec and had to get a new printer tha was apple compatible, but I can't add the printer since it's not on the list.Do I need to buy Airport to use this wirelessl? I

  • How do i get my ipad 2 to work with another micro sim

    how do i get my ipad 2 to work with another micro sim

  • UCM 11g Setting up Database storage of content

    Hi, We currently have a 7.5.2 instance running. We are upgrading to a 11g instance, we are looking at storing the documents in the database, but we are having trouble setting this up. Does anyone have the steps on how to does this? (finding oracles i

  • If you had mismatched MEID and serial numbers, look here!!

    My issue has finally been solved by Verizon for my mismatched MEID and Serial numbers.  The tech support guy was just about to fill out the DOA form to get a new phone when he asked me if they tried switching the MEIDs in the system.  I gave him the

  • WRITE MACRO FOR WORD IN ORACLE FORMS 6I

    Dear All I want to know the coding to write a macro for word document to print , when i open the word document using ole2. I am able to open word, insert the header and footer but i want to print the document also. Since I dont want to write the macr