SAD_APPL_SRCH

(SQL View)
Index Back

Self Service and Campus Mobile

This search record is used to support/control those attributes associated with both Student Self Service and Campus Mobile.

SELECT a.institution , b.acad_career , b.effdt , b.eff_status , b.descr FROM PS_INSTITUTION_TBL a , ps_acad_car_tbl b WHERE a.institution = b.institution AND a.effdt = ( SELECT MAX(a1.effdt) FROM PS_INSTITUTION_TBL a1 WHERE a1.institution = a.institution AND a1.effdt <= a.effdt)

  • Related Language Record: SADAPPLSRCHLNG
  • # 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: INSTITUTN_SCRTY

    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_SCRTY

    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