Banner Views Data Model
EMS Software will code a set of views specific to your organization’s use of Banner to allow for integration between EMS and Banner. Outlined are the baseline tables/columns accessed in the views.
EMS Software has created a set of views for
Your Implementation Consultant can further assist you with the use of information in EMS supporting the Academic Scheduling process.
Optionally, and on a custom basis, up to 10 User Defined Fields can be added to the set of views for each organization to support desired workflow. Detailed business requirements are needed to provide a quote for customization of the views for this purpose.
Modification of views by the customer is unsupported and voids the Annual Service Agreement for the integration with Banner.
Fields highlighted in BLUE are required to be unique.
Buildings
EMS View – EMS_vwBuildings
View Permissions – Read Only
Banner Tables – SLBRDEF, STVBLDG
Purpose – Used to define buildings list in EMS. Required for buildings that host academic courses; additional buildings can be added manually to EMS if used only for non-academic purposes.
EMS Field |
Banner Field |
---|---|
SISID |
SLBRDEF_BLDG_CODE |
BuildingCode |
SLBRDEF_BLDG_CODE |
BuildingDescription |
STVBLDG_DESC |
Room Types
EMS View – EMS_vwRoomTypes
View Permissions – Read Only
Banner Tables – SLBRDEF
Purpose – Used to define room type list in EMS. Room Types classify each room and allows for searching, sorting, and reporting by classification. Additional room types can be added to EMS manually.
EMS Field |
Banner Field |
---|---|
SISID |
SLBRDEF_ROOM_TYPE |
RoomTypeDescription |
SLBRDEF_ROOM_TYPE |
Rooms
EMS View – EMS_vwRooms
View Permissions – Read Only
Banner Tables – SLBRDEF
Purpose – Used to define list of rooms and their capacities for academic purposes in EMS—related to Buildings and Room Types. Required for rooms that host academic courses; additional rooms can be added manually to EMS if used only for non-academic purposes.
EMS Field |
Banner Field |
---|---|
SISID |
SLBRDEF_BLDG_CODE + SLBRDEF_ROOM_NUMBER |
SISBuildingID |
SLBRDEF_BLDG_CODE |
SISRoomTypeID |
SLBRDEF_ROOM_TYPE* |
RoomCode |
SLBRDEF_ROOM_NUMBER |
RoomDescription |
SLBRDEF_DESC* |
Capacity |
SLBRDEF_CAPACITY* |
*Determined by max value of SLBRDEF_CAPACITY if duplicate room records exist
Instructors
EMS View – EMS_vwInstructors
View Permissions – Read Only
Banner Tables – SPRIDEN, SIRASGN
Purpose – Used to define list of instructors in EMS; related to Courses.
EMS Field |
Banner Field |
---|---|
SISID |
SPRIDEN_PIDM |
InstructorDescription |
SPRIDEN_LAST_NAME + SPRIDEN_FIRST_NAME |
*uses SIRASGN to determine primary instructor (SIRASGN_PRIMARY_IND)
Terms
EMS View – EMS_vwTerms
View Permissions – Read Only
Banner Tabl: – SSBSECT, STVTERM
Purpose – Used to define list of terms in EMS; related to Courses. In conjunction with Domains, terms separate courses into distinct lists that will go through the academic planning process (synching, optimizing, publishing, reporting) as a unit.
EMS Field |
Banner Field |
---|---|
SISID |
SSBSECT_TERM_CODE |
TermCode |
SSBSECT_TERM_CODE |
TermDescription |
SSBSECT_TERM_CODE |
StartDate |
STVTERM_START_DATE |
EndDate |
STVTERM_END_DATE |
Subjects
EMS View – EMS_vwSubjects
View Permissions – Read Only
Banner Tables – SCBCRSE, SSBSECT, STVSUBJ
Purpose – Used to define list of subjects in EMS. Within EMS, subjects are divided into Domains to create distinct lists of courses per term that will go through the academic planning process (synching, optimizing, publishing, reporting) as a unit, managed by the academic central scheduler.
EMS Field |
Banner Field |
---|---|
SISID |
SCBCRSE_SUBJ_CODE |
SubjectCode |
SCBCRSE_SUBJ_CODE |
SubjectDescription |
STVSUBJ_DESC |
CampusCode |
SSBSECT_CAMP_CODE* |
DivisionCode |
NULL |
DepartmentCode |
NULL |
LevelCode |
NULL |
CustomCode1 |
NULL |
CustomCode2 |
NULL |
*NULL if not using Campus Codes
Course Types
EMS View – EMS_vwCourseTypes
View Permissions – Read Only
Banner Tables – SSRMEET, STVSCHD
Purpose – Used to define the course type list in EMS; related to coursedates. Course Types are used to classify coursedates for purposes of searching, sorting, optimizing, and reporting.
EMS Field |
Banner Field |
---|---|
SISID |
SSRMEET_SCHD_CODE |
Description |
STVSCHD_DESC |
Courses
EMS View – EMS_vwCourses
View Permissions – Read Only
Banner Tables – SSBSECT, SCBCRSE, SSRXLST, SSBXLST, SPRIDEN, SIRASGN
Purpose – Used to define the list of courses per term; related to subjects, instructors, terms.
EMS Field |
Banner Field |
---|---|
SISID |
SSBSECT_TERM_CODE + SSBSECT_CRN |
SISTermID |
SSBSECT_TERM_CODE |
SISSubjectID |
SCBCRSE_SUBJ_CODE |
CampusCode |
SSBSECT_CAMPUS_CODE* |
DepartmentCode |
NULL |
LevelCode |
NULL |
CustomCode1 |
NULL |
CustomCode2 |
NULL |
CRN |
SSBSECT_CRN |
Course |
SSBSECT_CRSE_NUMB |
Section |
SSBSECT_SEQ_NUMB |
CourseTitle |
SSBSECT_CRSE_TITLE or SCBCRSE_TITLE |
SISInstructorID |
SPRIDEN_PIDM** |
EstimatedEnrollment |
SSBXLST_MAX_ENRL or SSBSECT_MAX_ENRL |
CrosslistParentID |
SSRXLST_TERM_CODE + SSRXLST_CRN*** |
ActualEnrollment |
SSBXLST_ENRL or SSBSECT_ENRL |
CreditHours |
SSBSECT_CREDIT_HRS or SCBCRSE_CREDIT_HR_LOW |
Course Dates IDs
EMS View – EMS_vwCourseDatesIds
View Permissions – Update if allowing EMS to update room locations in Banner
Banner Tables – SSRMEET
Purpose – Used to identify the row number of each meeting pattern of each course to give each meeting pattern a unique identifier.
EMS Field |
Banner Field |
---|---|
SISID |
EMS_VWCOURSEDATES.SISID |
SISCourseID |
SSRMEET_TERM_CODE + SSRMEET_CRN |
SISBuildingID |
SSRMEET_BLDG_CODE |
RoomID |
SSRMEET_ROOM_CODE* |
*Field used for updating room assignments