ADM_APPLCTR_SVW

(SQL View)
Index Back

Application Center Security Vw

Prompt view which retrieves Admissions Application Centers within Academic Career and enforces operator security by Application Center.

select distinct a.institution, b.acad_career, a.adm_appl_ctr, d.oprid, a.effdt, a.eff_status, a.descr, d.access_cd from ps_adm_applctr_tbl a, PS_ACAD_CAR_TBL b, ps_scrty_appl_ctr d where d.access_cd = 'Y' and d.institution = a.institution and (d.adm_appl_ctr = a.adm_appl_ctr or d.adm_appl_ctr = 'ALL') and a.institution = b.institution and (a.acad_career = b.acad_career or a.acad_career = ' ')

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

    3 ADM_APPL_CTR Character(4) VARCHAR2(4) NOT NULL Application Center

    Prompt Table: ADM_APPLCTR_TBL

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

    Prompt Table: OPRDEFN2

    5 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

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

    Default Value: A

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