My Oracle Support Banner

Not Able To View Candidates Under A Succession Plan (Doc ID 2219220.1)

Last updated on OCTOBER 23, 2023

Applies to:

Oracle Fusion Talent Review Cloud Service - Version 11.13.18.10.0 and later
Information in this document applies to any platform.

Symptoms

On : 11.1.11.1.0 version, Profile Management

ACTUAL BEHAVIOR
---------------
After adding some candidates to a succession plan using the Find Best Fit option and successfully save it , the user is not able to view the candidates.
The user sees that the plan has 0 Candidates, even if the candidates have been saved in the database.

EXPECTED BEHAVIOR
-----------------------
See the candidates added to the succession plan.

STEPS
-----------------------
Step 1 : Create a Succession Plan
Step 2 : Add some candidates using the Find Best Fit option
Step 3: View the selected candidates in the grid and rate them
Step 4: Try to add other candidates using the Select and Add option. --> There are no results in the search popup, no matter what search criteria you are using.
Step 5: Save and Close the Succession Plan as it is (only with the candidates added with the Find Best Fit option.
Step 6.: View the Succession plan details and the Candidate Readiness graph for the Succession plan that we've just created. --> The plan seems to have 0 candidates.

Step 7: Run this query to check if the candidates have been saved in the database:
SELECT * FROM HRM_PLANS pl
JOIN HRM_PLAN_CANDIDATES ca ON ca.PLAN_ID=pl.PLAN_ID
JOIN PER_PERSON_NAMES_F pn ON pn.PERSON_ID=ca.PERSON_ID
WHERE NAME_TYPE='GLOBAL'
AND pl.PLAN_NAME='TB_TRAINING_SUC_PLAN_JOB'

Step 8: See that the candidates have been saved in the database.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.