AV_ACTN_STA_VW(SQL View) |
Index Back |
|---|---|
Action status codes.Selects the action status codes applicable to the selected constituent. This view is used to restrict codes that appear to those assigned to a constituents actions. |
| SELECT DISTINCT A.INSTITUTION, A.EMPLID, A.EXT_ORG_ID, A.ACTN_STAT_CD, B.DESCRSHORT, B.DESCR FROM PS_AV_CNST_ACTN A, PS_AV_ACTN_STA_TBL B WHERE A.ACTN_STAT_CD=B.ACTN_STAT_CD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 2 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 3 | Character(11) | VARCHAR2(11) NOT NULL | External Org ID | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Action Status | |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: AV_ACTN_STA_TBL.DESCR |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |