Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 10 Next »

System Field Name

CITIZENSHIP_STATUS and COUNTRY

Example:

CITIZENSHIP.CITIZENSHIP_STATUS [Code]

CITIZENSHIP.COUNTRY [Code]

CITIZEN_STS_TBL.DESCR [Description]

COUNTRY_TBL.DESCR [Description]

Definition/Usage

Determines a student’s citizenship status in a country. This data is collected at admissions and students can have multiple rows. Use a combination of the status field and country field.

Values

Example:

Student Status Status Desc Country Country Description
abc123 1 Native IND India

abc123 4 Alien Temporary USA United States

abd222 1 Native USA United States

acc321 2 Naturalized USA United States

Notes

Student Administration

  • To find a student’s citizenship status in the USA, use the student’s emplid to find USA in the CITIZENSHIP.COUNTRY field. The corresponding CITIZENSHIP.CITIZENSHIP_STATUS field saves their status.

  • To find all students whose Native country is Russia, list all students with a CITIZENSHIP_STATUS field = 1 (Native) and a COUNTRY field = RUS (Code for Russia).

SADM

  • The USA citizenship of the student is stored in the PERS_CITIZENSHIP_STATUS_LDESC. SADM doesn’t contain citizenship status for other countries.

Synonyms/References

  • COUNTRY_TBL for full Country names/descriptions.

  • CITIZEN_STS_TBL for full status descriptions.

Additional technical details can be found in the following expandable region, including the tables and foundation/lookups for this element in Student Admin and SADM.

Student Admin

Table

CITIZENSHIP

Column

COUNTRY, CITIZENSHIP_STATUS

Student Admin - Foundation/Lookup

Table

CITIZEN_STS_TBL (Status Description); COUNTRY_TBL (Country Description)

Column

COUNTRY.DESCR, CITIZENSHIP_STATUS.DESCR

SADM

Table

CC_PERSONAL_DIM

Column

PERS_CITIZENSHIP_STATUS, PERS_CITIZENSHIP_STATUS_LDESC

 Additional Technical Details

Physical Table(s)

Student Admin:

CITIZENSHIP

Foundation/Lookup:

CITIZEN_STS_TBL (Status Description); COUNTRY_TBL (Country Description)

SADM:

Physical Column

Student Admin:

COUNTRY, CITIZENSHIP_STATUS

Foundation/Lookup:

COUNTRY.DESCR, CITIZENSHIP_STATUS.DESCR

SADM:

  • No labels