Hi everybody...
I have an issue, i'm trying to resolve, but it doesn't seem i canīt get it.
So, i have a table in which i put a procname and variable names that are parameters (some_spl|lv_var1,lv_var2). Inside a spl, I execute a cycle and construct a query. Here's an example:
let lv_str = execute procedure pr_pap_gram_med_sp(lv_mill_cd,"PM4",lv_data_ini,lv _data_fim)
This is on trace file.
After that, I make:
execute IMMEDIATE trim(lv_str);
But then, I get this error:
lv_mill_cd:Variable() not declared
However this variable is declared.
What do you think about this?
Thanks
