DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on WMS_WIP_INTEGRATION

Line 775: print_debug('Before calling wms_wip_integration.unallocate_material.', l_module_name,1);

771: IF p_crossdock_type = 2 THEN
772: l_progress := 40;
773:
774: IF (l_debug = 1) THEN
775: print_debug('Before calling wms_wip_integration.unallocate_material.', l_module_name,1);
776: END IF;
777:
778: wms_wip_integration.unallocate_material
779: (

Line 778: wms_wip_integration.unallocate_material

774: IF (l_debug = 1) THEN
775: print_debug('Before calling wms_wip_integration.unallocate_material.', l_module_name,1);
776: END IF;
777:
778: wms_wip_integration.unallocate_material
779: (
780: p_wip_entity_id => p_backorder_delivery_detail_id
781: , p_operation_seq_num => p_operation_seq_number
782: , p_inventory_item_id => p_inventory_item_id

Line 793: print_debug('wms_wip_integration.unallocate_material returned with x_return_status = '||l_return_status, l_module_name,1);

789: l_progress := 50;
790:
791: IF l_return_status <>FND_API.g_ret_sts_success THEN
792: IF (l_debug=1) THEN
793: print_debug('wms_wip_integration.unallocate_material returned with x_return_status = '||l_return_status, l_module_name,1);
794: END IF;
795:
796: RAISE FND_API.G_EXC_ERROR;
797: