SCP_WELCOME_VW(SQL View) |
Index Back |
---|---|
Welcome Content ViewWelcome Content View |
SELECT SCP_CONTENT_ID , DISPLAY_ORDER , SCP_SECURITY_GROUP , SCP_SUMMARY , SCP_DETAIL , SCP_PLAIN_TEXT FROM PS_SCP_CONTENT_HDR WHERE SCP_CONTENT_STATUS = 'P' AND SCP_CONTENT_TYPE = 'W' ORDER BY DISPLAY_ORDER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCP_CONTENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Content ID |
2 | DISPLAY_ORDER | Number(3,0) | SMALLINT NOT NULL | Display order for ordering items in a list - web style |
3 | SCP_SECURITY_GROUP | Character(4) | VARCHAR2(4) NOT NULL |
Content Security Group
Prompt Table: SCP_CONTSEC_GRP |
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 |