%type and %rowtype
733256Sep 17 2011 — edited Sep 17 2011what is the utility of %type and %rowtype?
%type is used for anchor any column data type (table column type)
%rowtype is used for anchor any object rows structure means for example
tab_emp employee%rowtype;
its mean the tab_emp holds the employee objects structure.
any other utility of this 2...