Tuesday, April 25, 2017

How to find the output file name and path?

When ever any Concurrent Request is submitted, log and output files are stored in $APPLCSF/$APPLOG and $APPLCSF/$APPLOUT directories respectively.

 SELECT LOGFILE_NAME, OUTFILE_NAME
   FROM fnd_concurrent_requests
  WHERE  request_id = &conc_request_id;

No comments:

Post a Comment