# Objects

> PeopleSoft object reports: customization inventory, cross-database project comparison, and object analysis.

---

LLMS index: [llms.txt](/llms.txt)

---

Four reports against PSPROJECTDEFN, PSPROJECTITEM, PSPCMTXT, and the per-object definition tables. Use them to inventory customizations, compare a project across two databases, diff PeopleCode in an uploaded project file against a live database, and find every reference to a Message Catalog entry.

|                                        Report                                        |                                                                     Description                                                                     |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Customized Objects Inventory](/docs/reports/objects/objects-customized-inventory/)        | Lists all customized objects by type (records, fields, pages, components, menus, app packages, app engines, SQL objects, service operations, roles) |
| [Message Catalog Usages](/docs/reports/objects/msgcat-usages/)                             | Searches the database and codebase to locate every usage of a specific Message Catalog entry                                                        |
| [Project Cross-Database Comparison](/docs/reports/objects/project-compare/)                | Compares a project's definition and items across two databases, showing what exists only in each and where items differ                             |
| [Project Import — PeopleCode Diff vs Database](/docs/reports/objects/project-import-diff/) | For an uploaded project XML, emits per-object file source, database source, and a line-level diff for every PeopleCode program. LLM-friendly.       |

---

Section pages:

- [Customized Objects Inventory](/docs/reports/objects/objects-customized-inventory/)
- [Project Cross-Database Comparison](/docs/reports/objects/project-compare/)
- [Project Import — PeopleCode Diff vs Database](/docs/reports/objects/project-import-diff/)
- [Message Catalog Usages](/docs/reports/objects/msgcat-usages/)
