Hello,
I don't know if this Problem is only pld 4b5 Problem or other Versions to.
if you beautifie this code
DECLARE
TYPE t_record IS RECORD(
var1 NUMBER(3)
,variable2 VARCHAR2(100)
,var_3 NUMBER(1)
,var_4_id VARCHAR2(5));
TYPE t_sa_33_tar IS TABLE OF t_record...