I have an object type declared as:
create or replace TYPE T_PEC AS OBJECT( num_doss VARCHAR2(10 char), PRESTATIONS LIST_PRESTATIONS );
where