DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_ACTIONS dependencies on INV_TROLIN_UTIL

Line 396: l_trolin_rec := INV_TROLIN_UTIL.Query_Row(p_line_id => l_line_rec.move_order_line_id);

392: ELSIF (l_line_rec.released_status = 'S') THEN
393: l_cancel_rsv_type := 'U';
394: --X-dock
395: IF l_line_rec.move_order_line_id IS NOT NULL THEN
396: l_trolin_rec := INV_TROLIN_UTIL.Query_Row(p_line_id => l_line_rec.move_order_line_id);
397: ELSE -- MOL is null for X-dock case
398: l_trolin_rec.quantity_detailed := l_line_rec.requested_quantity;
399: l_trolin_rec.secondary_quantity_detailed := l_line_rec.requested_quantity2;
400: END IF;