DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on WMS_WIP_INTEGRATION

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

759: IF p_crossdock_type = 2 THEN
760: l_progress := 40;
761:
762: IF (l_debug = 1) THEN
763: print_debug('Before calling wms_wip_integration.unallocate_material.', l_module_name,1);
764: END IF;
765:
766: wms_wip_integration.unallocate_material
767: (

Line 766: wms_wip_integration.unallocate_material

762: IF (l_debug = 1) THEN
763: print_debug('Before calling wms_wip_integration.unallocate_material.', l_module_name,1);
764: END IF;
765:
766: wms_wip_integration.unallocate_material
767: (
768: p_wip_entity_id => p_backorder_delivery_detail_id
769: , p_operation_seq_num => p_operation_seq_number
770: , p_inventory_item_id => p_inventory_item_id

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

777: l_progress := 50;
778:
779: IF l_return_status <>FND_API.g_ret_sts_success THEN
780: IF (l_debug=1) THEN
781: print_debug('wms_wip_integration.unallocate_material returned with x_return_status = '||l_return_status, l_module_name,1);
782: END IF;
783:
784: RAISE FND_API.G_EXC_ERROR;
785: