JPM_JP_SECT_VW(SQL View) |
Index Back |
---|---|
JPM Profile AttributesJPM Profile Attributes |
SELECT A.JPM_JP_TYPE , A.JPM_JP_TABNUM , A.SEQNUM , A.JPM_CAT_TYPE , A.JPM_JP_MULTI_FLG , B.DESCR FROM PS_JPM_JP_SECTION A , PS_JPM_CAT_TYPES B WHERE B.JPM_CAT_TYPE = A.JPM_CAT_TYPE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Profile Type name for a JPM Profile Type
Prompt Table: JPM_JP_TYPES |
2 | JPM_JP_TABNUM | Number(3,0) | SMALLINT NOT NULL | Tab number to be moved or re-ordered in a JPM Profile Content Section within a Profile Type |
3 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | JPM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
The name of the type of items that will be used in a Catalog and or in a Profile.
Prompt Table: JPM_CAT_TYPES |
5 | JPM_JP_MULTI_FLG | Character(1) | VARCHAR2(1) NOT NULL | Mulitple instances indicator for JPM Profile Items |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |