TARGET_POP_VW(SQL View) |
Index Back |
|---|---|
Target Population ViewThis view contains all the Target Populations that are in Enrollment Target. |
| SELECT DISTINCT A.TARGET_COHORT , A.TARGET_POPULATION , B.DESCR FROM PS_ENROLL_MGMT_TGT A , PS_TARGET_POP_TBL B WHERE A.TARGET_POPULATION = B.TARGET_POPULATION |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | Target Cohort - First level identification for Enrollment Target. | |
| 2 | Character(6) | VARCHAR2(6) NOT NULL | Target Population - Second level identification for Enrollment Target. | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |