151: FROM wsh_delivery_details wdd,
152: mtl_transactions_interface mtf,
153: wsh_delivery_assignments_v da ,
154: wsh_delivery_legs dg,
155: wsh_new_deliveries dl,
156: wsh_trip_stops st
157: WHERE wdd.delivery_detail_id = mtf.picking_line_id
158: AND mtf.error_code IS NULL
159: AND mtf.transaction_header_id = p_txn_header_id