HRS_RESSCTJ_LVW(SQL View) |
Index Back |
---|---|
Resume Sections Rel Lang ViewRelated language View of Resume sections that are a part of the resume template and which are Content Type specific. |
SELECT A.HRS_RES_TMPL_ID , A.HRS_PAGE_SEQ , A.RESUME_SECTION_SEQ , A.JPM_CAT_TYPE , B.LANGUAGE_CD , B.DESCR FROM PS_HRS_RES_SCTJ_VW A , PS_HRS_RESTMPLS_LN B WHERE A.JPM_CAT_TYPE = 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 | 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. |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |