Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Fetch Employees not a part of Talent Profile Section
Summary:
We have created a Custom Section using the Skill Template under the Talent Profile Page. As followed fields
HPI.ATTRIBUTE1 AS TRAINING_NAME,
HPI.ATTRIBUTE2 AS BRANCH,
HPI.ATTRIBUTE3 AS DESIGNATION,
HPI.ATTRIBUTE4 AS VENUE,
HPI.ATTRIBUTE5 AS TRAINING_TYPE,
HPI.ATTRIBUTE6 AS STATUS,
TO_CHAR(HPI.ATTRIBUTE_DATE1,'DD-MM-YYYY') AS START_DATE,
TO_CHAR(HPI.ATTRIBUTE_DATE2,'DD-MM-YYYY') AS END_DATE
We are trying to Fetch the employees who are not part of this section, We have Used NOT IN & IS NULL conditions.
Did not work I have attached the query we are using for this case. Kindly help me with this.
1