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.
default value in DOR DFF
How to get default value for person_number in DOR DFF. I have tried below query to retrieve default value. But it is not showing the default value.
How to use the derivation value parameters?
select papf.person_number from per_all_people_f papf where papf.person_id = :{parameter.PERSONID} and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
0