LATE_CHRG_VW

(SQL View)
Index Back

SELECT a.setid , a.late_chrg_cd , b.effdt , a.descr , b.eff_status FROM ps_late_chrg_hdr a , PS_LATE_CHRG_TBL b WHERE a.setid = b.setid AND a.late_chrg_cd = b.late_chrg_cd

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 LATE_CHRG_CD Character(4) VARCHAR2(4) NOT NULL Late Charge Code
3 EFFDT Date(10) DATE Effective Date

Default Value: %date

4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A