IT_PRGS_HWZV

(SQL View)
Index Back

Progress Report - HW View


SELECT A.TEMPLATE_ID , B.SETID , B.AREA_VALUE , C.TARGET_CNT , B.REMAIN_CNT , 0 , B.DTTM_STAMP FROM PS_IT_PRGS_SUM B , PS_IT_PRGS_TMPL A , PS_IT_PRGS_TRGT C WHERE A.TEMPLATE_ID = B.TEMPLATE_ID AND A.ASSET_TYPE = '010' AND B.TEMPLATE_ID = C.TEMPLATE_ID AND B.SETID = C.SETID AND B.AREA_VALUE = C.AREA_VALUE AND C.TARGET_CNT = 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 TEMPLATE_ID Character(30) VARCHAR2(30) NOT NULL Project Template
2 SETID Character(5) VARCHAR2(5) NOT NULL SetID
3 AREA_VALUE Character(10) VARCHAR2(10) NOT NULL Area Value
4 TARGET_CNT Number(8,0) INTEGER NOT NULL Target Threshold
5 REMAIN_CNT Number(8,0) INTEGER NOT NULL Remain Count
6 PERCENT_COMPLETE Number(6,2) DECIMAL(5,2) NOT NULL % Complete
7 DTTM_STAMP DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.