Java Packages and Classes Delivered with PeopleTools

Java classes delivered with PeopleTools are located in the following directory:

PS_HOME\class

For PeopleSoft software, we typically use a standard package hierarchy:

com.peoplesoft.prodline.prodcode

In this hierarchy, prodline is the company standardized product line code (for example, hrms) and prodcode is the product code unique within the product line (for example, hr).

In addition, if there are any classes that are common across products, they are placed into the common package for that product line, that is:

com.peoplesoft.prodline.common