HRS_COV_COLL_VW(SQL View) |
Index Back |
---|---|
Resume SectionsResume sections that are a part of the resume template. |
SELECT DISTINCT RT.HRS_RES_TMPL_ID , RT.HRS_NO_RES_FLG , RTC.RESUME_SECTION_SEQ , RTC.HRS_COV_LETTER_OPT FROM PS_HRS_RES_TMPL RT , PS_HRS_RES_COV_LET RTC WHERE RT.HRS_RES_TMPL_ID = RTC.HRS_RES_TMPL_ID |
# | 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_NO_RES_FLG | Character(1) | VARCHAR2(1) NOT NULL | Apply without a resume |
3 | RESUME_SECTION_SEQ | Number(3,0) | SMALLINT NOT NULL | Sequence |
4 | HRS_COV_LETTER_OPT | Character(3) | VARCHAR2(3) NOT NULL |
Cover Letter Option
CLA=Attach Cover Letter CLN=Apply without a cover letter |