Decodes PeopleCode (the proprietary language in Oracle's PeopleSoft ERP software) from bytecode to text. Stores the code in text files, or commits it to a Subversion or Git version control system. Can also extract PeopleCode and SQL text from PeopleTools .xml project files, and does three-way merging of PeopleCode (to reapply customizations during an upgrade).
License
ISC LicenseFollow Decode PeopleCode
Other Useful Business Software
Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar
Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
Rate This Project
Login To Rate This Project
User Reviews
-
Great!
-
Superb work Erik. And thanks for sharing it.
-
very good project, thanks!
-
Good piece of code. Another way to get dump is to Do a Find In in Peopletools and enter ";" (just semicolon without the quotes) in the Find What editbox and keep the Find Type and Project as default and save to file.
-
Very useful project. We have been trying to find a way to look back at the changes that happen in our custom projects as well as what is updated during patches and this code meets that need.