SAD_UC_AP_PA_VW

(SQL View)
Index Back

Program Action View

Program Action View

SELECT A.PROG_ACTION ,A.DESCR FROM PS_ADM_ACTION_TBL A WHERE A.EFFDT = ( SELECT MAX(A1.EFFDT) FROM PS_ADM_ACTION_TBL A1 WHERE A1.PROG_ACTION = A.PROG_ACTION AND A1.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = 'A'

  • Related Language Record: SAD_UC_APA_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description