Message Oracle ORA-42307 - columns of an Editioning view may only refer to base table columns

ERRORcolumns of an Editioning view may only refer to base table columns
CAUSEAn 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.
ACTIONEnsure that every column of an Editioning view refers to a column of a base table.