...
CRN has only a
STVACCT_WCH
of “Y” andSTVACCT_INDEPENDENT_IND
= "N"CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...
CRN has only a
STVACCT_DCH
of “Y” andSTVACCT_INDEPENDENT_IND
= "N"CRN must be a credit course:
IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
...