DEGREE_INTRN_LN(SQL View) |
Index Back |
|---|---|
Internal Degree ViewUse this view to list the degrees that are internal to your instititution. This is the related language record for DEGREE_INTRN_VW. |
| SELECT A.DEGREE ,A1.LANGUAGE_CD ,A.EFFDT ,A1.DESCR FROM PS_DEGREE_TBL A ,PS_DEGREE_TBL_LANG A1 WHERE A.DEGREE = A1.DEGREE AND A.EFFDT = A1.EFFDT AND A.INTERNAL_DEGREE = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(8) | VARCHAR2(8) NOT NULL | Degree | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |