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
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
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.