Oracle Apps
Pages
Home
SQL
PL/SQL
Search This Blog
Showing posts with label
How to find the output file name and path through Query? Query to get Output file path in Oracle apps
.
Show all posts
Showing posts with label
How to find the output file name and path through Query? Query to get Output file path in Oracle apps
.
Show all posts
Thursday, March 13, 2014
How to find the output file name and path?
SELECT outfile_name output_file_path
FROM fnd_concurrent_requests
WHERE request_id = :P_REQUEST_ID
Older Posts
Home
Subscribe to:
Posts (Atom)