=> Use below query to find the OPP manager log for a concurrent request.
SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes fcp WHERE fcpp.processor_id = fcp.concurrent_process_id AND fcpp.action_type = 6 AND fcpp.concurrent_request_id = &request_id ;
25 May, 2026
Finding OPP Manager log for a concurrent request
Subscribe to:
Posts (Atom)
Finding OPP Manager log for a concurrent request
=> Use below query to find the OPP manager log for a concurrent request. SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.lo...
-
EBS 12.2 uses WebLogic Server from Fusion Middleware 11g in place of OC4J 10g as part of the release’s internal technology stack. Your o...
-
There’s lots of posts out there telling you how to determine your EBS patch levels, code levels, etc. But whenever I google them, I can’t...
-
The Automatic Workload Repository (AWR) automatically persists the cumulative and delta values for most of the statistics at all levels ex...