FLSA Overtime exemption status is applied via nbajobs eclass setting. This
setting enables or disables the ability to enter extra overtime hours into
the web time entry timesheet. The dataset maps the ~40 eclasses to their FLSA
OT exemption status. 'FLSA OT Exempt' is one of three values: T, F, or NA. NA
is typically applied to corner cases such as the 'MG' or Additional
Compensation Eclass. This dataset is principally used in the
add_flsa_exmpt_status
. The individual exempt non-exempt designations
should be reviewed on an annual basis with the HR team to ensure that the
Banner implementation has not changed.
1 |
A dataframe with 43 rows and 2 variables:
The two digit abbreviated eclass code. Only the eclass applied to NBAJOBS record affects FLSA status
A boolean value indicating whether the eclass allows overtime hours on webtime entry. Acceptable values include T, F, and NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.