Target Column |
Business Definition |
Database Data Type |
Source Name |
Source Column |
Local Source |
Local Target |
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)
|
SHRATTR SHRTRCR
|
SHRATTR_TERM_CODE SHRTRCR_TERM_CODE
|
NO NO
|
NO
|
ACADEMIC_PERIOD_DESC
|
Academic period description.
|
VARCHAR2(255)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
ACADEMIC_YEAR
|
Academic year associated with the academic period on this record.
|
VARCHAR2(63)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
ACADEMIC_YEAR_DESC
|
Academic year description.
|
VARCHAR2(255)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
ADMINISTRATIVE_GROUP
|
Administrative-oriented identifier for the record used to determine access authorization to this record. Institution defined.
|
VARCHAR2(255)
|
NA
|
NA
|
NO
|
NO
|
COURSE_ATTRIBUTE
|
Type of degree course attribute satisfied by successful completion of this course.
|
VARCHAR2(63)
|
SHRATTC
|
SHRATTC_ATTR_CODE
|
NO
|
NO
|
COURSE_ATTRIBUTE_DESC
|
Degree course attribute description.
|
VARCHAR2(255)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
COURSE_IDENTIFICATION
|
Course subject and course number combined.
|
VARCHAR2(63)
|
CALCULATION
|
SHRTCKN_SUBJ_CODE||SHRTCKN_CRSE_NUMB
|
NO
|
NO
|
COURSE_NUMBER
|
Course number associated with the subject for the course.
|
VARCHAR2(63)
|
SHRTCKN SHRTRCE
|
SHRTCKN_CRSE_NUMB SHRTRCE_CRSE_NUMB
|
NO NO
|
NO
|
COURSE_REFERENCE_NUMBER
|
Computer assigned internal unique number for the schedule offering.
|
VARCHAR2(63)
|
CALCULATION SHRATTC SHRTCKN
|
SHRTATT_TRIT_SEQ_NO||TO_CHAR(SHRTATT_TRAM_SEQ_NO,'FM09')||TO_CHAR(NVL(SHRTATT_TRCR_SEQ_NO,0),'FM009')||TO_CHAR(SHRTATT_TRCE_SEQ_NO,'FM009') SHRATTC_CRN SHRTCKN_CRN
|
NO NO NO
|
NO
|
COURSE_SEQUENCE_NUMBER
|
Sequence number used to associated the information about the unique course for the student.
|
NUMBER
|
SHRATTR SHRTATT
|
SHRATTR_TCKN_SEQ_NO SHRTATT_TRIT_SEQ_NO||SHRTATT_TRAM_SEQ_NO||SHRTATT_TRCR_SEQ_NO||SHRTATT_TRCE_SEQ_NO
|
NO NO
|
NO
|
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
|
NO
|
NO
|
INSTITUTION_COURSE_IND
|
This field stores a Y or N to indicate if the course was taken at the institution or not.
|
VARCHAR2(1)
|
CALCULATION
|
DECODE(SHRATTR_PIDM, NULL, 'N', 'Y')
|
NO
|
NO
|
MULTI_SOURCE
|
Institution value for the record when the optional multi-institution facility feature has been applied.
|
VARCHAR2(63)
|
NA
|
NA
|
NO
|
NO
|
MULTI_SOURCE_DESC
|
Institution description when the optional multi-institution facility feature has been applied.
|
VARCHAR2(255)
|
NA
|
NA
|
NO
|
NO
|
NAME
|
Combination of the person's last, first, and middle initial into one value.
|
VARCHAR2(255)
|
FUNCTION
|
MGKFUNC.F_GET_PERSON_INFO
|
NO
|
NO
|
PERSON_UID
|
System generated, unique, internal identification number assigned to this person.
|
NUMBER
|
SHRATTR SHRTATT
|
SHRATTR_PIDM SHRTATT_PIDM
|
NO NO
|
NO
|
PROCESS_GROUP
|
Process-oriented identifier for the record used to determine access authorization to this record. Institution defined.
|
VARCHAR2(255)
|
NA
|
NA
|
NO
|
NO
|
SUBJECT
|
Main instructional subject area for this course.
|
VARCHAR2(63)
|
SHRTCKN SHRTRCE
|
SHRTCKN_SUBJ_CODE SHRTRCE_SUBJ_CODE
|
NO NO
|
NO
|
SUBJECT_DESC
|
Subject code description.
|
VARCHAR2(255)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
SUB_ACADEMIC_PERIOD
|
A session, portion or part of the academic period.
|
VARCHAR2(63)
|
SHRTCKN
|
SHRTCKN_PTRM_CODE
|
NO
|
NO
|
SUB_ACADEMIC_PERIOD_DESC
|
Sub academic period description.
|
VARCHAR2(255)
|
FUNCTION
|
GOKODSF.F_GET_DESC
|
NO
|
NO
|
TRANSFER_COURSE_IND
|
This field stores a Y or N to indicate if the course is a transfer course or not.
|
VARCHAR2(1)
|
CALCULATION
|
DECODE(SHRTATT_PIDM, NULL, 'N', 'Y')
|
NO
|
NO
|