Definition:
In Oracle PL/SQL, the ALL_REPFLAVOR_COLUMNS dictionary view maintains the replicated columns in the flavors.
The structure of the view is as below.
FNAME [VARCHAR2(30)] - Flavor Name
GNAME [VARCHAR2(30)] - Object group name
SNAME [VARCHAR2(30)] - Schema name containing the object group
ONAME [VARCHAR2(30)] - Object Name
CNAME [VARCHAR2(4000)] - Column Name
TYPE [VARCHAR2(30)] - Column Data type
POS [NUMBER] - Column sequence in the parameter list in replication procedures
GROUP_OWNER [VARCHAR2(30)] - Object group owner
TYPE_TOID [RAW(16)] - Type OID of a column of type
TYPE_OWNER [VARCHAR2(30)] - Type Owner of a column of type
TYPE_HASHCODE [VARCHAR2(34)] - Type hashcode of a column of TYPE
TYPE_MOD [VARCHAR2(3)] - Datatype modifier of a column
TOP [VARCHAR2(30)] - Top column of this attribute column
Related Links: