INST_CAR_SCTY

(SQL View)
Index Back

Academic Career Inst View

The Academic Career Table view is used as a prompt table for Academic Program Institution.

select b.acad_career, a.institution, c.oprid, a.effdt, a.eff_status, a.descr, c.access_cd from PS_INSTITUTION_TBL a, ps_acad_car_tbl b, ps_scrty_tbl_inst c where b.institution = a.institution and c.institution = a.institution and c.access_cd = 'Y' and b.effdt = (select max(d.effdt) from ps_acad_car_tbl d where d.institution = b.institution and d.acad_career = b.acad_career and d.effdt <= a.effdt)

  • Related Language Record: INST_CAR_SCT_LN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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
    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Institution field to store institution information in campus solution system.

    Prompt Table: INSTITUTION_TBL

    3 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).

    Prompt Table: OPRDEFN2

    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    7 ACCESS_CD Character(1) VARCHAR2(1) NOT NULL Access Code
    N=No Access
    R=Read Only Access
    Y=Read/Write Access