Last Known Custom XB Changes Were Made in Spring 2010
Status | ASSESSING |
---|---|
Owner | Scheduling Coordinator |
Contributors | |
Goals | Assess the difference between Baseline and Custom XB reports. Assess deficiencies w/ Custom Report and recommend implementation of Baseline Business Practices. |
Jira tickets | |
On this page |
?? Overview of XB10
Custom Logic
cos_sv_mis_xb_bp.f_get_cvu_stat
IF lv_inst_meth in ('50','51','52','53','54','61','62','63','64','71','71','72') OR lv_inst_meth like 'O%' OR lv_inst_meth = '00' OR lv_inst_meth like 'V%' THEN CLOSE inst_meth_c; RETURN 'X';
Custom code references Instructional Method SSBSECT_INSM_CODE
and returns “Unknown whether distance education session was developed by a CVU-trained instructor.”
Assessed 5/22 and Instructional Methods listed are still valid.
Baseline Logic
sv_mis_xb_bp.f_get_cvu_stat
Grabs SSRATTR_ATTR_CODE
from SSADETL (can be inherited from SCADETL) and reports that.
GVATRMP does not seem capable of crosswalking values.
0 Comments