Skip to the content.

FND Concurrent Request Conflicts – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Lists concurrent requests that were held by the conflict resolution manager and shows their conflicting / blocking requests which were running at the time between the requested start date and conflict release date. This might not work 100% (it doesn’t consider request set conflicts yet), but should give a good indication of most conflicting scenarios.

Report Parameters

Concurrent Program Name, Started within Days, Requested Start Date From, Requested Start Date To

Oracle EBS Tables Used

fnd_concurrent_requests, fnd_concurrent_program_serial, fnd_concurrent_programs_vl

Report Categories

Enginatics

FND Concurrent Requests 11i, FND Concurrent Requests, ECC Admin - Concurrent Programs, FND Concurrent Managers, FND Concurrent Requests Summary, FND Concurrent Program Incompatibilities, INV Item Import Performance, FND Request Groups, FND Flex Value Sets, Usages and Values

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output FND Concurrent Request Conflicts 25-Jun-2023 132118.xlsx
Blitz Report™ XML Import FND_Concurrent_Request_Conflicts.xml
Full SQL on Enginatics www.enginatics.com/reports/fnd-concurrent-request-conflicts/

Executive Summary

The FND Concurrent Request Conflicts report analyzes the “Conflict Resolution Manager” (CRM) activity. It identifies requests that were delayed because they were incompatible with currently running jobs.

Business Challenge

The Solution

This Blitz Report reconstructs the conflict scenario:

Technical Architecture

The report logic looks at requests where the PHASE_CODE was ‘P’ (Pending) and analyzes the CRM logs or infers conflicts based on the FND_CONCURRENT_PROGRAM_SERIAL rules and execution timestamps of overlapping requests.

Parameters & Filtering

Performance & Optimization

FAQ


© 2026 Enginatics