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.
How to fetch value set value using fast formula
Summary:
Content (please ensure you mask any confidential information):
Hi Experts,
We have a requirement to fetch the value set details in a FF using GET_VALUE_SET function. I have defined a value set as below to fetch the absence balance by passing 2 parameters.
FROM Clause: ANC_PER_ACCRUAL_ENTRIES
Value Column Name: END_BAL
ID Column Name: PER_ACCRUAL_ENTRY_ID
WHERE Clause: person_id = :{PARAMETER.P_PERSON_ID} and ACCRUAL_PERIOD = to_date(:{PARAMETER.P_END_DATE}, 'YYYY-MM-DD')
Can anyone please help me to get the GET_VALUE_SET function syntax to pass 2 parameters (number and date data type)?
0