Code analysis: Wrong Rule 6740 with nested table types

This should not be a violation of the rule:

BEGIN
v_tab(1) := v_another_tab(1);
END;

Thanks Peter. This is a no-go indeed. :slight_smile:

(QP-2887)