Hello,
I want to debug messages in the FORALL Loop.Need help as i am getting error message
p_tec_rec is a RECORD TYPE variable
The Syntax is FORALL i in 1..p_tec_rec.COUNT
execute immediate 'call dbms_output.put_line(:1)' using p_tec_rec(i).requisition_header_id;
INSERT INTO AA
Error :
- Error(1126,6): PL/SQL: SQL Statement ignored (In the DBMS_OUTPUT section)
Oracle Database version:Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production