HRS_RES_SCT_LVW(SQL View) |
Index Back |
---|---|
Resume Sections RLangRelated language View 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 , B.LANGUAGE_CD , A.DESCR FROM PS_HRS_RES_SECT_VW A , PS_HRS_RESTMPLS_LN B WHERE A.HRS_RES_SEC_NAME12 = B.HRS_RES_SEC_NAME12 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(15,0) | DECIMAL(15) NOT NULL | Resume Template ID | |
2 | Number(3,0) | SMALLINT NOT NULL | Page Sequence | |
3 | Number(3,0) | SMALLINT NOT NULL | Sequence | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |