R_UNIT_CRSE_GPA(SQL Table) |
Index Back |
---|---|
Unit/crse/gpa aa analysisAnalysis table for academic advisement containing Unit, course, and GPA information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | RPT_DATE | Date(10) | DATE NOT NULL | Report Date |
3 | RPT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
This field is the type of Academic Advisement report and is used by the tables in the Analysis Database.
This field is reserved for use by SA.
SPC=Special Report STD=Standard Report |
4 | ANALYSIS_DB_SEQ | Number(4,0) | SMALLINT NOT NULL |
Analysis DB Sequence
Default Value: 1 |
5 | ENTRY_SEQ | Number(3,0) | SMALLINT NOT NULL | Entry Sequence |
6 | UNITS_REQUIRED | Number(7,2) | DECIMAL(6,2) NOT NULL | Units required |
7 | UNITS_NEEDED | Number(7,2) | DECIMAL(6,2) NOT NULL | Units needed |
8 | SAA_UNITS_USED | Number(7,2) | DECIMAL(6,2) NOT NULL | This field is used in Academic Advisement to report the number of units used by a requirement. |
9 | CRSES_REQUIRED | Number(7,2) | DECIMAL(6,2) NOT NULL | Courses required |
10 | CRSES_NEEDED | Number(7,2) | DECIMAL(6,2) NOT NULL | Courses needed |
11 | SAA_CRSES_USED | Number(7,2) | DECIMAL(6,2) NOT NULL | This field is used in Academic Advisement to report the number of courses used by a particular requirement. |
12 | SAA_CRSE_COUNT | Number(4,0) | SMALLINT NOT NULL | This field is used in Academic Advisement to report the number of courses used by a particular requirement. |
13 | GPA_REQUIRED | Number(7,3) | DECIMAL(6,3) NOT NULL | Minimum GPA |
14 | GPA_ACTUAL | Number(7,3) | DECIMAL(6,3) NOT NULL | GPA actual |