SS_STDNT_APPT

(SQL View)
Index Back

Student Appointment Table

This table contains student appointments for a Session . To have an entry in this table, the student must have at least one entry in the Student Session table.

SELECT a.emplid , a.acad_career , a.institution , a.strm , a.session_code , a.ssr_appt_block , a.appointment_nbr , b.use_term_unt_lim , b.ovrd_max_units , b.max_total_unit , b.max_nogpa_unit , b.max_audit_unit , b.max_wait_unit , b.max_crse_count , a.ssr_select_limit , a.appt_limit_id , a.max_audit_unit , a.max_nogpa_unit , a.max_total_unit , a.max_wait_unit FROM PS_STDNT_ENRL_APPT a , ps_stdnt_session b WHERE a.emplid = b.emplid AND a.acad_career = b.acad_career AND a.institution = b.institution AND a.strm = b.strm AND a.session_code = b.session_code

# 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 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_VAL_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

Prompt Table: APPOINTMENT_TBL

8 USE_TERM_UNT_LIM Character(1) VARCHAR2(1) NOT NULL Only Use Term Limits
9 OVRD_MAX_UNITS Character(1) VARCHAR2(1) NOT NULL Override Maximum Units

Y/N Table Edit

Default Value: N

10 MAX_TOTAL_UNIT Number(6,2) DECIMAL(5,2) NOT NULL Max Total Units
11 MAX_NOGPA_UNIT Number(6,2) DECIMAL(5,2) NOT NULL Max No GPA Units
12 MAX_AUDIT_UNIT Number(6,2) DECIMAL(5,2) NOT NULL Max Audit Units
13 MAX_WAIT_UNIT Number(6,2) DECIMAL(5,2) NOT NULL Max Wait List Units
14 MAX_CRSE_COUNT Number(3,0) SMALLINT NOT NULL Max Total Courses
15 SSR_SELECT_LIMIT Character(1) VARCHAR2(1) NOT NULL Select Limits for Appointment
1=Use Program Term/Session Limit
2=Use Appointment Limit ID
3=Set Maximum Units

Default Value: 2

16 APPT_LIMIT_ID Character(4) VARCHAR2(4) NOT NULL Appointment Limit ID

Prompt Table: SSR_APPT_LIMIT

17 MAX_AUDIT_UNT_APPT Number(6,2) DECIMAL(5,2) NOT NULL Max Audit Units
18 MAX_NOGPA_UNT_APPT Number(6,2) DECIMAL(5,2) NOT NULL Max No GPA Units
19 MAX_TOTAL_UNT_APPT Number(6,2) DECIMAL(5,2) NOT NULL Max Total Units
20 MAX_WAIT_UNIT_APPT Number(6,2) DECIMAL(5,2) NOT NULL Max Wait List Units