Go To View:  RETURN TO BANNER ODS META DATA REPORTS LIST
Student Reporting View Reports

SGHE Banner Operational Data Store
Reporting View Target: STUDENT_COURSE

Description Contains detail data for student courses recorded in the system. Courses taken by the student may be registered (in progress course), graded (institutional history), and transferred (transfer credit granted) courses. This reporting view shows all courses associated with the student in a single reporting view. Indicators permit the report user to identify groupings of courses for selected reporting needs.
Key & Frequency One row per person per academic period per course reference number.
Recommended Search Columns PERSON_UID, ACADEMIC_PERIOD, COURSE_REFERENCE_NUMBER, IN_PROGRESS_COURSE_IND
PERSON_UID, TRANSFER_COURSE_IND
PERSON_UID, ACADEMIC_PERIOD, INSTITUTION_COURSE_IND
ACADEMIC_PERIOD
PERSON_UID, ACADEMIC_PERIOD, COURSE_LEVEL
PERSON_UID, COURSE_IDENTIFICATION
PERSON_UID, ACADEMIC_PERIOD, COURSE_IDENTIFICATION
COURSE_IDENTIFICATION, ACADEMIC_PERIOD
GRADE_VALUE, ACADEMIC_PERIOD

Target Column Business Definition Database Data Type Source Name Source Column
ACADEMIC_PERIOD Represents an academic period or a portion of the academic year. Academic periods may divide the year into terms, quarters or some other portion of time. This is usually set up to track the academic data like enrollment to a more finite level than the academic year. VARCHAR2(63)

SFRSTCR

SHRTCKN

SHRTRCE

SFRSTCR_TERM_CODE

SHRTCKN_TERM_CODE

SHRTRCE_TERM_CODE_EFF

ACADEMIC_PERIOD_DESC Academic period description. VARCHAR2(255)

STVTERM

STVTERM_DESC

ACADEMIC_YEAR Academic year associated with the academic period on this record. VARCHAR2(63)

FUNCTION

GOKODSF.F_GET_DESC

ACADEMIC_YEAR_DESC Academic year description. VARCHAR2(255)

STVACYR

STVACYR_DESC

ADMINISTRATIVE_GROUP Administrative-oriented identifier for the record used to determine access authorization to this record. Institution defined. VARCHAR2(255)

NA

NA

BLOCK_REGISTRATION Identifies the block registration code that was assigned to the student that had the student register for this student course. VARCHAR2(63)

SFRSTCR

SFRSTCR_BLCK_CODE

BLOCK_REGISTRATION_DESC Description for the block registration code. VARCHAR2(255)

STVBLCK

STVBLCK_DESC

BLOCK_REG_SEQUENCE_NUMBER Sequence number that uniquely identifies the rule for block assignment. NUMBER

SFRSTCR

SFRSTCR_BRDH_SEQ_NUM

CAMPUS Campus associated with this record. Campus for the course section, student course, student, applied for on the admission application, etc. VARCHAR2(63)

SFRSTCR

SSBOVRR

SFRSTCR_CAMP_CODE

SSBOVRR_CAMP_CODE

CAMPUS_DESC Institution campus name. VARCHAR2(255)

STVCAMP

STVCAMP_DESC

CAMPUS_RESTRICT_OVERRIDE_IND Indicates the campus restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_CAMP_OVER,'N')

CAPACITY_OVERRIDE_IND Indicates the course capacity restriction was overridden. Course capacity indicates the number of seats available in a course. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_CAPC_OVER,'N')

CHARGES_WAIVED_IND Indicates the fee rules from the Banner fee assessment rules do not get applied to this section. VARCHAR2(1)

CALCULATION

CASE WHEN SFRSTCR_WAIV_HRS

CLASS_RESTRICT_OVERRIDE_IND Indicates the class restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_CLAS_OVER,'N')

COLLEGE First level of the institution organization structure that owns the student or the academic instruction for a student course. VARCHAR2(63)

SCBCRSE

SHRTCKN

SSBOVRR

SCBCRSE_COLL_CODE

SHRTCKN_COLL_CODE

SSBOVRR_COLL_CODE

COLLEGE_DESC College, faculty or school name. VARCHAR2(255)

STVCOLL

STVCOLL_DESC

COLLEGE_RESTRICT_OVERRIDE_IND Indicates the college restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_COLL_OVER,'N')

COREQUISITE_OVERRIDE_IND Indicates the co requisite restriction was overridden. Co requisite means that two courses are normally taken together. For example, a physics and a math class. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_CORQ_OVER,'N')

COUNT_IN_GPA_IND Indicates whether this course should be used in the calculation of the GPA. VARCHAR2(1)

SHRGRDE

SHRTRCE

SHRGRDE_GPA_IND

SHRTRCE_COUNT_IN_GPA_IND

COURSE_ATTEMPTED_IND Indicates the course section counts as a course attempted and the course credits are added the credits attempted based on the final grade assigned to the person. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

COURSE_ATTRIBUTES_COUNT Number of course attributes associated with this course for this student. NUMBER

FUNCTION

FUNCTION

MSKFUNC.F_COUNT_COURSE_ATTRIBUTES

MSKFUNC.F_COUNT_STUDENT_COURSE_ATTR

COURSE_BILLING_CREDITS Billing units associated with this section or schedule offering. NUMBER

SFRSTCR

SFRSTCR_BILL_HR

COURSE_BILLING_HOLD Identifies the number of billing units that are being held for potential reinstatement. NUMBER

SFRSTCR

SFRSTCR_BILL_HR_HOLD

COURSE_CREDITS Credits associated with this course. NUMBER

SFRSTCR

SHRTCKG

SHRTRCE

SFRSTCR_CREDIT_HR

SHRTCKG_CREDIT_HOURS

SHRTRCE_CREDIT_HOURS

COURSE_CREDITS_HOLD Identifies the number of credits that are being held for potential reinstatement. NUMBER

SFRSTCR

SFRSTCR_BILL_HR_HOLD

COURSE_EARNED_IND Indicates the course credits were counted in credits earned. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

COURSE_FAILED_IND Indicates the course section counts as a failed course and the course credits are added to the failed credits based on the final grade assigned to the person. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE CASE WHEN SHRGRDE_ATTEMPTED_IND

CASE WHEN SHRTCKG_GRDE_CODE_FINAL CASE WHEN SHRGRDE_ATTEMPTED_IND

CASE WHEN SHRTRCE_GRDE_CODE CASE WHEN SHRGRDE_ATTEMPTED_IND

COURSE_IDENTIFICATION Course subject and course number combined. VARCHAR2(63)

CALCULATION

SFRSTCR_SUBJ_CODE||SFRSTCR_CRSE_NUMB

COURSE_LEVEL Level of academic study satisfied by this course. For example, undergraduate, graduate, credit, etc. VARCHAR2(63)

SFRSTCR

SHRTATC

SHRTCKL

SHRTRCE

SFRSTCR_LEVL_CODE

SHRTATC_TLVL_CODE

SHRTCKL_LEVL_CODE

SHRTRCE_LEVL_CODE

COURSE_LEVEL_DESC Course level description. VARCHAR2(255)

STVLEVL

STVLEVL_DESC

COURSE_NUMBER Course number associated with the subject for the course. VARCHAR2(63)

SHRTCKN

SHRTRCE

SSBSECT

SHRTCKN_CRSE_NUMB

SHRTRCE_CRSE_NUMB

SSBSECT_CRSE_NUMB

COURSE_PASSED_IND Indicates the course section counts as a passed course and the course credits are added to the passed credits based on the final grade assigned to the person. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

COURSE_REFERENCE_NUMBER Computer assigned internal unique number for the schedule offering. VARCHAR2(63)

CALCULATION

SFRSTCR

SHRTCKN

SHRTRCE_TRIT_SEQ_NO||TO_CHAR(SHRTRCE_TRAM_SEQ_NO,'FM09')||TO_CHAR(NVL(SHRTRCE_TRCR_SEQ_NO,0),'FM009')||TO_CHAR(SHRTRCE_SEQ_NO,'FM009')

SFRSTCR_CRN

SHRTCKN_CRN

COURSE_REGISTER_IND Indicates whether the student counts as registered in the course section. VARCHAR2(1)

STVRSTS

STVRSTS_INCL_SECT_ENRL

COURSE_SECTION_NUMBER Sequence number used to associate the information about the unique course for the student. VARCHAR2(63)

SHRTCKN

SHRTRCE

SSBSECT

SHRTCKN_SEQ_NUMB

SHRTRCE_SEQ_NO

SSBSECT_SEQ_NUMB

COURSE_TITLE_LONG Long title for the course. VARCHAR2(255)

FUNCTION

SHRTCKN

SSRSYLN

