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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.