GRD_BASE_EXT_VW(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, a.DESCRFORMAL from PS_GRADE_BASIS_TBL a where a.elect_grade_basis <> 'Y' and a.grading_basis_conv = ' ' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
SetID
 Default Value: OPR_DEF_TBL_CS.SETID_CAREER Prompt Table: SETID_TBL  | 
|
| 2 | Character(3) | VARCHAR2(3) NOT NULL | External Grading Scheme | |
| 3 | Date(10) | DATE NOT NULL | 
Effective Date
 Default Value: %date  | 
|
| 4 | 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 | DESCRFORMAL | Character(50) | VARCHAR2(50) NOT NULL | Formal Description field |