Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

The screen is used to upload information from Campus Cafe into Financial Aid Software.  When you click the Export F/A button, data will be inserted into a table called external_data in the PowerFAIDS database.  The data is then imported into the financial aid system using its import facility.

Export F/A Data

Enter a semester to process and click on transfer to create the transfer file.

...

The following is a list of the columns that are extracted from the Campus Café Database and their location in the external_data table.  Please see the usage notes that follow this list for fields that have translations.

Campus Café

PowerFAIDS (external_data)

STBIOS

ID_NUMBER

alternate_id

SSN

student_ssn

LAST_NAME

last_name

FIRST_NAME

first_name

MIDDLE_NAME

middle_name

HOME_ADDRESS_ONE

primary_street1

HOME_ADDRESS_TWO

primary_street2

HOME_CITY

primary_city

HOME_STATE

primary_state

HOME_ZIP

primary_zip

HOME_ZIP_EXTENSION

primary_zip

MAIL_ADDRESS_ONE

secondary_street1

MAIL_ADDRESS_TWO

secondary_street2

MAIL_CITY

secondary_city

MAIL_STATE

secondary_state

MAIL_ZIP

secondary_zip

MAIL_ZIP_CODE_EXT

secondary_zip

ADM_PROGRESS_CODE

admission_status

BIRTH_DATE

birth_date

HOME_PHONE_AREA

primary_telephone

HOME_PHONE_EXCHANGE

primary_telephone

HOME_PHONE_NUMBER

primary_telephone

MAIL_PHONE_AREA

secondary_telephone

MAIL_PHN_EXCHANGE

secondary_telephone

MAIL_PHONE_NUMBER

secondary_telephone

ADMISSIONS_SITE

academic_division

TRANSFER_CODE

transfer_flag

DATE_OF_WITHDRAWAL

date_witdrawn

ADMISSIONS_RES_CODE

housing

SEX

gender

US_CITIZENSHIP

us_citizen

CITIZENSHIP_COUNTRY

citizen_country

ADINQS

PRIOR_SCHOOL_GPA

high_school_gpa

PRIOR_COLLEGE_GPA

college_gpa

ADMAST

APPLIED_FOR_MAJOR

major_code

ACCEPT_MAJOR

major_code

STMAIL

ADDRESS

email_address

SBETNC

ETHNIC_CODES_ARRAY

race

IS_HISPANIC

hispanic

REG_DEGREE_MAJOR

DEGREE_MAJOR_CODE

major_code

STUDENT_SITE

academic_division

CIP_CODE

cip_code

PROGRAM_LENGTH

published_pgm_length

PROGRAM_LENGTH_TYPE

published_pgm_type

SPECIAL_PROGRAMS

special_programs

WEEKS_IN_ACADEMIC_YEAR

weeks_programs_academic_year

PROGRAM_CREDENTIAL_LEVEL

program_credential_level

ENTERING_SEM

date_enrolled

STATUS_DATE

grad_date

EXPECTED_GRAD_SEM*

grad_date

RGSSUM

CUM_CREDITS_EARNED

poe1_units_ytd

CUM_CREDITS_EARNED

poe2_units_ytd

CUM_CRDITS_TAKEN

poe1_units_lifetime

CUM_CRDITS_TAKEN

poe2_units_lifetime

SEM_CREDITS_TAKEN

ay_units

SEM_CREDITS_TAKEN

poe1_units

SEM_CREDITS_TAKEN

poe2_units

STADDR

 

PHONE_AREA_CODE

cellular_telephone

PHONE_EXCHANGE

cellular_telephone

PHONE

cellular_telephone

HOHIST

 

RESIDENT_CODE

housing

MISCELLANEOUS

1ST SEMESTER ENTERED ON PANEL

academic_year_begin_date

User Defined Fields

ADMAST

ADMISSION_CODE (FA_RATING)

dateint2_value

STBIOS

FIN_AID_CODE

string1_value

  • Progress Code (admissions_status) Logic

    • If the admissions entering semester = the primary semester entered for the export the status is set to the COMMON_APP_CODE associated with the student’s progress code (STPARM – SBPRCC)

    • If the degree status is ‘L’ the status is set to ‘L’

    • If the degree status is ‘D’ the status is set to ‘U’

    • If the entering semester is less than the primary semester entered for the export AND the degree status is either ‘A’ or ‘E’, the admissions status is set to ‘U

    • If the entering semester is less than the primary semester entered for the export AND the degree status is ‘W’, the admissions status is set to ‘V’

    • If the entering semester is less than the primary semester entered for the export admissions status value is not yet set (BLANK), export the status is set to the COMMON_APP_CODE associated with the student’s progress code (STPARM – SBPRCC)

F/A Transfer Usage Notes  

 

  • STMAIL.ADDRESS.  Email address will be extracted for usage preferred flag only in STMAIL.

  • STBIOS.ADMISSIONS_RES_CODE will be translated to a 1 for value R, otherwise set to 3.

  • STBIOS.ADM_PROGRESS_CODE Progress code is mapped using the common application mapping from the STPARM file.

  • STBIOS.US_CITIZENSHIP.  Translated to value 1 if Y in Campus Café, otherwise set to 2.

  • MAJOR CODE ( If the progress code is Y (Applied) the major is extracted from the ADMAST applied for major.  If the progress code is A (Accept) the major is extracted from the ADMAST accept major. If the progress is P (Deposited), the major  is extracted from the RGDEGR row.

  • STBIOS.TRANSFER_CODE.  This will contain a Y if the value in Campus Café is T.

  • ADMAST.ADMAST.ADMISSION_CODE.  This field is equivalent to financial aid rating in the financial aid system.

  • TRK_ACTIVITY_TRACKING.TEMPLATE_NAME (This field in the table will contain a value from a template in TRK_ACTIVITY_TRACKING with a category from the MSPARM FACATEGORY.  This will allow specification of an Admissions scholarship and corresponding amount in TRK_ACTIVITY_TRACKING.PLEDGED_AMOUNT.

  • The grad_date will be populated with the STATUS_DATE if the DEGREE_STATUS value is either 'Y' or 'C'.  Alternately, the grad_date be populated with the LAST_DAY_EXAMS associated with the current degree's EXPECTED_GRAD_SEM value. 

  • The date_enrolled value is being populated with the SEM_START_DATE value from the semester dates table (FASCDT) associated with the current degree row's ENTERING_SEM and STUDENT_SITE. 

  • The academic_year_begin_date is being populated with the SEM_START_DATE value from the semester dates table (FASCDT) associated with the semester entered in the first semester box on the panel.

...