RCR_CAT_MC_VW(SQL View) |
Index Back |
---|---|
Recruitment Category ViewUse RECRUIT_CAT_TBL to define special categories of prospective students that you might want to target for recruiting and admissions purposes. A Recruiting Category belongs to a Recruiting Group, which can have an unlimited number of categories associated with it. |
SELECT INSTITUTION, RECRUITMENT_CAT, EFFDT, EFF_STATUS, DESCR, DESCRSHORT, RECRUITMENT_GRP, ACAD_CAREER, MOVE_TO_APPL FROM PS_RECRUIT_CAT_TBL WHERE EFFDT = (SELECT MAX(C.EFFDT) FROM PS_RECRUIT_CAT_TBL C WHERE C.INSTITUTION = INSTITUTION AND C.RECRUITMENT_CAT = RECRUITMENT_CAT AND C.EFFDT <= %CURRENTDATEIN) AND EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | RECRUITMENT_CAT | Character(4) | VARCHAR2(4) NOT NULL | Recruitment Category |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: RECRUIT_CAT_TBL.DESCR |
7 | RECRUITMENT_GRP | Character(4) | VARCHAR2(4) NOT NULL |
Recruitment Group
ACAD=Academic ALUM=Alumni ATHL=Athletics MUSC=Music REGN=Geographic Region SPEC=Special |
8 | 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 |
9 | MOVE_TO_APPL | Character(1) | VARCHAR2(1) NOT NULL |
Move to Application
Y/N Table Edit Default Value: N |