GP_PYESEGSTA_VW(SQL View) |
Index Back |
---|---|
Segments by Seg StatusCalendar Statistics Aggregate view use to display SEG_STAT count. |
SELECT A.CAL_RUN_ID , A.SEG_STATUS , COUNT(*) FROM PS_GP_PYE_SEG_STAT A GROUP BY CAL_RUN_ID , A.SEG_STATUS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAL_RUN_ID | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id |
2 | SEG_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Segment Status
00=Active in Segment 01=Inactive in Segment |
3 | GP_AGGR_COUNT | Number(7,0) | INTEGER NOT NULL | field used to present processing statistics |