CATEGORY_MC_VW(SQL View) |
Index Back |
|---|---|
Asset Categories View for MCused by Mass Change |
| SELECT DISTINCT a.category , a.descr , a.intangible_sw , a.depr_status , a.lease_sw FROM PS_CATEGORY_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_CATEGORY_TBL b WHERE b.effdt <= %CurrentDateIn AND b.eff_status = 'A' AND b.setid = a.setid AND b.category = a.category) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Asset Category | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | INTANGIBLE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Intangible
N=Tangible Asset Y=Intangible Asset Y/N Table Edit Default Value: N |
| 4 | DEPR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Depreciation Status
D=Depreciable N=Non Depreciable Default Value: D |
| 5 | LEASE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Leased Assets
Y/N Table Edit Default Value: N |