TRNS_CRS_TRM_UN(SQL View) | 
Index Back | 
|---|---|
Student Transfer Course TermThis view lists the transfer credit Term records which have not yet been posted. | 
| select a.EMPLID , a.ACAD_CAREER , a.INSTITUTION , a.MODEL_NBR , a.ARTICULATION_TERM , a.MODEL_STATUS from PS_TRNS_CRSE_TERM a where a.MODEL_STATUS <> 'P' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | 
Employee ID
 Prompt Table: PEOPLE_SRCH  | 
|
| 2 | ACAD_CAREER | Character(4) | VARCHAR2(4) NOT NULL | 
Academic Career
 BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine  | 
| 3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | 
Academic Institution
 Prompt Table: INSTITUTION_TBL  | 
| 4 | Number(3,0) | SMALLINT NOT NULL | Transfer Model Nbr | |
| 5 | Character(4) | VARCHAR2(4) NOT NULL | 
Articulation Term
 Prompt Table: TERM_TBL  | 
|
| 6 | MODEL_STATUS | Character(1) | VARCHAR2(1) NOT NULL | 
Model Status
 C=Evaluation Complete M=Submitted P=Posted U=Unposted  |