SOKODSF.F_GET_CRSE_LONG_TITLE

SHRTCKN_LONG_COURSE_TITLE

SSRSYLN_LONG_COURSE_TITLE

COURSE_TITLE_SHORT Short title for the course. VARCHAR2(63)

SHRTCKN

SHRTRCE

SSBSECT

SHRTCKN_CRSE_TITLE

SHRTRCE_CRSE_TITLE

SSBSECT_CRSE_TITLE

COURSE_VERSION Course version number. VARCHAR2(255)

NA

NA

CREDITS_ATTEMPTED Credits attempted as defined by the grading rules of the institution. In-progress or transfer courses may be defined not to add to the credits attempted. NUMBER

CALCULATION

SHRTCKG_CREDIT_HOURS*DECODE(SHRGRDE_ATTEMPTED_IND,'Y',1,0)

CREDITS_EARNED Credits earned as defined by the grading rules of the institution. This number must be calculated by the system after the final grade is recorded for the student. NUMBER

CALCULATION

SHRTCKG_CREDIT_HOURS*DECODE(SHRGRDE_COMPLETED_IND,'Y',1,0)*DECODE(SHRTCKN_REPEAT_COURSE_IND,'A',0,'E',0,1)

CREDITS_FOR_GPA Credits used in the calculation of the average or GPA based on the rules of the institution. NUMBER

CALCULATION

SHRTCKG_CREDIT_HOURS*DECODE(SHRGRDE_GPA_IND,'Y',1,0)*DECODE(SHRTCKN_REPEAT_COURSE_IND,'E',0,1)

CREDITS_PASSED Credits passed as defined by the grading rules of the institution. This number must be calculated by the system after the final grade is recorded for the student. NUMBER

CALCULATION

SHRTCKG_CREDIT_HOURS*DECODE(SHRGRDE_PASSED_IND,'Y',1,0)*DECODE(SHRTCKN_REPEAT_COURSE_IND,'A',0,'E',0,1)

CREDIT_FOR_GPA_IND Indicates the course credits were counted in credits for GPA. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

DEGREE_RESTRICT_OVERRIDE_IND Indicates the degree restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_DEGC_OVER,'N')

DEPARTMENT Department responsible for the major subject area of a student course or associated with the major within the student academic study. VARCHAR2(63)

SCBCRSE

SHRTCKN

SSBOVRR

SCBCRSE_DEPT_CODE

SHRTCKN_DEPT_CODE

SSBOVRR_DEPT_CODE

DEPARTMENT_DESC Department name. VARCHAR2(255)

STVDEPT

STVDEPT_DESC

DEPARTMENT_RESTRICT_OVER_IND Indicates the department restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_DEPT_OVER,'N')

DIVISION Division responsible for the instructional delivery of this course or section. VARCHAR2(255)

SCBCRSE

SHRTCKN

SSBOVRR

SCBCRSE_DIVS_CODE

SHRTCKN_DIVS_CODE

SSBOVRR_DIVS_CODE

DIVISION_DESC Name of the division. VARCHAR2(255)

STVDIVS

STVDIVS_DESC

DUPLICATE_COURSE_OVERRIDE_IND Indicates the duplicate course restriction was overridden. Duplicate course means that you are trying to take the exact same course in the same academic period. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_DUPL_OVER,'N')

EFF_ACADEMIC_PERIOD_OF_GRADE Earliest academic period for which grade is used. VARCHAR2(63)

SHRGRDE

SHRGRDE_TERM_CODE_EFFECTIVE

END_DATE Date the student completes the coursework in the section. This is either recorded for the individual student in the course or taken from the overall section end date. DATE

FUNCTION

SFRAREG

SSBSECT

SOKODSF.F_GET_COURSE_DATES

SFRAREG_COMPLETION_DATE

SSBSECT_PTRM_END_DATE

EXTENSIONS Number of extensions granted for the student to complete the required work for this section. NUMBER

FUNCTION

SFRAREG

SOKODSF.F_GET_COURSE_EXTENSIONS

SFRAREG_EXTENSION_NUMBER

FEEDBACK_DETAIL_EXISTS_IND Indicates the student has faculty feedback for this feedback session, academic period and course reference number. VARCHAR2(1)

DECODE OR FUNCTION

DECODE(F.PERSON_UID,NULL,'N','Y')

FINALIZED_COMPLETION_DATE Date a student completed their study for this subject or course. This might be the final completion date for an open learning course or it might be the end date from the sub academic period end date associated with a section. DATE

