RB_ACTV_INST_VW(SQL View) |
Index Back |
---|---|
Active Institution ViewThis view returns all active institutions based on the current date. |
SELECT A.INSTITUTION , A.DESCR FROM PS_INSTITUTION_TBL A WHERE %EffdtCheck(INSTITUTION_TBL B, A, %CurrentDateIn) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Institution field to store institution information in campus solution system. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |