ERLY_FA_O_SRCH

(SQL View)
Index Back

Admission Applicant Program

ADM_APPL_PROG is used to record the program specific information related to an admission application. A person may have one application related to multiple academic programs. Admission decisions and statuses are recorded at the program level. The data in this record is carried forward into the ACAD_PROG record when an action of matriculate (MATR) is taken to Activate a student.

select a.emplid, a.institution, a.acad_career, a.stdnt_car_nbr, a.adm_appl_nbr, a.appl_prog_nbr, a.acad_prog from PS_ADM_APPL_PROG a where a.effdt = (select max(a1.effdt) from PS_ADM_APPL_PROG a1 where a1.emplid=a.emplid and a1.acad_career = a.acad_career and a1.stdnt_car_nbr = a.stdnt_car_nbr and a1.appl_prog_nbr = a.appl_prog_nbr) and a.effseq = (select max (a2.effseq) from PS_ADM_APPL_PROG a2 where a2.emplid=a.emplid and a2.acad_career = a.acad_career and a2.stdnt_car_nbr = a.stdnt_car_nbr and a2.appl_prog_nbr = a.appl_prog_nbr and a2.effdt = a.effdt)

  • Parent record: ADM_APP_CAR_SEQ
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PEOPLE_SRCH

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

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTN_SCRTY

    3 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: STDNT_CAREER

    4 STDNT_CAR_NBR Number(3,0) SMALLINT NOT NULL Student Career Nbr
    5 ADM_APPL_NBR Character(8) VARCHAR2(8) NOT NULL Application Nbr

    Prompt Table: ADM_APPL_DATA

    6 APPL_PROG_NBR Number(3,0) SMALLINT NOT NULL Application Program Nbr
    7 ACAD_PROG Character(5) VARCHAR2(5) NOT NULL Academic Program

    Default Value: OPR_DEF_TBL_CS.ACAD_PROG

    Prompt Table: ACAD_PROG_SCTY