HRS_PRNT_JPM_VW(SQL View) |
Index Back |
---|---|
Content Section Config ViewView to content types from JPM that exist in the Primary Profile Type that has been designated for use in Recruting Solutions. Used as a search view on the Content Section Configuration component |
SELECT DISTINCT JPMCFG.JPM_JP_TYPE , JPMCFG.JPM_CAT_TYPE , JPMCFG.DESCR , JPMCFG.JPM_ADHOC_FLG , 'N' ,'N' FROM PS_JPM_PRI_P_CAT_I JPMCFG , PS_JPM_JP_ROLES JPMROL WHERE JPMCFG.JPM_JP_TYPE = JPMROL.JPM_JP_TYPE AND JPMCFG.JPM_JP_SECTION_ID = JPMROL.JPM_JP_SECTION_ID AND %EffdtCheck(JPM_JP_ROLES JPMROL2, JPMROL, %CurrentDateIn) AND JPMROL.JPM_ROLE = 'EMP' AND JPMROL.JPM_SCRTY_MODIFY = 'Y' |
# | 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | JPM_ADHOC_FLG | Character(1) | VARCHAR2(1) NOT NULL | Indicates that the Catalog Type is Adhoc or FreeForm. |
5 | HRS_PRINT_JPM_DATA | Character(1) | VARCHAR2(1) NOT NULL | Determines if selected JPM Cat Type contains data |
6 | HRS_PRINT_JPM_SEL | Character(1) | VARCHAR2(1) NOT NULL | Determines JPM Cat Type is selected |