ADMAPPMATLVWLNG(SQL View) |
Index Back |
---|---|
Admission App General MaterialThis record is a view of the Admission Applicants Material record and the Genl Evaluations record.. It will show data from Genl Materials where its keys match Applicant Material Table. |
SELECT a.emplid , a.acad_career , a.stdnt_car_nbr , a.adm_appl_nbr , a.appl_prog_nbr , a.genl_matl_group , a.genl_matl_type , a.genl_matl_nbr , a.appl_matl_nbr , b.language_cd , b.descr_ext_org FROM ps_adm_appl_matls A , PS_GENLMATERIALLNG B WHERE A.emplid = B.emplid AND A.genl_matl_group = B.genl_matl_group AND A.genl_matl_type = B.genl_matl_type AND A.genl_matl_nbr = B.genl_matl_nbr |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
|
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 |
|
3 | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr | |
4 | Character(8) | VARCHAR2(8) NOT NULL | Application Nbr | |
5 | Number(3,0) | SMALLINT NOT NULL | Application Program Nbr | |
6 | Character(8) | VARCHAR2(8) NOT NULL | Material Group | |
7 | Character(3) | VARCHAR2(3) NOT NULL | Material Type | |
8 | Number(3,0) | SMALLINT NOT NULL | Material Nbr | |
9 | Number(3,0) | SMALLINT NOT NULL | Appl Matl Nbr | |
10 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
11 | DESCR_EXT_ORG | Character(30) | VARCHAR2(30) NOT NULL | Org Name |