SAA_ARPRT_SRCH(SQL View) |
Index Back |
---|---|
Analysis DB Report InformationThis table contains the data for a specific report in the Academic Advisement Analysis Database. |
SELECT a.EMPLID , a.ANALYSIS_DB_SEQ , a.INSTITUTION , a.SAA_CAREER_RPT , o.OPRID FROM PS_SAA_ADB_REPORT a , PSOPRDEFN o WHERE a.EMPLID = o.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | ANALYSIS_DB_SEQ | Number(4,0) | SMALLINT NOT NULL | Analysis DB Sequence |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
4 | SAA_CAREER_RPT | Character(4) | VARCHAR2(4) NOT NULL | This field is used in academic advisement as a key to the results tables. |
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |