Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Transfer the result processed in previous formula reuslt
Hi Oracle HRMS Payroll expert, I meet a problem when process the formula result. Below is specific situation
- Recurring Element A with Input Value are: Pay value, A_Amount, A_Number. Formula 1 is Pay_value = A_Amount * A_Number ( 800,000 = 400,000 * 2)
- Recurring Element B with formula 2 is: A_Pay value * 1.1 (880,000 = 800,000 * 1.1)
And i want to know how can I get the Pay_value from Formula 1 to transfer to Ịnput Value of Element B to write formula 2 that do not have write again A_Amount * A_Number
As I know, I can get the result transferred to Non-Recurring Element with Indirect Type (in Formula Result function) but not Recurring Element