ADM_APL_STY_LNG

(SQL View)
Index Back

Admission Application Security

ADM_APPL_SRCH is a view used in Admissions to retrieve records by admission number. It is used as the Add mode search record for the Admission Data Entry panels, thus enabling either a new person or new application or both to be added to the database.

SELECT d.oprclass ,a.adm_appl_nbr ,a.emplid ,a.institution ,a.acad_career ,c.oprid ,e.language_cd ,e.descrshort FROM ps_adm_appl_data a , PS_PERSONAL_DATA b , ps_scrty_appl_ctr c , ps_pers_nid_msk_vw d , ps_nid_type_lang e WHERE c.access_cd = 'Y' AND a.emplid = b.emplid AND c.institution = a.institution AND (c.adm_appl_ctr = a.adm_appl_ctr OR c.adm_appl_ctr = 'ALL') AND a.emplid = d.emplid AND e.country = d.country AND e.national_id_type = d.national_id_type

  • Related Language Record for ADM_APPL_SCTY
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRCLASS Character(30) VARCHAR2(30) NOT NULL Operator Class
    2 ADM_APPL_NBR Character(8) VARCHAR2(8) NOT NULL Application Nbr

    Default Value: 0

    Prompt Table: ADM_APPL_DATA

    3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Default Value: NEW

    Prompt Table: PEOPLE_SRCH

    4 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTN_SCRTY

    5 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

    Default Value: OPR_DEF_TBL_CS.ACAD_CAREER

    Prompt Table: ACAD_CAR_SCRTY

    6 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    7 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    8 NID_DESCRSHORT Character(10) VARCHAR2(10) NOT NULL NID Short Description