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.
Deriving the Assignment ID for elements created at Payroll Relationship Level is not working
Summary:
Deriving the Assignment ID for elements created at Payroll Relationship Level is not working
Content (required):
While processing the deduction element (created at payroll relationship level) , we need to derive the assignment information for which the element is getting processed (in case of multiple assignments).
But when we are using the below code its only bringing the primary assignment id.
Can you please tell us how to fetch the processed assignment id.
i = 1
while (RUN_INCLUDED_PAYROLL_ASGS.EXISTS(i)) LOOP
(
CHANGE_CONTEXTS(PAYROLL_ASSIGNMENT_ID = RUN_INCLUDED_PAYROLL_ASGS[i])
(
HR_ASGS[i] = ASG_HR_ASG_ID
l_assignment_id = HR_ASGS[i]
0