Problem in printing log messages in concurrent program log file [message #335990] |
Thu, 24 July 2008 05:57 |
|
Hello.
I have a concurrent request set to which i have added two concurrent programs to run in parallel.
1) AP program
2) AR program.
i am using fnd_file.put_line in both the programs to print log messages to conc log file.
The issue i am facing here is, when i run both programs in parallel, AP program messages are printed in AR program and some of them are suppressed by AR messages and it appeared no messages in AP logfile.
when i run these programs sequentially,i can see messages in both the log files.
can anyone help out here ?.
thanks in advance
Pavan
|
|
|
|