A transformation list is defined as a table of transformation records. Each record (transform_rec) specifies the transformation instructions for an attribute.
TYPE transform_rec IS RECORD (
attribute_name VARCHAR2(30),
attribute_subname VARCHAR2(4000),
expression EXPRESSION_REC,
reverse_expression EXPRESSION_REC,
attribute_spec VARCHAR2(4000));
The fields in a transformation record are described in this table.
Table 4-2 Fields in a Transformation Record for an Attribute