DBA Data[Home] [Help]

APPS.WMS_POSTALLOC_PVT dependencies on WSH_INTERFACE

Line 2888: wsh_interface.Get_Max_Load_Qty

2884:
2885: IF (WMS_CARTNZN_PUB.outbound = 'Y') AND (WMS_CARTNZN_PUB.pack_level = 0) --{
2886: AND (packaging_mode = wms_cartnzn_pub.pr_pkg_mode) THEN
2887: error_code := 'CARTONIZE 180';
2888: wsh_interface.Get_Max_Load_Qty
2889: ( p_move_order_line_id => v1.move_order_line_id
2890: , x_max_load_quantity => v_qty_per_cont
2891: , x_container_item_id => v_container_item_id
2892: , x_return_status => v_return_status

Line 2908: print_debug('wsh_interface.Get_Max_Load_Qty return status: '

2904: -- poulated to pass the check marked by '#chk1'
2905: END IF;
2906:
2907: IF (g_debug = 1) THEN
2908: print_debug('wsh_interface.Get_Max_Load_Qty return status: '
2909: || v_return_status, l_api_name);
2910: print_debug('Container: ' || v_container_item_id, l_api_name);
2911: print_debug('Number of dum containers: ' || v_qty, l_api_name);
2912: END IF;