[Home] [Help]
945:
946:
947: -- ****************************************************************************************
948: -- Updating the Quantity_Detailed Column in Move Order Lines Table with the value present
949: -- in Quantity_Delivered Column as per the standard functionality.
950: -- ****************************************************************************************
951:
952: UPDATE mtl_txn_request_lines
953: SET quantity_detailed = quantity_delivered