JPM_PRI_N_CATLI(SQL View) |
Index Back |
---|---|
Primary NonPerson Prof CatalogInterface View for Content Types in the Primary Non-Person Profile Type |
SELECT SECT.JPM_JP_TYPE , SECT.JPM_CAT_TYPE , CAT.LANGUAGE_CD , CAT.DESCR FROM PS_JPM_JP_SECTION SECT , PS_JPM_CAT_TYP_LNG CAT , PS_JPM_JP_PRI_TYPE JPMCFG WHERE SECT.JPM_JP_TYPE = JPMCFG.JPM_PRI_NP_TYPE AND SECT.JPM_CAT_TYPE = CAT.JPM_CAT_TYPE AND %EffdtCheck(JPM_JP_SECTION SECT2, SECT, %CurrentDateIn) |
# | 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 | |
2 | 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 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |