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.
Extract Rule Fast Formula to extract historical department name
Summary
Need help with a fast formula to extract department names effective on each assignment rowContent
In an HCM Extract we are using user entity PER_EXT_SEC_ASSIGNMENT_RANGE_UE to extract all assignment rows for employees. We need to extract the name of the department that was effective on each assignment row using an Extract Rule Fast Formula.
Can anyone show me what this fast formula needs to look like? Is it as simple as this:
CHANGE_CONTEXTS(EFFECTIVE_DATE=PER_EXT_RANGE_ASG_EFFECTIVE_START_DATE)
(
RULE_VALUE = PER_ASG_ORG_DEPARTMENT_NAME
)
RETURN RULE_VALUE
Tagged:
0