[Home] [Help]
2710: x_cw_quantity => l_cw_quantity,
2711: x_cw_quantity_uom => l_cw_quantity_uom );*/
2712:
2713: -- getting fulfillment_base from OE API. In case of performance issue can think of using fulfillment_base from existing cursor
2714: l_order_line_tbl(i).fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(l_order_line_tbl(i).line_id) ;
2715:
2716: IF l_order_line_tbl(i).fulfillment_base = 'S' THEN
2717: l_cw_quantity := l_order_line_tbl(i).shipping_quantity;
2718: l_cw_quantity_uom := l_order_line_tbl(i).shipping_quantity_uom;
3812: x_cw_quantity => l_cw_quantity,
3813: x_cw_quantity_uom => l_cw_quantity_uom );*/
3814:
3815: -- getting fulfillment_base from OE API. In case of performance issue can think of using fulfillment_base from existing cursor
3816: l_fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(l_order_line_id) ;
3817:
3818: IF l_fulfillment_base = 'S' THEN
3819: l_cw_quantity := l_shipping_quantity;
3820: l_cw_quantity_uom := l_shipping_quantity_uom;