RA_MC_ALLLVL_V2(SQL View) |
Index Back |
---|---|
Career Level Marketing CenterReturns all marketing centers and its syncid assigned to prospects at the career and program levels - view is used in profile OLM_CONST_VW |
SELECT CAR.BO_ID , CAR.INSTITUTION , CAR.ACAD_CAREER , ' ' , CAR.RA_MKT_CENTER , MC1.SYNCID FROM PS_RA_MC_CARLVL_VW CAR LEFT OUTER JOIN PS_RA_UD_MKTCENTER MC1 ON CAR.RA_MKT_CENTER = MC1.RA_MKT_CENTER UNION SELECT PGM.BO_ID , PGM.INSTITUTION , PGM.ACAD_CAREER , PGM.ACAD_PROG , PGM.RA_MKT_CENTER , MC2.SYNCID FROM PS_RA_MC_PGMLVL_VW PGM LEFT OUTER JOIN PS_RA_UD_MKTCENTER MC2 ON PGM.RA_MKT_CENTER = MC2.RA_MKT_CENTER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Institution field to store institution information in campus solution system. |
3 | ACAD_CAREER | Character(4) | VARCHAR2(4) NOT NULL |
Academic career field coming from campus solution system.
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 |
4 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL | Academic program field coming from campus solution system. |
5 | RA_MKT_CENTER | Character(10) | VARCHAR2(10) NOT NULL | Marketing Center code |
6 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |