DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WIP_PICKING_PUB

Line 3725: wip_picking_pub.unallocate_material( x_return_status => x_return_status ,

3721: debug_print( ' Inventory Item ID = ' || p_mo_line_rec.inventory_item_id);
3722: debug_print( ' Repetitive Sch ID = ' || p_mo_line_rec.reference_id);
3723: debug_print( ' Primary Qty = ' || l_qty_to_backorder);
3724: END IF;
3725: wip_picking_pub.unallocate_material( x_return_status => x_return_status ,
3726: x_msg_data => x_msg_data ,
3727: p_wip_entity_id => p_mo_line_rec.txn_source_id ,
3728: p_operation_seq_num => p_mo_line_rec.txn_source_line_id ,
3729: p_inventory_item_id => p_mo_line_rec.inventory_item_id ,

Line 3755: wip_picking_pub.unallocate_material for MO of type WIP

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 ,
3759: p_transaction_temp_id IN NUMBER ,