50 Project

This chapter includes these topics:

50.1 Project Business Services

This chapter provides detailed information about the business interfaces that are available for the Project business object.

This table lists all of the available interface components:

Business Service Description
ProjectManager (JP510010) The ProjectManager published business service (JP510010) manages the processing of project related web service operations.
processProject (J5100010) The processProject web service operation is an inbound transaction operation that processes adds and updates of job cost data in JD Edwards EnterpriseOne.

The processProject operation is called from the ProjectManager published business service. The net change utility is called for each project that is being updated. The processProject operation calls the CreateProjectHeader business function (B5100120) for adds and updates to the Extended Job Cost Master record (F5108) and the Business Unit Master record (F0006). Users can specify a model business unit in the business service properties of this operation. When a new project is added, the system copies the model business unit that is specified in the properties.

processWBS (J5100030) The processWBS web service operation is an inbound transaction operation that processes adds and updates of WBS/task data in JD Edwards EnterpriseOne.

The processWBS operation is called from the processProject operation. The processWBS operation calls the CreateProjectAccount business function (B5100410) to add and UpdateProjectAccount business function (B5100140) to update the Account Master record (F0901).

After processing the F0901 records, if there are no errors and financial forecast records exist in the value object, the processWBS operation calls the processFinancialForecast operation.

processFinancialForecast (J5100020) The processFinancialForecast web service operation is an inbound transaction operation that processes adds and updates of financial forecast data in JD Edwards EnterpriseOne.

The processFinancialForecast operation is called from the processWBS operation. The processFinancialForecast operation calls the CreateProjectFinancialForecasts business function (B5100160) to add, and the UpdateProjectFinancialForecasts business function (B5100160) when updating financial forecast data.



Note:

You can find additional technical information about each type of business interface component. For additional descriptions of the information available, and instructions for finding this information, see Chapter 5, "Accessing Additional Information for Business Interface Components."