GRD_BASE_EXT_VL(SQL View) |
Index Back |
---|---|
Grading Basis Table ViewThis view is a prompt/edit table that selects real grading bases within a Grading Scheme. Only non-elective and unconverted Grading Bases are included. The Set Control Field for this view is TRNSFR_SRC_ID. |
SELECT a.setid , a.grading_scheme , a.effdt , a.grading_basis , b.language_cd , b.descrformal FROM PS_GRADE_BASIS_TBL a , ps_grade_basis_lng b WHERE a.elect_grade_basis <> 'Y' AND a.grading_basis_conv = ' ' AND a.setid = b.setid AND a.grading_scheme = b.grading_scheme AND a.effdt = b.effdt AND a.grading_basis = b.grading_basis |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID_CAREER Prompt Table: SETID_TBL |
2 | GRADING_SCHEME_EXT | Character(3) | VARCHAR2(3) NOT NULL | External Grading Scheme |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | GRADING_BASIS | Character(3) | VARCHAR2(3) NOT NULL |
Grading Basis
ANC=ABC/NC Grading AUD=Audit BMT=Multi-Term Course: Not Graded CNC=Credit / No Credit EQV=Equivalent GRD=Graded HSC=Hundred Point Scale (NLD) LAW=Law MED=Medical School Grades NOG=No Grade Associated NON=Non-Graded Component NQF=NQF Scale OPT=Student Option PNP=Pass/Not Pass SUS=Satisfactory/Unsatisfactory TRN=Transfer Grading Basis TSC=Ten Point Scale (NLD) |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCRFORMAL | Character(50) | VARCHAR2(50) NOT NULL | Formal Description field |