Creating Effort Reports from Extracted Data

 

The Effort Certification creation process creates effort reports from the temporary Build table populated by the EffortCertificationExtractJob batch job. The creation process also routes these documents and clears the temporary entries from the Build table.

 

The creation process assumes that the RUN _ID parameters remain set as discussed in the section above detailing the extraction process. It also assumes that the creation process has not previously been run for the specified fiscal year and report ID. The creation process requires that additional parameters be set as follows:

 

Effort Certification creation parameters

Parameter Name

Description

CREATE_FISCAL_YEAR

Indicates the fiscal year of the Report Definition record for which we are going to create effort certification documents from the extracted data.

CREATE_REPORT_NUMBER

Indicates the report number of the Report Definition record for which we are going to create effort certification documents from the extracted data.

 

After modifying parameters, run the EffortCertificationCreateJob. This job must be run after the EffortCerticationExtractJob. Normally, you would run this job once per effort certification period.

More:

Business Rules

Creation Processing