JPM_JP_TABS_VW(SQL View) |
Index Back |
---|---|
Profile Attributes |
SELECT A.JPM_JP_TYPE , A.JPM_JP_TABNUM , A.JPM_JP_TABNAME , B.SEQNUM , B.JPM_CAT_TYPE , C.DESCR FROM PS_JPM_JP_TAB A , PS_JPM_JP_SECTION B , PS_JPM_CAT_TYPES C WHERE A.JPM_JP_TYPE = B.JPM_JP_TYPE AND A.JPM_JP_TABNUM = B.JPM_JP_TABNUM AND B.JPM_CAT_TYPE = C.JPM_CAT_TYPE AND %EffdtCheck(JPM_JP_TYPES, B, %CurrentDateIn) |
# | 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 | JPM_JP_TABNAME | Character(30) | VARCHAR2(30) NOT NULL | Tab Name |
4 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
5 | 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 |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |