Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Manager is not getting end dated in the backend for rehire
When a person is rehired previous manager details are not getting end dated in backend.
It shows two managers for the rehired person in the backend but in the frond end it looks fine.
SQL used:
select *
from fusion.per_manager_hrchy_dn
where person_id = 300004200303584
and trunc(sysdate) between effective_start_date and effective_end_date
order by manager_level, effective_end_date desc
We need to confirm whether this is a bug from oracle.
Tagged:
0