JPM_JP_TAB_VW(SQL View) |
Index Back |
---|---|
Profile Type Content Tabs |
SELECT A.JPM_JP_TYPE , A.EFFDT , A.JPM_JP_TABNUM , A.JPM_JP_TABNAME FROM PS_JPM_JP_TAB A , PS_JPM_JP_TYPES B WHERE A.JPM_JP_TYPE = B.JPM_JP_TYPE AND A.EFFDT = B.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(12) | VARCHAR2(12) NOT NULL |
Profile Type name for a JPM Profile Type
Prompt Table: JPM_JP_TYPES |
|
2 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
3 | Number(3,0) | SMALLINT NOT NULL | Tab number to be moved or re-ordered in a JPM Profile Content Section within a Profile Type | |
4 | JPM_JP_TABNAME | Character(30) | VARCHAR2(30) NOT NULL | Tab Name |