Re: Ora Reports2.5 - with OraApps - logfile

From: mchrist <mchrist_at_corporsolutions.com>
Date: 30 Apr 2003 13:31:48 -0700
Message-ID: <dcd187ea.0304301231.364f0bf0_at_posting.google.com>


gordo954_at_yahoo.com (Gordon) wrote in message news:<41c150b6.0304272203.3a26427a_at_posting.google.com>...
> I am developing a report using Oracle Reports 2.5. The report will be
> used within Oracle Applications 11.0.3.
>
> Does anyone know how to write output to the report's logfile on the
> UNIX file system? Destination dir would be $APPL_TOP/<module>/log.
>
> Thanks,
>
> Gordon

Gordon:

Use the package procedure FND_FILE.OUTPUT. This procedure takes two parameters. The first parameter is either FND_FILE.LOG or FND_FILE.OUTPUT. The second parameter is the text you want to output.  FND_FILE.LOG will send the output to the log file; FND_FILE.OUTPUT will send it to the output log.

Example: FND_FILE.OUTPUT(FND_FILE.LOG, 'Process complete.');

Hope this helps. Received on Wed Apr 30 2003 - 22:31:48 CEST

Original text of this message