how do I create a incremntal period as a parameter?
I created a request wit ha period parameter MON-YYYY
i have the value as a query of 'SELECT substr(to_char(sysdate, 'DD-MON-YYYY'), instr(sysdate, '-')+1) FROM DUAL'
If I schedule the job to be run at 1-oct-2013
will the period as OCT-2013 rather than SEP-2013? if i submit the schedule job today?
0