DIST_VALIDATEB(SQL View) |
Index Back |
---|---|
AM Validate Template-Transfer |
select distinct 'Transfer', a.setid, a.category from ps_category_tbl a where not exists (Select 'x' from ps_dist_tmpl_tbl b, PS_INSTALLATION_AM c where a.setid = b.setid and a.category = b.category and b.trans_type = c.type_transfer) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DESCR20 | Character(20) | VARCHAR2(20) NOT NULL | Description 20 |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | CATEGORY | Character(5) | VARCHAR2(5) NOT NULL | Asset Category |