| PERSON_ID |
NUMBER (10) |
Identifier for a person. |
| *CONTRACT_ID |
NUMBER (10) |
Unique system-generated identifier for a housing contract. |
| PERSON_NAME |
VARCHAR2 (50 Byte) |
Full name in the following format: last, first middle. |
| CAMPUS_ID |
VARCHAR2 (10 Byte) |
Campus ID on the Integrated Student Information System. |
| ACADEMIC_YEAR |
VARCHAR2 (50 Byte) |
Term/academic year description. |
| SESSION_DESCR |
VARCHAR2 (50 Byte) |
An “Academic Year” or Housing term may contain multiple “sessions”. For example, Academic Year 2002-03 contains two sessions: “Academic Year” and “Spring Only”. Summer has motile housing sessions that generally correspond with the various summer class sessions (i.e. “Eight Week Summer Session’). |
| WELCOME_REVIEWED |
DATE |
The date and time that the student completed the welcome page. |
| VERIFY_REVIEWED |
DATE |
The date and time that the student completed the verification page. |
| ROOMMATE_TYPE |
VARCHAR2 (9 Byte) |
The type of roommate the student selected on their preference page. Values: Preferred,Random |
| ROOMMATE_MATCH |
VARCHAR2 (1 Byte) |
If the student selected Preferred roommate_type, then do the two roommates have matching criteria. Values: Y,N |
| CLASS_SECTIONS_REVIEWED |
DATE |
The date and time that the student completed the academics page. |
| CLASS_CONNECTIONS |
VARCHAR2 (1 Byte) |
| Did the student enroll in the class connections program. Values Y,N |
|
| AUTHORIZED_PAYER_REVIEWED |
DATE |
The date and time that the student completed the authorized payer page. |
| HEALTH_HISTORY_REVIEWED |
DATE |
The date and time that the student completed the health history page. |
| HEALTH_HISTORY_EMAIL |
VARCHAR2 (1 Byte) |
Did the student send the health history email to their contacts. Values: Y,N |
| QUARTERLY_BILL_REVIEWED |
DATE |
The date and time that the student completed the quarterly bill page. |
| QUARTERLY_BILL_EMAIL |
VARCHAR2 (1 Byte) |
Did the student send the quarterly bill email to their contacts. Values: Y,N |
| FOOD_ACCOUNT_REVIEWED |
DATE |
The date and time that the student completed the food account page. |
| FOOD_ACCOUNT_EMAIL |
VARCHAR2 (1 Byte) |
Did the student send the food account email to their contacts. Values: Y,N |
| EXPECTATIONS_REVIEWED |
DATE |
The date and time that the student completed the expectations section. |
| MOVE_IN_REVIEWED |
DATE |
The date and time that the student completed the move-in page. |
| MOVE_IN_EMAIL |
VARCHAR2 (1 Byte) |
Did the student send the move-in email to their contacts. Values: Y,N |
| EXTRACT_DATE_TIME |
DATE |
The date and time these data were extracted.
Format : YYYYMMDD HH24:MI:SS |