HRS_ATTCHRES_VW(SQL View) |
Index Back |
|---|---|
Resume AttachmentsView to identify active codes for applicant attachments of type 'Resume' |
| SELECT ATTACH_TYPE_CD , DESCR , DESCRSHORT , URL_ID FROM PS_HRS_ATT_TYP_TBL WHERE STATUS = 'A' AND ATTACH_PROCESS_TYP = 'RES' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | ATTACH_TYPE_CD | Character(3) | VARCHAR2(3) NOT NULL | Attachment Type Code |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
| 4 | URL_ID | Character(30) | VARCHAR2(30) NOT NULL | URL Identifier (see PSURLDEFN). |