TARGET_DIV1_VW(SQL View) |
Index Back |
---|---|
Target Division View 1This views contains the Target Division information. |
SELECT A.TARGET_COHORT , A.TARGET_POPULATION , A.TARGET_DIVISION , B.DESCR FROM PS_TARGET_COH_DIV A , PS_TARGET_DIV_TBL B WHERE A.TARGET_DIVISION = B.TARGET_DIVISION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TARGET_COHORT | Character(6) | VARCHAR2(6) NOT NULL |
Target Cohort - First level identification for Enrollment Target.
Prompt Table: TARGET_COH_TBL |
2 | TARGET_POPULATION | Character(6) | VARCHAR2(6) NOT NULL |
Target Population - Second level identification for Enrollment Target.
Prompt Table: TARGET_COH_POP |
3 | TARGET_DIVISION | Character(6) | VARCHAR2(6) NOT NULL |
Target Division - Third level identification for Enrollment Target.
Prompt Table: TARGET_DIV_TBL |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |