sorry, im new to this area.

can u guide me how to retrive data from the TYPE ?

procedure getRecords(emp_table in EmpTabType)
is
begin
null;
-- perform all you want here...end getRecords;


wat all operations can be performed here