OPTFEECDVWLNG

(SQL View)
Index Back

rellng-Optional Fee Codes View

OPTFEECDVWLNG is the related language recordfor the record OPT_FEE_CD_VW

SELECT a.Setid , a.Fee_cd ,c.language_cd , c.descr FROM ps_opt_fee_tbl a ,PS_OPT_FEE_LNG C WHERE a.setid=c.setid AND a.fee_cd=c.fee_cd AND a.effdt=c.effdt AND 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 for OPT_FEE_CD_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description