PROG_RSN_BR_VW

(SQL View)
Index Back

BRON Program Completion Reason

Select Program Reason for Program Action Completion only.

SELECT DISTINCT a.Setid ,b.oprid ,a.Prog_Reason ,a.Effdt ,a.Eff_Status ,a.Descr ,a.Descrshort FROM PS_PROG_RSN_TBL A ,PS_SCRTY_PROG_ACTN B WHERE A.prog_action ='COMP' AND (A.prog_action = B.prog_action OR B.prog_action ='ALL')

  • Related Language Record: PROG_RSN_BR_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_CS.SETID_CAREER

    Prompt Table: SETID_TBL

    2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    3 PROG_REASON Character(4) VARCHAR2(4) NOT NULL Action Reason
    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    7 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description