Our SOR is currently using 30 annual hours as the denominator instead of 24
Summary:
We're needing assistance with an issue we're seeing in the new SOR process.
Content (please ensure you mask any confidential information):
Our SOR is currently using 30 annual hours as the denominator for undergraduate students when it should be using 24 annual hours. We initially thought this might be related to our customizations, but we are using the Oracle-delivered code and have only removed the required summer portion, so we do not believe that change is causing the issue.
After reviewing the delivered OB3 script, we found the following logic:
final fullTimeStandardTermUnits = nOfStandardTerms == 0 ? 0.0 : program.getAydUnits() / nOfStandardTerms
Based on this, it appears the calculation is pulling the value from program.getAydUnits(), which led us to wonder whether the value is coming from the SAFI (Academic Year Definition).
Tagged:
0