JPM_PRFTYP_LNVW(SQL View) |
Index Back |
---|---|
Profile ViewContent types for the profile |
SELECT A.JPM_JP_TYPE , A.JPM_CAT_TYPE , B.LANGUAGE_CD , B.JPM_JP_TABNAME FROM PS_JPM_JP_SECTION A , PS_JPM_JP_TAB_LNG B WHERE A.JPM_JP_TYPE = B.JPM_JP_TYPE AND A.JPM_JP_TABNUM = B.JPM_JP_TABNUM AND A.EFFDT = B.EFFDT AND %EffdtCheck(JPM_JP_TYPES D, A, %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 |
2 | 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. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | JPM_JP_TABNAME | Character(30) | VARCHAR2(30) NOT NULL | Tab Name |