DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WSH_INTERFACE

Line 3634: l_shipping_attr wsh_interface.changedattributetabtype;

3630: p_move_order_type NUMBER ,
3631: p_mo_line_rec inv_move_order_pub.trolin_rec_type ,
3632: p_qty_to_backorder NUMBER ) IS
3633:
3634: l_shipping_attr wsh_interface.changedattributetabtype;
3635: l_released_status VARCHAR2(1);
3636: l_delivery_detail_id NUMBER;
3637: l_source_header_id NUMBER;
3638: l_source_line_id NUMBER;

Line 3706: wsh_interface.update_shipping_attributes( p_source_code => 'INV' ,

3702: debug_print( ' Cycle Count Qty = ' || l_shipping_attr(1).cycle_count_quantity);
3703: debug_print( ' Subinventory = ' || l_shipping_attr(1).subinventory);
3704: debug_print( ' Locator ID = ' || l_shipping_attr(1).locator_id);
3705: END IF;
3706: wsh_interface.update_shipping_attributes( p_source_code => 'INV' ,
3707: p_changed_attributes => l_shipping_attr ,
3708: x_return_status => x_return_status );
3709: IF (l_debug = 1) THEN
3710: debug_print( 'Updated Shipping Attributes - Return Status = ' || x_return_status);

Line 3754: This procedure calls wsh_interface.update_shipping_attributes() for MO of type pick wave, else calls

3750: END backorder_source;
3751:
3752: -------------------------------------------------------------------------------------------------------------------
3753: /*PROCEDURE backorder()
3754: This procedure calls wsh_interface.update_shipping_attributes() for MO of type pick wave, else calls
3755: wip_picking_pub.unallocate_material for MO of type WIP
3756: */
3757: -------------------------------------------------------------------------------------------------------------------
3758: PROCEDURE backorder( p_line_id IN NUMBER ,