Requisition Report data not match with fusion job requisition data(attached screenshot) — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Requisition Report data not match with fusion job requisition data(attached screenshot)

edited Jun 19, 2025 1:15PM in Reporting and Analytics for ERP 4 comments

Summary:


Requisition Report not match with fusion job requisition

Content (please ensure you mask any confidential information):

In the below SQL code for requisition count not match with fusion job requisition count value.

Below is the SQL :

SELECT
COUNT(DISTINCT irvl.Requisition_Number) AS C
FROM
irc_requisitions_vl irvl,
PER_LEGAL_EMPLOYERS PLE
WHERE 1=1
AND IRVL.ORGANIZATION_ID IS NOT NULL
AND IRVL.RECRUITER_ID IS NOT NULL
AND IRVL.HIRING_MANAGER_ID IS NOT NULL
AND IRVL.BUSINESS_UNIT_ID IS NOT NULL
AND PLE.ORGANIZATION_ID = IRVL.LEGAL_EMPLOYER_ID(+)

This query return 1715 number of data but in the job requisition (attached in the screenshot) have 1430 number of data.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!