DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WSH_INTERFACE

Line 3723: l_shipping_attr wsh_interface.changedattributetabtype;

3719: p_move_order_type NUMBER ,
3720: p_mo_line_rec inv_move_order_pub.trolin_rec_type ,
3721: p_qty_to_backorder NUMBER ) IS
3722:
3723: l_shipping_attr wsh_interface.changedattributetabtype;
3724: l_released_status VARCHAR2(1);
3725: l_delivery_detail_id NUMBER;
3726: l_source_header_id NUMBER;
3727: l_source_line_id NUMBER;

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

3791: debug_print( ' Cycle Count Qty = ' || l_shipping_attr(1).cycle_count_quantity);
3792: debug_print( ' Subinventory = ' || l_shipping_attr(1).subinventory);
3793: debug_print( ' Locator ID = ' || l_shipping_attr(1).locator_id);
3794: END IF;
3795: wsh_interface.update_shipping_attributes( p_source_code => 'INV' ,
3796: p_changed_attributes => l_shipping_attr ,
3797: x_return_status => x_return_status );
3798: IF (l_debug = 1) THEN
3799: debug_print( 'Updated Shipping Attributes - Return Status = ' || x_return_status);

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

3839: END backorder_source;
3840:
3841: -------------------------------------------------------------------------------------------------------------------
3842: /*PROCEDURE backorder()
3843: This procedure calls wsh_interface.update_shipping_attributes() for MO of type pick wave, else calls
3844: wip_picking_pub.unallocate_material for MO of type WIP
3845: */
3846: -------------------------------------------------------------------------------------------------------------------
3847: PROCEDURE backorder( p_line_id IN NUMBER ,