DEGREE_TBL(SQL Table) |
Index Back |
---|---|
Education Degree TableUse DEGREE_TBL to list the degrees to use as an edit table for DEGREE in your database. |
# | 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 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: DEGREE_TBL.DESCR |
6 | YEARS_OF_EDUCATN | Number(2,0) | SMALLINT NOT NULL | Years Of Education |
7 | EDUCATION_LVL | Character(2) | VARCHAR2(2) NOT NULL |
Education Level
01=No Formal Education 02=Elementary School Completed 03=Some High School 04=High School Graduate 05=Terminal Occupation Prog DNC 06=Terminal Occupation Program 07=Some College - Less than 1 Yr 08=One Year College 09=Two Years College 10=Associate Degree 11=Three Years College 12=Four Years College 13=Bachelor Degree 14=Post Bachelors 15=First Professional 16=Post-first Professional 17=Master's Degree 18=Post Master's 19=Sixth-year Degree 20=Post-sixth Year 21=Doctorate Degree 22=Post-Doctorate A=University - Advanced T=Trade School U=University |
8 | DESCRFORMAL | Character(50) | VARCHAR2(50) NOT NULL |
Formal Description field
Default Value: DEGREE_TBL.DESCR |
9 | INTERNAL_DEGREE | Character(1) | VARCHAR2(1) NOT NULL |
Internal Degree
Y/N Table Edit Default Value: Y |