STDNT_EDIT_A_VW(SQL View) |
Index Back |
---|---|
Validation Appointments TableThe Enrollment Validation Appointment Table contains information about Validation Appointment Numbers and their starting and ending dates and times. |
SELECT a.EMPLID , a.ACAD_CAREER , a.INSTITUTION , a.STRM , a.SESSION_CODE , a.SSR_APPT_BLOCK , a.APPOINTMENT_NBR , a.SSR_APPT_STDT_BLCK , b.APPT_START_DATE , b.APPT_START_TIME , b.APPT_END_DATE , b.APPT_END_TIME , b.SSR_APPT_NBR_STDNT , b.SSR_APPT_STD_ASGN , c.SSR_ENR_APT_APPROV , c.SSR_VAL_APT_APPROV , c.SESSN_APPT_CNTL FROM PS_SSR_ST_VALID_AP a , PS_SSR_VALIDAT_TBL b , PS_SESSION_TBL c WHERE a.ACAD_CAREER = b.ACAD_CAREER AND a.INSTITUTION = b.INSTITUTION AND a.STRM = b.STRM AND a.SESSION_CODE = b.SESSION_CODE AND a.SSR_APPT_BLOCK = b.SSR_APPT_BLOCK AND a.APPOINTMENT_NBR = b.APPOINTMENT_NBR AND b.INSTITUTION = c.INSTITUTION AND b.ACAD_CAREER = c.ACAD_CAREER AND b.STRM = c.STRM AND b.SESSION_CODE = c.SESSION_CODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
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 Prompt Table: ACAD_CAR_TBL |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
4 | STRM | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: TERM_TBL |
5 | SESSION_CODE | 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 |
6 | SSR_APPT_BLOCK | Character(6) | VARCHAR2(6) NOT NULL | Appointment Block |
7 | APPOINTMENT_NBR | Character(4) | VARCHAR2(4) NOT NULL | Appointment Nbr |
8 | SSR_APPT_STDT_BLCK | Character(6) | VARCHAR2(6) NOT NULL | Student Appointment Block |
9 | APPT_START_DATE | Date(10) | DATE NOT NULL | Appointment Start Date |
10 | APPT_START_TIME | Time(15) | TIMESTAMP NOT NULL | Appointment Start Time |
11 | APPT_END_DATE | Date(10) | DATE NOT NULL | Appointment End Date |
12 | APPT_END_TIME | Time(15) | TIMESTAMP NOT NULL | Appointment End Time |
13 | SSR_APPT_NBR_STDNT | Number(5,0) | INTEGER NOT NULL | Number of Students per Appt |
14 | SSR_APPT_STD_ASGN | Number(5,0) | INTEGER NOT NULL | Number of Students Assigned |
15 | SSR_ENR_APT_APPROV | Character(1) | VARCHAR2(1) NOT NULL | Approved. |
16 | SSR_VAL_APT_APPROV | Character(1) | VARCHAR2(1) NOT NULL |
Approved.
Y/N Table Edit Default Value: N |
17 | SESSN_APPT_CNTL | Character(3) | VARCHAR2(3) NOT NULL | Appointment Control Session |