OPT_FEE_CD_VW

(SQL View)
Index Back

Optional Fee Codes View


SELECT a.Setid , a.Fee_cd , a.descr FROM PS_OPT_FEE_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_OPT_FEE_TBL b WHERE a.setid = b.setid AND a.fee_cd = b.fee_cd AND b.eff_status = 'A') AND a.eff_status = 'A'

  • Related Language Record: OPTFEECDVWLNG
  • # 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

    Prompt Table: SP_SETID_NONVW

    2 FEE_CD Character(6) VARCHAR2(6) NOT NULL Optional Fee Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description