SCP_ANNCOUNT_VW(SQL View) |
Index Back |
---|---|
Announcements Content ViewAnnouncements Content View |
SELECT COUNT(A.SCP_CONTENT_TYPE) , B.OPRID FROM PS_SCP_CONTENT_HDR A ,PS_SCP_ANNO_USR_VW B WHERE A.SCP_CONTENT_TYPE = 'A' AND A.SCP_CONTENT_STATUS = 'P' AND A.SCP_CONTENT_ID = B.SCP_CONTENT_ID GROUP BY B.OPRID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCP_COUNTER | Number(10,0) | DECIMAL(10) NOT NULL | field to count the number of content types |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |