Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

How Banner 320 calculates contact hours, and thus FTES, by Attendance Method.

Coronavirus scheduling uncovered that our historical precedents made tasks easier but not granular enough to be accurate and adaptable. This page will document how Banner calculates contact hours, and thus FTES based on the specified Attendance Method.

Argos and EIS FTES reports both have incomplete logic to correctly calculate FTES for IW/ID sections with a lab/activity/other component.https://sequoias.atlassian.net/browse/AP-58

All independent study to make sure all of them have FTES. Some courses run active without enrollment (SSBSECT_ENRL). Expect not to see results other than the 0 enrollment.

WHERE STVACCT_CODE IN ('I','ID','IW','TE','WE') AND CONTACT_HOURS_FTES IS NULL

For Sessions that have a Meeting Type SSRMEET_MTYP_CODE with a GTVMTYP_LAB_IND of “N”, it will take the Session Credit Hours SSRMEET_CREDIT_HR_SESS and multiply it by the Term’s Term Length Multiplier STVTERM_TERM_LEN_MULT.

For Sessions that have a Meeting Type SSRMEET_MTYP_CODE with a GTVMTYP_LAB_IND of “Y”, it will take Session Hours per Week SSRMEET_HRS_WEEK and multiply it by the Term’s Term Length Multiplier STVTERM_TERM_LEN_MULT.

Sourced from Banner Student Consulting meeting 3/4/21

For Sessions that have a Meeting Type SSRMEET_MTYP_CODE with a GTVMTYP_LAB_IND of “N”, it will take the Session Credit Hours SSRMEET_CREDIT_HR_SESS and multiply it by the Term’s Term Length Multiplier STVTERM_TERM_LEN_MULT.

For Sessions that have a Meeting Type SSRMEET_MTYP_CODE with a GTVMTYP_LAB_IND of “Y”, it will take the Session Total Contact Hours SSRMEET_HRS_TOTAL.

Sourced from Banner Student Consulting meeting 3/11/21 @ 23 minute mark

https://sequoias.atlassian.net/browse/AP-57

https://sequoias.atlassian.net/browse/AP-57

Pulled from SFRSTCR_ATTEND_HR where SSBSECT_ACCT_CODE = STVACCT_ACTUAL_IND

 

  • No labels