- DATA VIEW NAME
- HOUS_HR_INFRACTION
- OVERVIEW
- Infraction information for student employees
- LOAD FREQUENCY
- The data is replaced every night.
- DATA CUSTODIAN
- University Housing
Contact: Brenda Krueger - AUTHORIZATION
- You must receive approval to access data from the data custodian. For information about how to get authorized for InfoAccess data views, connect to the InfoAccess Home Page
- SPECIAL
CONSIDERATIONS - None
- QUESTIONS
- Contact: Division of Information Technology Help Desk
Phone: 264-HELP (4357) - LAST UPDATED
- 10/2010 – New view created.
- DATA FORMATS
- Primary Key Columns are identified with an asterisk(*)
- Alphanumeric Data
- VARCHAR2( N) (N) = maximum length. Field contains letters and/or numbers. Trailing blanks are eliminated.
Example: VARCHAR2 (5) could contain ‘ABC12’ or ‘ABC’ or ‘A’ - Numeric Data
- NUMBER (N) (N) = length. Field contains only numbers.
NUMBER (X,Y) = format for numbers with decimal positions.
X = total number of digits
Y = the number of digits after the decimal
Examples: NUMBER (6) represents 250012 NUMBER (6,2) represents 2500.12 - Date
- DATE – Date can be in various formats. Date functions available with your query tool can be used to format the date.
Examples: DATE (YYYYMMDD), DATE (YYDDD), DATE (DD-MM-YY)
Column Name | Format | Description |
---|---|---|
*APPOINTMENT_ID | NUMBER(10) | Unique identifier for a Housing student employee. |
PERSON_ID | NUMBER(10) | Unique identifier for a person in the Housing HR system. |
NAME | VARCHAR2(50) | Full name in following format: last, first, middle. |
TERM_DESCRIPTION | VARCHAR2(50) | Term/academic year description Example: Academic Year 2007-08 or Summer 2008 |
JOB_TITLE | VARCHAR2(50) | The job title of the position for which the student is employed. |
UNIT | VARCHAR2(50) | The name of the Housing Unit for the student’s employment. |
INFRACTION_DATE | DATE | |
INFRACTION | VARCHAR2(4000) | |
INFRACTION_OTHER | VARCHAR2(4000) | |
CURRENT_STATUS | VARCHAR2(4000) | |
RESOLUTION | VARCHAR2(50) | |
RECOMMENDED_RESOLUTION | VARCHAR2(50) | |
SHIFT_BEGIN | VARCHAR2(8) | |
DEADLINE_DATE | DATE | |
RESOLUTION_DATE | DATE | |
NOTES | VARCHAR2(1000) | |
TERMINATION_NOTIFICATION_IND | VARCHAR2(1) | |
RESEGNATION_BAD_STANDING_IND | VARCHAR2(1) | |
DESC_ACTION_ID | NUMBER(10) | |
EXTRACT_DATE | DATE | The date and time these data were extracted from ISIS. Format : YYYYMMDD HH24:MI:SS |