HRS_STS_REC_LVW(SQL View) |
Index Back |
|---|---|
Posn Applied For Sts Defn VwIdentifies the set of status code definitions for the position applied for recruitment area. |
| SELECT STATUS_CODE , LANGUAGE_CD , DESCR , DESCRSHORT FROM PS_HRS_STS_LNG WHERE STATUS_AREA = '3' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Identifies a status. | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |