I need some help and hopefully someone can help me. I have a select query that I have created and it gives me back call statements to be hopefully used in a pass through query. My problem is I do not know how to make this happen. I will need to run the pass through query for each call statement. There could be as many as 300 call statements or as little as 1 call statement.
empty (Name of the field)
call P_PATROLINSP_FLDLIST(-1229999914,-9998452);
call P_PATROLINSP_FLDLIST(-1229999915,-9998453);
call P_PATROLINSP_FLDLIST(-1229999916,-9998442);
call P_PATROLINSP_FLDLIST(-1229999917,-9998332);
call P_PATROLINSP_FLDLIST(-1229999918,-9998439);
Thanks,
Chris
empty (Name of the field)
call P_PATROLINSP_FLDLIST(-1229999914,-9998452);
call P_PATROLINSP_FLDLIST(-1229999915,-9998453);
call P_PATROLINSP_FLDLIST(-1229999916,-9998442);
call P_PATROLINSP_FLDLIST(-1229999917,-9998332);
call P_PATROLINSP_FLDLIST(-1229999918,-9998439);
Thanks,
Chris