SCP_WELC_USR_VW(SQL View) |
Index Back |
---|---|
Welcome Users ViewWelcome Content Users View |
SELECT B.OPRID , A.SCP_CONTENT_ID , A.DISPLAY_ORDER , A.SCP_SUMMARY , A.SCP_DETAIL , A.SCP_PLAIN_TEXT FROM PS_SCP_WELCOME_VW A , PS_SCP_CONGRPUS_VW B WHERE B.SCP_SECURITY_GROUP = A.SCP_SECURITY_GROUP ORDER BY A.DISPLAY_ORDER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | SCP_CONTENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Content ID |
3 | DISPLAY_ORDER | Number(3,0) | SMALLINT NOT NULL | Display order for ordering items in a list - web style |
4 | SCP_SUMMARY | Character(254) | VARCHAR2(254) NOT NULL | Content Summary |
5 | SCP_DETAIL | Long Character | CLOB | Content Detail |
6 | SCP_PLAIN_TEXT | Long Character | CLOB | Short Description |