ERROR | columns of an Editioning view may only refer to base table columns |
CAUSE | An attempt was made to define an Editioning view containing a column referring to an entity other than a base table column (for example, a PL/SQL function without a parameter),-which is not supported. |
ACTION | Ensure that every column of an Editioning view refers to a column of a base table. |