IT_PRGS_SWV

(SQL View)
Index Back

Progress Report - SW View


SELECT A.TEMPLATE_ID , A.DESCR , B.SETID , B.AREA_VALUE , C.TARGET_CNT , B.REMAIN_CNT , 100*(C.TARGET_CNT-B.REMAIN_CNT)/C.TARGET_CNT COMPLETION , 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 = '020' 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 DESCR Character(30) VARCHAR2(30) NOT NULL Description
3 SETID Character(5) VARCHAR2(5) NOT NULL SetID
4 AREA_VALUE Character(10) VARCHAR2(10) NOT NULL Area Value
5 TARGET_CNT Number(8,0) INTEGER NOT NULL Target Threshold
6 REMAIN_CNT Number(8,0) INTEGER NOT NULL Remain Count
7 PERCENT_COMPLETE Number(6,2) DECIMAL(5,2) NOT NULL % Complete
8 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.