PROG_RSN_SF_VW

(SQL View)
Index Back

Acad Program Action Reason Tbl

This is a prompt table for Academic Program Action Reason.

select b.institution, a.prog_action, a.prog_reason, a.descr from ps_prog_rsn_tbl a, PS_INSTITUTION_TBL b, ps_set_cntrl_rec c where c.setcntrlvalue = b.institution and c.recname = 'PROG_RSN_TBL' and c.setid = a.setid and a.effdt = (select max(d.effdt) from ps_prog_rsn_tbl d where d.setid = a.setid and d.prog_action = a.prog_action and d.prog_reason = a.prog_reason and d.effdt <= %currentdatein and d.eff_status = 'A')

  • Related Language Record: PROGRSNSFVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
    2 PROG_ACTION Character(4) VARCHAR2(4) NOT NULL Program Action
    ACTV=Activate
    ADMT=Admit
    ADRV=Admission Revocation
    APPL=Application
    COMP=Completion of Program
    COND=Conditional Admit
    DATA=Data Change
    DDEF=Defer Decision
    DEFR=Defer Enrollment
    DEIN=Intention to Matriculate
    DENY=Deny
    DISC=Discontinuation
    DISM=Dismissal
    LEAV=Leave of Absence
    MATR=Matriculation
    PLNC=Plan Change
    PRGC=Program Change
    RADM=Readmit
    RAPP=Readmit Application
    RECN=Reconsideration
    REVK=Revoke Degree
    RLOA=Return from Leave of Absence
    SPND=Suspension
    TRAN=Transfer to Other Career
    VDIS=Voluntarily Discontinued
    WADM=Administrative Withdrawal
    WAIT=Waitlist
    WAOF=Waitlist Offer
    WAPP=Applicant Withdrawal
    3 PROG_REASON Character(4) VARCHAR2(4) NOT NULL Action Reason
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description