HRS_DSC_TYP_VW(SQL View) |
Index Back |
---|---|
Job Opening Descr Types ViewView of description types that can be used to create a job posting |
SELECT A.HRS_JO_DESCR_TYP , A.DESCR , A.DESCRSHORT , A.COMMENTS FROM PS_HRS_JO_DSC_TYP A WHERE A.STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JO_DESCR_TYP | Character(2) | VARCHAR2(2) NOT NULL | Job posting description type |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | COMMENTS | Long Character | CLOB | Comment |