PGM_CHC_FOR_ETC

(SQL View)
Index Back

Change Request option for ETC

This view returns the change request option for ETC (estimate to complete) for projects with change control enabled.

SELECT A.BUSINESS_UNIT , A.PROJECT_ID , B.PC_CHC_UPD_ETC FROM PS_PROJECT A , PS_PC_CHC_CFG B WHERE A.PC_CHC_TEMPLATE = B.PC_CHC_TEMPLATE AND A.PC_CHC_SW = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField
3 PC_CHC_UPD_ETC Character(3) VARCHAR2(3) NOT NULL change control template for a resource's estimate to complete for a given activity
CRR=Change Request Required
CRR=Change Request Required
OFF=Off
ON=On