Hi,
When working with bidimensional array sometimes after beautifying we have an extra space after before(.).
For example, before beautifier:
declare
type rec_var is record (column1 varchar2(10), column2 varchar2(10));
type t_var is table of rec_var index by binary_integer;
r_var...