| SCHOOL_TBL(SQL Table) | Index Back | 
|---|---|
| Schools/UniversitiesUse SCHOOL_TBL to assign codes to schools, colleges, and universities to use as an edit table for SCHOOL_CODE in your database. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Country Default Value: OPR_DEF_TBL_HR.COUNTRY Prompt Table: COUNTRY_TBL | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | School Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description | 
| 5 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State Prompt Table: STATE_TBL | 
| 6 | PUBLIC_PRIVATE | Character(1) | VARCHAR2(1) NOT NULL | Public/Private P=Public V=Private Default Value: P | 
| 7 | GVT_MINORITY_INST | Character(1) | VARCHAR2(1) NOT NULL | Minority Institution Y/N Table Edit Default Value: N | 
| 8 | INST_TYPE_AUS | Character(1) | VARCHAR2(1) NOT NULL | This field identifies the place where the member of the staff received their highest education.
This is an Australia specific code which is needed for DETYA electronic reporting purposes. 0=Non-Academic 1=This Institute 2=Other Institute 3=Overseas Institute |