KeyRecord.FieldnameFormatXLATHeading TextNotes
ADDRESS1 - Address Line 1Char55
Address 1

ADDRESS1_AC - Alternate Character AddressChar55
AC Address 1

ADDRESS2 - Address Line 2Char55
Address 2

ADDRESS2_AC - Alternate Character Address 2Char55
AC Address 2

ADDRESS3 - Address Line 3Char55
Address 3

ADDRESS3_AC - Alternate Character Address 3Char55
AC Address 3

ADDRESS4 - Address Line 4Char55
Address 4
ADDRESS_TYPE - Address TypeChar4
Addr Type

The list of ADDRESS_TYPE is in ADDRESS_TYP_TBL - Address Type Table. The ADDRESS_TYPE='RESH' indicates residence hall address. 

Please go to Student Addresses & Residency for more information.


ADDR_FIELD1 - Address Field 1Char2NAddress Field 1

ADDR_FIELD2 - Address Field 2Char4
Address Field 2

ADDR_FIELD3 - Address Field 3Char4
Address Field 3
CITY - CityChar30
City

CITY_AC - Alternate Character CityChar30
AC City

COUNTRY - CountryChar3
Country

COUNTY - CountyChar30
County
EFFDT - Effective DateDate
Eff Date
EFF_STATUS - Status as of Effective DateChar1NStatus
EMPLID - Empl IDChar11
ID

GEO_CODE - Tax Vendor Geographical CodeChar11
Geo Code

HOUSE_TYPE - House TypeChar2NHouse

IN_CITY_LIMIT - In City LimitChar1
In Cty Lmt
LASTUPDDTTM - Last Update Date/TimeDateTm
Last Upd DtTm
LASTUPDOPRID - byChar30
by

NUM1 - Number 1Char6
Nbr 1

NUM2 - Number 2Char6
Nbr 2
POSTAL - Postal CodeChar12
Postal

REG_REGION - Regulatory RegionChar5
Reg Region
STATE - StateChar6
State

Hierarchy for address type

The following case statement can be used to create a hierarchy for reporting addresses in UM_STUD_EXTRACT

ExpressionNotes

DECODE(A.ADDRESS_TYPE,
'LOCL', 1,
'RESH', 2,
'HOME', 3,
'BILL', 4,
'MAIL', 5,
'CHK', 6,
'BUSN', 7,
'CAMP', 8,
9) 

Use Expression to the left, then subquery for expression, set expression as field to min. and Eff Status to A

The new logic has been applied in May 2023. Please go to New address type hierarchy in UM_STUD_EXTRACT page for more information.

Here is an example public query in CSRPT so you can see how it is used: UM_OSR_CURR_STUDENTS_BY_PLAN