CATEGORY_LSE_VW(SQL View) |
Index Back |
---|---|
Asset Lease Categories View |
select a.setid, a.category, a.descr from PS_CATEGORY_TBL a where a.lease_sw = 'Y' and 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 |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | Character(5) | VARCHAR2(5) NOT NULL | Asset Category | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |