Each record describes a student and their information for each term. In order to be in this table, the student has to be registered for classes for the term on the record AND have shown up to class. The vStudent view in the Data Warehouse’s StudentNet database contains a subset of the fields from this table as well as a CALC_RACE_ETHN field which is an ethnicity code derived from Ethnicity, New Ethnicity, Visa Type, and Race information of the student. This field is a calculation provided by Tim Garner and Ryan Barry-Souza of the Research department (this also is included in the Applicant table).
Oracle source: ReportsNet.Student view
Oracle objects: SFBETRM, SPRADDR, SPRIDEN, SPRTELE, SPBPERS, STVTERM, SGBSTDN
Updated: Nightly
DW Field | Oracle Field/Calc
| Description (Sample) |
---|---|---|
TERM |
| https://sequoias.atlassian.net/browse/GOVPUB-10 |
SEMESTER |
| Semester YYYY is the typical format for how this description field is populated. (Spring 2022) |
STUDENTID |
| Commonly Referred to as Banner ID. This is a unique ID per person/non-person that begins with the “@” symbol. This is PII, but widely used as the least bad option where COS Employees have “legitimate educational interest.”
Error rendering macro 'excerpt-include' : No location was provided.
|
SSN |
| Social Security numbers are issued by the Social Security Administration to U.S. citizens and other residents. SPBPERS_SSN This field is allowed to be null. This is PII: Error rendering macro 'excerpt-include' : No location was provided.
|
PIDM |
| Personal Identification Master Key is a unique ID number per person/non-person in Banner. This is PII. Each person/entity should have only one PIDM. Duplicate PIDMs are resolved in Applications and documented in technical resources. Is not display on Banner forms and is not normally visible to users.
|
LASTNAME |
| A person’s legal surname. Often populated off CCCApply Application or manual entry by Human Resources. Allowed null for both persons and non-persons.
|
FIRSTNAME |
| A person’s legal first name. Often populated off CCCApply Application or manual entry by Human Resources. Allowed null for both persons and non-persons.
|
MIDINIT |
| A person’s middle name (not just their middle initial). Often populated off CCCApply Application or manual entry by Human Resources. Allowed null for both persons and non-persons.
|
STUDENTNAME |
| Concatenation of |
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. Concatenation of Area Code and Phone Number ((559) 8675309) |
STATUS |
| Description of Student Status. See the STVSTYP lookup table in the Appendix. This is the full description of the status. (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 Has snapshot data on SGASTDN instead of the maintained data on SOACURR. |
PROG_GE_PATTERN |
| Student’s GE pattern for programs |
IN_STATE_IND |
|
|
MAJOR_CODE |
| Numeric code for the student’s major |
MAJOR |
| Description of the |
GOAL |
| Student’s stated goal for applying. Happens during application process and overwhelmingly without counselor guidance. |
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 on the major code. ('Y', 'N') |
CTE_IND_BY_MJR |
| This is a CTE indicator based on the major code. ('Y', 'N') |
GOAL_INFORMED_CODES |
| Most recent Informed Goal codes. Up to 10 codes, no delimiter. You can use the following SQL code snippet in Snowflake to see the validation table as of yesterday. SELECT * FROM COS_DATALAKEHOUSE.DATALAKE.COSBANNERPROD_SATURN_STVGOAL WHERE INVOKE_DATA_DATE = CURRENT_DATE; |
GENDER |
| Allowed values of Male, Female, and Not Available (defaults to null). Often populated off CCCApply Application or manual entry by Student Services (or Human Resources for employees). CCCApply nulls can equal Non-binary, Decline to state, No selection
|
BIRTHDATE |
| Legal date of birth. Often populated off CCCApply Application or manual entry by Human Resources. |
AGE |
| Current age of person. |
AGEATTERM |
| Person’s age at term. |
CENSUSAGEGROUP |
| Description of age group person was in at term census. (Less than 20 years, 20-24 years, 25-29 years, 30-34 years, 35-39 years, 40-49 years, 50-59 years, 60 or more years) |
MARITAL_CODE |
| A person’s state of being married or not married. Refer to
|
ETHNICITY |
|
No longer being maintained or useful. Likely superseded by another field or solution.
|
NEW_ETHNICITY |
| User’s ethnicity as it relates to Hispanic or Latino. Banner codes are converted to text for ease of use. Per U.S. Department of Education guidelines, colleges are required to collect this racial and ethnic data.
|
RACES |
| Ethnicity and ancestry groups that the user identified with. 2 character codes, pipe '|' delimited. Often populated off CCCApply Application or manual entry by Human Resources. This is PII:
Error rendering macro 'excerpt-include' : No location was provided.
|
RACES_DESC |
| Description of |
RACE_ETHN_CDE
|
| Intended to locally replicate the Race/Ethnicity groups shown on the CCCCO Data Mart system. IS_HEADER on https://sequoias.atlassian.net/wiki/spaces/BANNER/pages/1173946389/COS+GEN.CODATAMART+RACE+ETHN+CROSSWALK+table is an additional column to tell if GORPRAC race code is a header value. On CCCApply, a header value checkbox must be selected to be able to select values underneath that header. Values underneath headers do not have to be selected.
This is distinct from IPEDS. There is no CCCCO Data Mart methodology documented. See - AP-231Getting issue details... STATUS for the work history.
|
RACE_ETHN_CDE_DESC
|
| Race description according to RACE_ETHN_CDE andhttps://sequoias.atlassian.net/wiki/spaces/BANNER/pages/1173520436 |
Add Comment