IN_WM_WO_TYP_VW(SQL View) |
Index Back |
---|---|
Location View |
SELECT %Substring(s.setcntrlvalue, 1, 5) , w.wo_type , w.descr FROM PS_WM_WO_TYPE w , ps_set_cntrl_rec s WHERE s.setid = w.setid AND s.recname = 'WM_WO_TYPE' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SL_SOURCE_BUS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Source Business Unit selection |
2 | WO_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Work Order Type |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |