CA_MS_ID_VW(SQL View) |
Index Back |
---|---|
Milestone Status ViewList the Milestone Status and the Number of Associated Contracts. |
SELECT A.MILESTONE_ID , COUNT(*) , ' ' , 0 , 0 FROM PS_CA_MILESTONE_VW A GROUP BY A.MILESTONE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MILESTONE_ID | Character(6) | VARCHAR2(6) NOT NULL | Milestone_ID identifies the milestones that can be referenced from multiple functional areas. |
2 | RECORD_COUNT | Number(7,0) | INTEGER NOT NULL | Count of Records |
3 | XLATSHORTNAME | Character(10) | VARCHAR2(10) NOT NULL | Translate Value Short Name |
4 | CA_BP_IMPACT_CNT | Number(6,0) | INTEGER NOT NULL | Billing Plan Impact Count |
5 | CA_AP_IMPACT_CNT | Number(6,0) | INTEGER NOT NULL | Revenue Plan Impact Count |