PGM_DELV_CNT_VW(SQL View) |
Index Back |
---|---|
View of No. of DeliverablesThis view will count the number of deliverables by project. |
SELECT A.BUSINESS_UNIT , A.PROJECT_ID , COUNT(*) FROM PS_PC_DELIVERABLES A GROUP BY A.BUSINESS_UNIT , A.PROJECT_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField | |
3 | PGM_DELV_TOTAL | Number(15,0) | DECIMAL(15) NOT NULL | Total number of deliverables. |