ACAD_PROG_IN_VW(SQL View) |
Index Back |
---|---|
Student Institution ViewThis prompt table lists institutions a student belongs to. |
SELECT A.EMPLID , A.EFFDT , A.EFFSEQ , A.INSTITUTION FROM PS_ACAD_PROG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
4 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |