HRS_RES_SECT_VW(SQL View) |
Index Back |
---|---|
Resume Sections ViewView of Resume sections that are a part of the resume template. |
SELECT A.HRS_RES_TMPL_ID , A.HRS_PAGE_SEQ , A.RESUME_SECTION_SEQ , A.HRS_RES_SEC_NAME12 , B.HRS_REQ_SRC , B.DESCR FROM PS_HRS_RES_SECTION A , PS_HRS_RESTMPLS_VW B WHERE A.HRS_RES_SEC_NAME12 = B.HRS_RES_SEC_NAME12 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_RES_TMPL_ID | Number(15,0) | DECIMAL(15) NOT NULL | Resume Template ID |
2 | HRS_PAGE_SEQ | Number(3,0) | SMALLINT NOT NULL | Page Sequence |
3 | RESUME_SECTION_SEQ | Number(3,0) | SMALLINT NOT NULL | Sequence |
4 | HRS_RES_SEC_NAME12 | Character(12) | VARCHAR2(12) NOT NULL |
Resume Section Name
Prompt Table: HRS_RESTMPLS_VW |
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 |