ALM Project Database Reference
td.POLICY_ENFORCEMENT_STATUS Table
Description
The data required for applying customization between projects.
Remarks
This table contain one row.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key PES_IDThe record ID.int4   
 PES_APPLIED_TEMPLATE_VERSIONThe customization version of the project's linked template when it was last applied (propagated) on the project.int4  
 PES_LAST_PROPAGATION_TIMEThe date and time of the last template propagation performed on the project according to the server clock.datetime4  
 PES_LAST_PROPAGATION_REPORTAn XML document containing the data of the report of the last policy enforcement (propagation) performed on the project. varchar16  
 PES_VERIFIED_PROJECT_VERSIONThe customization version of the project when it was last verified against it's linked template.int4  
 PES_VERIFIED_TEMPLATE_VERSIONThe customization version of the project's linked template when it was last verified with the project.int4  
 PES_IS_VERIFIED_WITH_WARNINGSIf Y,  there were warnings in the last verification of the project.varchar2  
 PES_LAST_VERIFICATION_TIMEThe date and time of the last template verification performed on the project.datetime4  
 PES_LAST_VERIFICATION_REPORTAn XML document containing the data of the report of the last policy analysis (verification) performed on the project.varchar16  
 PES_IS_POLICY_UPDATE_BLOCKEDY indicates a request not to apply customization of the template to the project. This setting does not prevent the template administrator from applying the customization.varchar2  
 PES_COMMENTSA list of comments. These comments are visible in the UI in the Template and Linked Project view.varchar16  
Indexes
IndexDescriptionPrimaryUnique
POLICY_ENFORCEMENT_STATUS_PK 
See Also