Seduling Concurrent Program with Dynamic parameters
Hi Gurus,
I am trying to schedule a program in Oracle on 2nd of every month.
One of the parameter in this concurrent program is dynamic -'Period Name'
I wanted to check how I can schedule this program by passing the parameter dynamically everymoth Example:
on 2nd Jan - I want Period Name to be populated as -JAN-15
on 2nd Feb - I want Period Name to be populated as -FEB-15
Thanks,
Ash