HRS_ATCH_RES_VW(SQL View) |
Index Back |
|---|---|
Resume AttachmentsThis view selects all attachment types from ER_ATTCHTYP_TBL that are not resumes. |
| SELECT ATTACH_TYPE_CD , DESCR , DESCRSHORT FROM PS_HRS_ATT_TYP_TBL WHERE ATTACH_PROCESS_TYP <> 'RES' AND STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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 |