Oracle Field/Calc
| DW Field | Description (Sample) | Data Type | Field Length |
| TERM | Fall terms: %10 Spring terms: %20 Summer terms: %30 | int | 6 |
| SEMESTER | Fall 2006 |
|
|
| STUDENTID | Banner ID (@12345678) |
|
|
| SSN | 123456789 |
|
|
| PIDM | Up to 10-digit unique Banner id for student |
|
|
| LASTNAME |
|
|
|
| FIRSTNAME |
|
|
|
| MIDINIT |
|
|
|
| STUDENTNAME | Concatenation of Last, First Middle Initial (Smith, John A) |
|
|
| ADDRESS | Address at the start of the record’s term |
|
|
| CITY | City at the start of the record’s term |
|
|
| STATE | State at the start of the record’s term |
|
|
| ZIP | Zip at the start of the record’s term |
|
|
| PHONE | Current phone number |
|
|
| STATUS | Description of Student Status. See the STVSTYP lookup table in the Appendix. This is the full description of the status, such as “Continuing Student”, “Returning Student”.
There is also the CAST code (shrttrm_cast_code) which is included at the end of the record. |
|
|
| PROGRAM | The Program of the Major |
|
|
| PROG_DEPT | Department code for student’s program |
|
|
| PROG_GE_PATTERN | Student’s GE pattern for programs |
|
|
| MAJOR_CODE | Numeric code for the student’s major |
|
|
| MAJOR | Description of the Major_Code |
| |
| GOAL | Uninformed Educational Goal. 50-char description. |
|
|
| GOAL_INFORMED_EFF_TERM | The term at which the Informed Goal codes became effective. |
|
|
| FIN_AID_IND_BY_MJR | This is a financial aid indicator based off of the major code. Returns Y or N |
|
|
| CTE_IND_BY_MJR | This is a CTE indicator based off of the major code. Returns Y or N. |
|
|
| GOAL_INFORMED_CODES | Most recent Informed Goal codes. Up to 10 codes, no delimiter. See Goal Codes in Appendix. |
|
|
SPBPERS_SEX fed from CCCApply initially and can be overridden by manual entry. | GENDER | M F N Null | VARCHAR2 | |
| BIRTHDATE | datetime |
|
|
| AGE | float |
|
|
| AGEATTERM | Age at term |
|
|
| CENSUSAGEGROUP | 18-char description of age group: “35-39 years” |
|
|
| MARITAL_CODE | D: Divorced M: Married N: Not Known P: Domestic Partner R: Separated S: Single W: Widowed |
|
|
| ETHNICITY | 40-char description of spbpers_ethn_code, coming from STVETCT: 1 Black Non-Hispanic 2 Am. Indian or Alaskan Native 3 Asian or Pacific Islander 4 Hispanic 5 White Non-Hispanic 6 Other |
|
|
| NEW_ETHNICITY | ‘Not Hispanic’, ‘Hispanic’, or blank |
|
|
| RACES | 2-character Race codes. May contain multiple values separated by a pipe character (|). See Race Codes in Appendix. |
|
|
| RACES_DESC | Race descriptions, multiple values separated by a pipe character (|). See Race Codes in Appendix. |
|
|
| RACE_ETHN_CDE | Looks at the first character that is returned. Grabs the ethnicity as mentioned above in the ethnicity field, then grabs the new_ethnicity, and race fields. If nothing is found it assigns unknown Else If ethnicity is null but races = ‘Hispanic’ then it assigns Hispanic Else If ethnicity is null and races contains “|” character it assigns twoOrMore Else If new_Ethnicity is null and races is not null then it checks if races is Filipino if so it assigns Filipino to stuEthnicity, else it grabs the first character of the race field. Else if new ethnicity is null and races is null and the ethnicity equals ‘Am. Indian or Alaskan Native', Then Native American code. “” equals other or Asian or Pacific Islander Then “Unknown” “” equals “Hispanic” then Hispanic Else if new ethnicity equals NotHispanic And races is null And (ethnicity is other or ethnicity is ‘Am. Indian or Alaskan Native' or ‘Asian or Pacific Islander’) then unknown code Else if ethnicity is nothispanic and races is null then the first letter of their ethnicity code. Else if new_ethnicity is not Hispanic and races contains ‘|’ then ethnicity equals twoOrMore Else notHispanic Then ethnicity equals the first Letter of their race field. Else it assigns unknown. Returns the value. | VARCHAR2 | 1 CHAR |
| RACE_ETHN_CDE_DESC | 30-character Race description according to RACE_ETHN_CDE and Calls the f_get_race_ethn function and just follows through a series of case statements and returns the appropriate value for the description. ‘2’ then ‘Multi-Ethnicity’ ‘A’ then ‘Asian’ ‘B’ then ‘African-American’ ‘F’ then ‘Filipino’ ‘H’ then Hispanic ‘N’ then American Indian/Alaskan Native ‘P’ then Pacific Islander ‘W’ then White Non-Hispanic ‘X’ then Unknown Doesn’t match then Unknown |
|
General
Content
Integrations
Add Comment