HRS_JO_SCR_TS_I(SQL View) |
Index Back |
---|
SELECT DISTINCT LV_I.HRS_JO_SCR_SUMM_ID , LV_I.HRS_JO_SCR_SEQ , IT_I.JPM_CAT_TYPE , LS_V2.HRS_JO_TMPL_ID , LS_V2.HRS_REQ_SRC , LS_V2.DESCR FROM PS_HRS_JO_SCR_LV_I LV_I , PS_HRS_JO_SCR_IT_I IT_I , PS_HRS_JO_TMPLS_V2 LS_V2 WHERE LV_I.HRS_JO_SCR_SUMM_ID = IT_I.HRS_JO_SCR_SUMM_ID AND LV_I.HRS_JO_SCR_SEQ = IT_I.HRS_JO_SCR_SEQ AND IT_I.JPM_CAT_TYPE = LS_V2.JPM_CAT_TYPE AND LS_V2.HRS_REQ_SRC = 'J' UNION SELECT DISTINCT IT_S.HRS_JO_SCR_SUMM_ID , IT_S.HRS_JO_SCR_SEQ , LS_V2.JPM_CAT_TYPE , LS_V2.HRS_JO_TMPL_ID , LS_V2.HRS_REQ_SRC , LS_V2.DESCR FROM PS_HRS_JO_SCR_IT_I IT_S , PS_HRS_JO_TMPLS_V2 LS_V2 WHERE LS_V2.HRS_REQ_SRC = 'J' AND LS_V2.JPM_CAT_TYPE NOT IN ( SELECT IT_I.JPM_CAT_TYPE FROM PS_HRS_JO_SCR_IT_I IT_I) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JO_SCR_SUMM_ID | Number(15,0) | DECIMAL(15) NOT NULL | JO Screening Summary ID |
2 | HRS_JO_SCR_SEQ | Number(3,0) | SMALLINT NOT NULL | Job opening screening sequence |
3 | 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. |
4 | HRS_JO_TMPL_ID | Number(15,0) | DECIMAL(15) NOT NULL | Job Opening Template ID |
5 | HRS_REQ_SRC | Character(1) | VARCHAR2(1) NOT NULL |
Resume or Job Opening Template sections including recruiting-specific sections from PSXLATITEM - identified by HRS_REQ_SRC = 'X' - and JPM Content Sections - identified by HRS_REQ_SRC = 'J'. Only those JPM Content sections that have been configured for Recruiting Solutions will be available for selection.
J=JPM Content Type X=Translate Value |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |