R_OVERRIDE_RQ(SQL Table) |
Index Back |
---|---|
Req override for aa analysisAnalysis table for academic advisement containing Requirement override 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 | RQRMNT_GROUP | Character(6) | VARCHAR2(6) NOT NULL |
Requirement Group
Prompt Table: RQ_GRP_TBL |
7 | REQUIREMENT | Character(9) | VARCHAR2(9) NOT NULL |
Academic Requirement
Prompt Table: RQ_MAIN_TBL |
8 | RQ_OVRD_ACTION | Character(4) | VARCHAR2(4) NOT NULL |
This field is used to report the status of an override in academic advising. It contains the same values as are found in RQ_AA_OVRD_OPCODE.
DRCT=Course Directive REQC=Requirement Change REQO=Requirement Override REQW=Requirement Waiver |
9 | OLD_UNITS | Number(7,2) | DECIMAL(6,2) NOT NULL | Old units |
10 | NEW_UNITS | Number(7,2) | DECIMAL(6,2) NOT NULL | New units |
11 | OLD_CRSES | Number(7,2) | DECIMAL(6,2) NOT NULL | Old Courses |
12 | NEW_CRSES | Number(7,2) | DECIMAL(6,2) NOT NULL | New Courses |
13 | REF_REQUIREMENT | Character(9) | VARCHAR2(9) NOT NULL |
Academic Requirement
Prompt Table: RQ_MAIN_TBL |
14 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
15 | DESCR254A | Character(254) | VARCHAR2(254) NOT NULL | Long Description |