DEGREE_INTRN_VW(SQL View) |
Index Back |
---|---|
Internal Degree ViewUse this view to list the degrees that are internal to your instititution. |
SELECT DEGREE ,EFFDT ,EFF_STATUS ,DESCR ,INTERNAL_DEGREE FROM PS_DEGREE_TBL WHERE INTERNAL_DEGREE = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DEGREE | Character(8) | VARCHAR2(8) NOT NULL | Degree |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | INTERNAL_DEGREE | Character(1) | VARCHAR2(1) NOT NULL |
Internal Degree
Y/N Table Edit Default Value: Y |