|
Core Data Element
|
Oracle Data Type and Size
|
Description
|
Example
|
|
ACADEMIC_SESSION_CODE
|
VARCHAR2(1)
|
A code indicating one of Purdue's academic sessions.
|
1, 2, S |
|
ACADEMIC_YEAR
|
VARCHAR2(7)
|
A Purdue academic year.
|
1997-98
|
|
ACCOUNT_NAME
|
VARCHAR2(40)
|
The name of an account.
|
|
|
ACCOUNT_NUMBER
|
VARCHAR2(13)
|
The number of an account.
|
010 1061-0000
|
|
BIRTH_DATE
|
DATE
|
A person's date of birth.
|
25-DEC-1997
|
|
CAMPUS_CODE
|
VARCHAR2(1)
|
The code associated with a Purdue University campus.
|
|
|
CAMPUS_NAME
|
VARCHAR2(26)
|
The name of a Purdue University campus.
|
|
|
COURSE_NUMBER
|
VARCHAR2(4)
|
The number associated with a course.
|
|
|
DEPARTMENT_CODE
|
VARCHAR2(4)
|
The code associated with a Purdue University department.
|
|
|
DEPARTMENT_NAME
|
VARCHAR2(40)
|
The name or title of a Purdue University department.
|
|
|
DEPARTMENT_REFERENCE_CODE
|
VARCHAR2(5)
|
A departmental reference number/code.
|
|
|
ETHNIC_GROUP
|
VARCHAR2(35)
|
The ethnic group of which a person is a part.
|
|
|
FISCAL_YEAR
|
VARCHAR2(7)
|
A Purdue fiscal year.
|
1997-98
|
|
FUND
|
VARCHAR2(3)
|
An accounting fund.
|
|
|
GENDER
|
VARCHAR2(12)
|
A person's gender.
|
Female, Male, Not Reported |
|
MARITAL_STATUS
|
VARCHAR2(10)
|
A person's marital status.
|
|
|
NAME_FIRST
|
VARCHAR2(35)
|
The first name of a person.
|
|
|
NAME_LAST
|
VARCHAR2(35)
|
The last name of a person.
|
|
|
NAME_MIDDLE
|
VARCHAR2(35)
|
The middle name of a person.
|
|
|
NAME_SUFFIX
|
VARCHAR2(10)
|
A person's suffix, such as Jr., Sr., Esq., etc.
|
|
|
NAME_TITLE
|
VARCHAR2(??)
|
A person's title, such as Mr., Mrs., Major, etc.
|
|
|
PROJECT
|
VARCHAR2(4)
|
An accounting project.
|
|
|
RESIDENCE_CODE
|
VARCHAR2(3)
|
The code describing a person's geographical area of residence.
|
|
|
SUBJECT_CODE
|
VARCHAR2(4)
|
The code associated with a course's subject.
|
|
|
SUBJECT_NAME
|
VARCHAR2(30)
|
The name of a course's subject.
|
|
|
VETERAN_FLAG
|
VARCHAR2(3)
|
Indicates if a person is a US military veteran or not.
|
|
|
VISA_TYPE
|
VARCHAR2(27)
|
The type of visa possessed by a person.
|
|
|
xxxxx_CITY
|
VARCHAR2(25)
|
The city name of a person's particular address where the " xxxxx" is replaced with the type of the address. For instance, HOME_CITY or LOCAL_CITY.
|
|
|
xxxxx_COUNTRY
|
VARCHAR2(25)
|
The country of a person's particular address where the " xxxxx" is replaced with the type of the address. For instance, HOME_COUNTRY or BUSINESS_COUNTRY.
|
|
|
xxxxx_STATE_CODE
|
VARCHAR2(2)
|
The state code of a person's particular address where the "xxxxx" is replaced with the type of the address. For instance, HOME_STATE_CODE or LOCAL_STATE_CODE.
|
|
|
xxxxx_STREET1
|
VARCHAR2(25)
|
The first line of a person's particular street address where the "xxxxx" is replaced with the type of the address. For instance, HOME_ADDRESS1 or LOCAL_ADDRESS1.
|
|
|
xxxxx_STREET2
|
VARCHAR2(25)
|
The second line of a person's particular street address where the "xxxxx" is replaced with the type of the address. For instance, HOME_ADDRESS2 or LOCAL_ADDRESS2.
|
|
|
xxxxx_ZIP_CODE
|
VARCHAR2(10)
|
The zip code of a person's particular address where the "xxxxx" is replaced with the type of the address. For instance, HOME_ZIP_CODE or LOCAL_ZIP_CODE.
|
|