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 Set context before writing While loop in oracle Formula
Summary:
I have a requirement to check element, with input values paid to employee during year.
So before writing the while loop, i was setting the effective date context like below, but while loop is only checking the elements attached during current payroll period. Can anybody help me how to find the element input value or run result value of particular element with input values ( pay Value, Date From, Date to )
change_contexts(EFFECTIVE_DATE = l_year_paystart_date,HR_ASSIGNMENT_ID = hr_id )
(
WHILE (ELEMENT_ENTRY_BASE_ELEMENT_NAME.EXISTS(l_cnt))LOOP
(
Content (required):
Version (include the version you are using, if applicable):
Tagged:
0