APPOINTMENT_VW(SQL View) |
Index Back |
---|---|
Enrollment Appointment TableThis view is created from the APPOINTMENT_TBL. It is different from the APPOINTMENT_TBL in that the APPOINTMENT_NBR field has been changed to NOT be a search key. This view was created to imrpove the behavior of the appointment number prompt in PIA. |
SELECT INSTITUTION , ACAD_CAREER , STRM , SESSION_CODE , APPOINTMENT_NBR , APPT_START_DATE , APPT_START_TIME , APPT_END_DATE , APPT_END_TIME FROM PS_APPOINTMENT_TBL WHERE SSR_APPT_NBR_STDNT > SSR_APPT_STD_ASGN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
2 | 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 Prompt Table: ACAD_CAR_TBL |
|
3 | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: TERM_TBL |
|
4 | Character(3) | VARCHAR2(3) NOT NULL |
Session
1=Regular Academic Session 10W=10 Week 12W=Twelve Week 4W1=Four Week - First 4W2=Four Week - Second 4W3=Four Week - Third 4W4=Four Week - Fourth 6W1=Six Week - First 6W2=Six Week - Second 8W1=Eight Week - First 8W2=Eight Week - Second A11=Medical Period 1, 4 Weeks A12=Medical Period 1, 8 Weeks A13=Medical Pd 1, 12 Weeks A21=Medical Period 2, 4 Weeks A22=Medical Period 2, 8 Weeks A23=Medical Period 2, 12 Week FYR=Full Year MIN=Mini Session OEE=Open Entry/Open Exit SM1=Semester 1 SM2=Semester 2 Prompt Table: SESSION_TBL |
|
5 | Character(4) | VARCHAR2(4) NOT NULL | Appointment Nbr | |
6 | APPT_START_DATE | Date(10) | DATE NOT NULL | Appointment Start Date |
7 | APPT_START_TIME | Time(15) | TIMESTAMP NOT NULL | Appointment Start Time |
8 | APPT_END_DATE | Date(10) | DATE NOT NULL | Appointment End Date |
9 | APPT_END_TIME | Time(15) | TIMESTAMP NOT NULL | Appointment End Time |