When Run PLSQL Procedure throws and error ‘[Error] ORA-00984 (361: 53): PL/SQL: ORA-00984: column not allowed here’
I am try to run a procedure to extract some data into temp table and get that data into a report. Code was working properly before. But I was add extra column named lot_num into the table and try load some data into that table which is causing this error. When I remove the column and value of lot_num from the code again it is working. Please help me to find out the issue.