Thursday 9 May 2013

How to print debug messages in log of a concurrent program

·         In Unix script – echo command can be used.
·         In PL/SQL script – apps.fnd_file.put_line(fnd_file.log, ‘message’) can be used.
·         In Report – srw.message(100,’message’)

No comments:

Post a Comment