concurrent program log when using dbms_scheduler.create_job
Dear Friends,
I have a concurrent program of the type PL/SQL stored procedure.
In the PL/SQL procedure invoked by concurrent program, i am invoking another procedure P1 using dbms_scheduler.create_job.
The log messages that i print using fnd_file.put_line in the procedure P1 are not printing in concurrent program log.
Could any one please let me know if this is possible?
Regards,
Sreekanth