FUNCTION

SOKODSF.F_GET_COURSE_DATES

FINAL_GRADE Final grade earned by the student for this course. VARCHAR2(63)

SFRSTCR

SHRTCKG

SHRTRCE

SFRSTCR_GRDE_CODE

SHRTCKG_GRDE_CODE_FINAL

SHRTRCE_GRDE_CODE

FINAL_GRADE_DATE Date associated with this grade. DATE

SFRSTCR

SHRTCKG

SFRSTCR_GRDE_DATE

SHRTCKG_FINAL_GRDE_CHG_DATE

FINAL_GRADE_ROLL_IND Indicates whether the final grade has been rolled to the history tables where applicable. VARCHAR2(1)

CALCULATION

DECODE(SFRSTCR_GRDE_DATE,NULL,'N','Y')

GRADABLE_IND Indicates whether the course can be graded. VARCHAR2(1)

SSBSECT

SSBSECT_GRADABLE_IND

GRADE_CHANGE_COUNT Number of grade changes recorded for this student for this course. NUMBER

FUNCTION

MSKFUNC.F_COUNT_GRADE_CHANGE

GRADE_CHANGE_REASON Institution defined grade change reason associated with this grade for this course. VARCHAR2(63)

SHRTCKG

SHRTCKG_GCHG_CODE

GRADE_CHANGE_REASON_DESC Grade change reason description. VARCHAR2(255)

STVGCHG

STVGCHG_DESC

GRADE_COMMENT Coded comment for why the grade was assigned to this student in this course section. VARCHAR2(63)

SFRSTCR

SHRTCKG

SFRSTCR_GCMT_CODE

SHRTCKG_GCMT_CODE

GRADE_COMMENT_DESC Final grade comment description. VARCHAR2(255)

STVGCMT

STVGCMT_DESCRIPTION

GRADE_TYPE Grade mode associated with this CRN. VARCHAR2(63)

SFRSTCR

SHRTCKG

SFRSTCR_GMOD_CODE

SHRTCKG_GMOD_CODE

GRADE_TYPE_DESC Grading mode (e.g., pass/fail, audit, normal grading mode) associated with the grading mode code. VARCHAR2(255)

STVGMOD

STVGMOD_DESC

GRADE_VALUE Numeric value assigned to a grade symbol to be used to measure course performance statistics. This will only be present if a final grade has been recorded for either in progress or grades rolled to history for the student course. NUMBER

SHRGRDE

SHRGRDE_NUMERIC_VALUE

HOURS_ATTENDED Number of hours the student attended this class. NUMBER

SFRSTCR

SFRSTCR_ATTEND_HR

ID Identification number assigned to a person that is used externally for all communication and correspondence with the person. VARCHAR2(63)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

INCOMPLETE_EXT_DATE Specifies the latest date the student has to complete any missing course work before they are assigned an incomplete grade for the course. DATE

SHRTCKG

SHRTCKG_INCOMPLETE_EXT_DATE

INCOMPLETE_GRADE_IND Indicates the grade is an incomplete grade. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

INSTITUTION_COURSE_IND Indicates whether the subject or course was taken at this institution and is in academic history. VARCHAR2(1)

CALCULATION

CONSTANT

CONSTANT

DECODE(SFRSTCR_PIDM,NULL,'Y','N')

'N'

'Y'

INSTRUCTION_METHOD Instructional method used for the section. VARCHAR2(63)

STVSCHD

STVSCHD_INSM_CODE

INSTRUCTION_METHOD_DESC Instructional method description associated with the course. VARCHAR2(255)

GTVINSM

GTVINSM_DESC

INTEGRATION_PARTNER Institution defined integration code that identifies an external partner used for instruction of this schedule offering. VARCHAR2(63)

SSBSECT

SSBSECT_INTG_CDE

INTEGRATION_PARTNER_DESC Instruction integration partner description. VARCHAR2(255)

GORINTG

GORINTG_DESC

INTEGRATION_PARTNER_SYSTEM Institution defined integration system code that identifies an external partner systen used for instruction of this schedule offering. VARCHAR2(63)

GORINTG

GORINTG_INTP_CODE

INTEGRATION_PARTNER_SYS_DESC Instruction integration partner system description. VARCHAR2(255)

GORINTG

GTVINTP_DESC

IN_PROGRESS_COURSE_IND Indicates whether the course is in progress and not yet graded. VARCHAR2(1)

CALCULATION

CONSTANT

DECODE(SFRSTCR_PIDM,NULL,'N','Y')

'N'

LAST_ATTEND_DATE Identifies the date on which the instruction ended. DATE

SFRSTCR

SFRSTCR_LAST_ATTEND

LAST_DATE_ATTEND_REQUIRED_IND Indicates the last date of attendance is required for the grade. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

LEVEL_RESTRICT_OVERRIDE_IND Indicates the student level restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_LEVL_OVER,'N')

LINK_OVERRIDE_IND Indicates the corequisite restriction was overridden. Corequisite means that two courses are normally taken together. For example, a physics and a math class. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_LINK_OVER,'N')

MAJOR_RESTRICT_OVERRIDE_IND Indicates the major restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_MAJR_OVER,'N')

MID_TERM_GRADE Mid-term grade code associated with this CRN. VARCHAR2(63)

SFRSTCR

SFRSTCR_GRDE_CODE_MID

MULTI_SOURCE Institution value for the record when the optional multi-institution facility feature has been applied. VARCHAR2(63)

NA

NA

MULTI_SOURCE_DESC Institution description when the optional multi-institution facility feature has been applied. VARCHAR2(255)

NA

NA

MUTUTAL_EXCLUSION_OVERRIDE_IND Indicates the mutual exclusion restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_MEXC_OVER,'N')

NAME Combination of the person's last, first, and middle initial into one value. VARCHAR2(255)

FUNCTION

MGKFUNC.F_GET_PERSON_INFO

PERSON_UID System generated, unique, internal identification number assigned to this person. NUMBER

SFRSTCR

SFRSTCR_PIDM

PREREQUISITE_OVERRIDE_IND Indicates the prerequisite restriction was overridden. Prerequisite means that one course is required prior to taking another course. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_PREQ_OVER,'N')

PROCESS_GROUP Process-oriented identifier for the record used to determine access authorization to this record. Institution defined. VARCHAR2(255)

NA

NA

PROGRAM_RESTRICT_OVERRIDE_IND Indicates the program restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_PROG_OVER,'N')

QUALITY_POINTS Quality points associated with the grade. NUMBER

CALCULATION

SHRTCKG_CREDIT_HOURS*SHRGRDE_QUALITY_POINTS*DECODE(SHRGRDE_GPA_IND,'Y',1,0)*DECODE(SHRTCKN_REPEAT_COURSE_IND,'E',0,1)

REGISTER_CENSUS_DATE1_IND Indicates a registration course status that identifies the person counts in the course section headcount was recorded prior to the census date. VARCHAR2(1)

CALCULATION

CASE WHEN SSBSECT_CENSUS_ENROLL

REGISTER_CENSUS_DATE2_IND Indicates a registration course status that identifies the person counts in the course section headcount was recorded prior to the census date 2. VARCHAR2(1)

CALCULATION

CASE WHEN SSBSECT_CENSUS_2_DATE

REGISTRATION_ERROR_FLAG Indicates an error is associated with this section registration. VARCHAR2(1)

SFRSTCR

SFRSTCR_ERROR_FLAG

REGISTRATION_OVERRIDE_IND Indicates this person required an override to get into this course section. VARCHAR2(1)

CALCULATION

FUNCTION

CASE STATEMENT

TO BE FILLED IN BY DEVELOPER

REGISTRATION_SEQUENCE_NUMBER Sequence number system assigned to the student registration in the section. NUMBER

SFRSTCR

SHRTCKN

SFRSTCR_REG_SEQ

SHRTCKN_REG_SEQ

REGISTRATION_STATUS Course registration status associated with this section. VARCHAR2(63)

SFRSTCR

SFRSTCR_RSTS_CODE

REGISTRATION_STATUS_DATE Date associated with the course registration status of this section. DATE

SFRSTCR

SFRSTCR_RSTS_DATE

REGISTRATION_STATUS_DESC Course registration status description. VARCHAR2(255)

STVRSTS

STVRSTS_DESC

REGISTRATION_USER_ID Person user identification number who processed the registration request for this section. VARCHAR2(63)

SFRSTCR

SFRSTCR_USER

REPEAT_COURSE_CREDIT_OVER_IND Indicates the repeat course maximum credit restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_RPTH_OVER,'N')

REPEAT_COURSE_IND Student courses that are graded, rolled to history are checked to identify any that appear in more than one academic period for the student. When the repeat process is run, the valid values will be null or blank when course has not been repeated or 'E' exclude in any calculations, 'I' include in all calculations, or 'A' average in all calculations when the course has been repeated. VARCHAR2(1)

SHRTCKN

SHRTCKN_REPEAT_COURSE_IND

REPEAT_COURSE_OVERRIDE_IND Indicates the repeat course restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_REPT_OVER,'N')

REPEAT_EVALUATE_IND Indicates this grade should be considered in the repeat process when running the repeat process. VARCHAR2(1)

CALCULATION

CALCULATION

CALCULATION

CASE WHEN SFRSTCR_GRDE_CODE

CASE WHEN SHRTCKG_GRDE_CODE_FINAL

CASE WHEN SHRTRCE_GRDE_CODE

SCHEDULE_TYPE Instructional method or delivery type associated with the course. VARCHAR2(63)

SHRTCKN

SSBSECT

SHRTCKN_SCHD_CODE

SSBSECT_SCHD_CODE

SCHEDULE_TYPE_DESC Schedule type description. VARCHAR2(255)

STVSCHD

STVSCHD_DESC

SECTION_ADD_DATE Date the student registered in this section. DATE

SFRSTCR

SFRSTCR_ADD_DATE

SPECIAL_APPROVAL_IND Indicates whether special approval was received to register in this section. VARCHAR2(1)

SFRSTCR

SFRSTCR_APPR_RECEIVED_IND

SPECIAL_APPROVAL_OVERRIDE_IND Indicates the special approval for this class was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_APPR_OVER,'N')

START_DATE Date the instruction for this course began for this student. This is either recorded for the individual student in the course or taken from the overall section begin date. DATE

FUNCTION

SFRAREG

SOKODSF.F_GET_COURSE_DATES

SFRAREG_START_DATE

STUDENT_ATTRIBUTE_OVERRIDE_IND Indicates the student attribute restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_ATTS_OVER,'N')

STUDENT_COHORT_OVERRIDE_IND Indicates the student cohort restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_CHRT_OVER,'N')

STUDY_PATH_SEQUENCE Sequence number of the study path for which the course reference number is registered. NUMBER

SFRSTCR

SFRSTCR_STSP_KEY_SEQUENCE

SUBJECT Main instructional subject area for this course. VARCHAR2(63)

SHRTCKN

SHRTRCE

SSBSECT

SHRTCKN_SUBJ_CODE

SHRTRCE_SUBJ_CODE

SSBSECT_SUBJ_CODE

SUBJECT_DESC Subject code description. VARCHAR2(255)

STVSUBJ

STVSUBJ_DESC

SUB_ACADEMIC_PERIOD A session, portion or part of the academic period. VARCHAR2(63)

SFRSTCR

SHRTCKN

SFRSTCR_PTRM_CODE

SHRTCKN_PTRM_CODE

SUB_ACADEMIC_PERIOD_DESC Sub academic period description. VARCHAR2(255)

STVPTRM

STVPTRM_DESC

TEST_SCORE_OVERRIDE_IND Indicates the test score restriction was overridden. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_TEST_OVER,'N')

TIME_CONFLICT_OVERRIDE_IND Indicates the time conflict restriction was overridden. Time conflict means that you can have two courses scheduled at the same time. VARCHAR2(1)

CALCULATION

NVL(SFRSTCR_TIME_OVER,'N')

TRADITIONAL_IND Indicates whether this grade symbol is considered a traditional type of grade. VARCHAR2(1)

SHRGRDE

SHRGRDE_TRADITIONAL_IND

TRANSFER_COURSE_IND Indicates whether this course was taken at and transferred from another post secondary institution. VARCHAR2(1)

CALCULATION

DECODE(SHRTRCE_PIDM,NULL,'N','Y')

TRANSFER_COURSE_INSTITUTION Identifies the post secondary institution where the transfer course was taken. VARCHAR2(255)

SHRTRIT

SHRTRIT_SBGI_CODE

TRANSFER_COURSE_INST_DESC Name of the post secondary transfer institution. VARCHAR2(255)

STVSBGI

STVSBGI_DESC

WAITLIST_IND Indicates the student is waitlisted for the course. VARCHAR2(1)

STVRSTS

STVRSTS_WAIT_IND

WITHDRAWN_IND Indicates whether the associated course registration validation code denotes a student's withdrawal from a section. VARCHAR2(1)

STVRSTS

STVRSTS_WITHDRAW_IND



Ver: 8.5