HRS_SCHL_VW1

(SQL View)
Index Back

Schools/Universities View

Use SCHOOL_TBL_VW to assign codes to schools, colleges, and universities to use as an edit table for SCHOOL_CODE in your database, based on the Country Other.

SELECT COUNTRY , STATE , SCHOOL_CODE FROM PS_SCHOOL_TBL

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 COUNTRY_OTHER Character(3) VARCHAR2(3) NOT NULL Country field for ADDR_OTR_SBR and DERIVED_ADDR_OT

Prompt Table: COUNTRY_TBL

2 STATE_OTHER Character(6) VARCHAR2(6) NOT NULL State Other

Prompt Table: STATE_NAMES_OTH

3 SCHOOL_CODE Character(10) VARCHAR2(10) NOT NULL School Code

Prompt Table: HRS_SCHL_TBL_VW