FND_FILE.PUT_LINE Messages is not getting printed in the log file
IC
====
FND_FILE.PUT_LINE Messages is not getting printed in the log file
When attempt to run customized XML Publisher report,PUT_LINE Messages is not getting printed in the log file as below,.But Log messages is printed for same concurrent request in other instance.
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
P.S
Program output in whatever format be(change the 'Output Format' from XML to Text in the concurrent program definition form), is not displaying the log messages.
Log messages is workjng fine for direct PL/SQL packages but getting error when we are calling PL/SQL packages through XML publisher.