DBA Data[Home] [Help]

APPS.GMI_PICK_WAVE_CONFIRM_PVT dependencies on WSH_WV_UTILS

Line 1866: SELECT WSH_WV_UTILS.CONVERT_UOM(order_quantity_uom,

1862:
1863: CURSOR c_ordered_quantity(x_source_line_id IN NUMBER,
1864: x_item_id IN NUMBER,
1865: x_primary_uom IN VARCHAR2) IS
1866: SELECT WSH_WV_UTILS.CONVERT_UOM(order_quantity_uom,
1867: x_primary_uom,
1868: ordered_quantity,
1869: x_item_id) quantity ,
1870: order_quantity_uom

Line 2032: l_max_quantity := WSH_WV_UTILS.CONVERT_UOM(l_order_line.order_quantity_uom,

2028:
2029:
2030: -- HW Need to branch
2031: IF ( l_process_flag = FND_API.G_FALSE ) THEN
2032: l_max_quantity := WSH_WV_UTILS.CONVERT_UOM(l_order_line.order_quantity_uom,
2033: l_detail_info.requested_quantity_uom,
2034: l_max_quantity,
2035: l_detail_info.inventory_item_id)
2036: - l_staged_info.net_staged_qty;