WM_EIP_PTY_VW(SQL View) |
Index Back |
---|---|
Work Order Priority TableWork Order Priority Definition Table |
SELECT %Substring(S.SETCNTRLVALUE , 1, 5) , P.PRIORITY_CD , P.DESCR FROM PS_WM_PRIORITY P , PS_SET_CNTRL_REC S , PS_BUS_UNIT_TBL_WM B WHERE P.SETID = S.SETID AND S.RECNAME = 'WM_PRIORITY' AND B.BUSINESS_UNIT = S.SETCNTRLVALUE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRIORITY_CD | Character(3) | VARCHAR2(3) NOT NULL | Priority Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |