...
EXTERNAL_SUBSTITUTABLE_COURSE (Process will produce one row per substitution per active plan. An substitution-less plan will produce zero rows.Used to define course substitutions for plan calculation)
Column | Type | Notes |
---|---|---|
term_code | varchar | term code for the substitution. if null applies to all term. |
program_code | uuid | program code for the substitution. if null applies to all programs |
source_formatted_course | varchar | formatted course, matched to the plan course |
source_course_code | varchar | course course, matched to the plan course |
source_course_title | varchar | course title, matched to the plan course |
target_formatted_course | varchar | formatted course, matched to the transcript course |
target_course_code | varchar | course code, matched to the transcript course |
target_course_title | varchar | course title, matched to the transcript course |
...