Registering a custom concurrent program
we have a concurrent program which is a pl sql package.
in this package we have 2 parameters formdate and todate.
i am trying to find out the the values of these parameters passed at run time using
Fnd_file.put_line (fnd_file.LOG,'variablename')
but i see from the log only formdate is being passed and todate is not being passed.
can someone refer to some note on regestering a concurrent program of PL sql type .