Get Started with Redwood for Oracle Cloud HCM Begin Now
Where in UI in Talent Management can we see the the below codes?
Summary:
Code 1 Document Status:
SELECT distinct HRA_EVALUATIONS.STATUS_CODE
FROM HRA_EVALUATIONS
,HRA_TMPL_PERIODS_VL
WHERE HRA_TMPL_PERIODS_VL.TMPL_PERIOD_ID = HRA_EVALUATIONS.TMPL_PERIOD_ID
AND HRA_TMPL_PERIODS_VL.BUSINESS_GROUP_ID = HRA_EVALUATIONS.BUSINESS_GROUP_ID
Code 2 Review Status:
SELECT distinct OVERALL_STATUS FROM HRA_SECTION_MGR_RATINGS_VL
And how are they different?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0