Hi all,
I am calling a procedure with IN parameters using a job.
I know i can give values for the IN parameters with two single quotes either side inside the dbms_job.submit statement. I need to know if i can use VARIABLES for the IN parameters so that the value for the IN parameter changes dynamically.

Thanks