DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WIP_PICKING_PUB

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

3810: debug_print( ' Inventory Item ID = ' || p_mo_line_rec.inventory_item_id);
3811: debug_print( ' Repetitive Sch ID = ' || p_mo_line_rec.reference_id);
3812: debug_print( ' Primary Qty = ' || l_qty_to_backorder);
3813: END IF;
3814: wip_picking_pub.unallocate_material( x_return_status => x_return_status ,
3815: x_msg_data => x_msg_data ,
3816: p_wip_entity_id => p_mo_line_rec.txn_source_id ,
3817: p_operation_seq_num => p_mo_line_rec.txn_source_line_id ,
3818: p_inventory_item_id => p_mo_line_rec.inventory_item_id ,

Line 3844: wip_picking_pub.unallocate_material for MO of type WIP

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