Schedule a conc. program with date parameters
I have a conc. program which I want to schedule. The programs has 2 parameters
First Date : select sysdate-1 from dual;
Second Date : Last date of the month. ---select statement
When I put a schedule I want only the first parameter to change. If I do increment date parameter both increment.
I only want first one to increment. Please help how this can be achieved.