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.
Need the Table/Field Mapping for Absence Plans and their Eligibility Profiles
Summary
Need the Table/Field Mapping for Absence Plans and their Eligibility ProfilesContent
Hi i am trying to put a script that extracts the setup of Absence Plans. I could not find the right join between Absence Plans table and Eligibility profiles to pull the Eligibility Profile for each Absence Plan.
Here is the sql which i am working on. If you run this sql this will not return any data. Once you comment this join
--AND BELP.ELIGY_PRFL_ID = ANCP.BEN_ELIG_PROFILE_ID
from the following query it will give the result but not right.
Please help me with this.
2