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.
Understand SQL Query for Talent profile data model
Content
Hi Everyone,
I have created the data model for talent profile print action with the help of delivered data by oracle.
In delivered data model oracle has used a secured list query to get print base on user role.
The same query how can I apply on custom data model just wanted to understand the logic of how it got to build.
Did anyone has done the same anyone of your client?
In a Highlighted red color that query oracle has used.
Select
p.person_id as employee_id,
Ct.Content_Type_Id,
Pi.Item_Text240_1 As employerName,
to_char(Pi.Item_Clob_3) As achievements,
1