Print debug messages in log / Output of a concurrent program
Output file, in PLSQL:
apps.fnd_file.put_line (fnd_file.output, 'Message');
Log file, in PLSQL:
apps.fnd_file.put_line (fnd_file.log, 'Message');
Log file, in Report:
srw.message(1001,'Message');
Comments
Post a Comment