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!
How to develop UK Paper Payslip using pay_payroll_xml_extract_pkg
We are trying to create a custom paper payslip report for UK legislation and I can see that the best way to do it is using the standard package “pay_payroll_xml_extract_pkg.generate” which will generate the xml tags and we can merge this with the rtf template to get a pdf report.
All this on theory looks very promising and also follows the standard approach, does anyone have a plsql code which I can refer in terms of how this package is called and how it can be used in loop to generate bulk payslips via a concurrent program. Also how it merges the xml with the rtf template. Appreciate any suggestion on this.