DPR_CTG_VW

(SQL View)
Index Back

Asset Categories View


SELECT a.setid , a.category , a.descr FROM PS_CATEGORY_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_CATEGORY_TBL b WHERE b.effdt <= %CurrentDateIn AND b.setid = a.setid AND b.category = a.category) AND a.eff_status = 'A' AND a.depr_status = 'D' AND a.lease_sw = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETID_NONVW

2 CATEGORY Character(5) VARCHAR2(5) NOT NULL Asset Category
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description