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
Red Hat Enterprise Linux on Microsoft Azure
Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
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.