OPT_FEE_VAL_VW

(SQL View)
Index Back

Optional Fee Values View


SELECT a.setid , a.fee_cd , a.effdt , b.valid_value , b.descr , b.descrshort , b.initial_value FROM ps_opt_fee_tbl a , PS_OPT_FEE_VAL b WHERE a.setid = b.setid AND a.fee_cd = b.fee_cd AND a.effdt = b.effdt AND a.effdt = ( SELECT MAX(aa.effdt) FROM ps_opt_fee_tbl aa WHERE aa.setid = a.setid AND aa.fee_cd = a.fee_cd AND aa.effdt <= %CurrentDateIn AND aa.eff_status = 'A')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 FEE_CD Character(6) VARCHAR2(6) NOT NULL Fee Code
3 EFFDT Date(10) DATE Effective Date
4 VALID_VALUE Character(6) VARCHAR2(6) NOT NULL Valid Value
5 SSF_DESCR Character(30) VARCHAR2(30) NOT NULL Student Financials' Description
6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
7 INITIAL_VALUE Character(1) VARCHAR2(1) NOT NULL Initial Value