SSR_DEGRHNR_VW(SQL View) |
Index Back |
---|---|
Degree Honors Table ViewThis is a view used in the Graduation Tracking page to prompt Degree Honors with honors type of Degree Honors (DH). |
SELECT A.INSTITUTION , A.HONORS_TYPE , A.HONORS_CODE , A.EFFDT , A.EFF_STATUS , A.DESCR , A.DESCRSHORT , A.DESCRFORMAL , A.DIPLOMA_PRINT_FL , A.TRNSCR_PRINT_FL FROM PS_DEGR_HONORS_TBL A WHERE A.HONORS_TYPE='DH' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | HONORS_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Honors Type
DH=Degree Honors DP=Degree Prefix DS=Degree Suffix PP=Degree Plan Prefix PS=Degree Plan Suffix SP=Degree Sub-Plan Prefix SS=Degree Sub-Plan Suffix |
3 | HONORS_CODE | Character(3) | VARCHAR2(3) NOT NULL | Honors Code |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
8 | DESCRFORMAL | Character(50) | VARCHAR2(50) NOT NULL | Formal Description field |
9 | DIPLOMA_PRINT_FL | Character(1) | VARCHAR2(1) NOT NULL |
Print on Diploma
Y/N Table Edit |
10 | TRNSCR_PRINT_FL | Character(1) | VARCHAR2(1) NOT NULL |
Print on Transcript
Y/N Table Edit |