SP_PL_BU_OPRVW(SQL View) |
Index Back |
---|---|
Operator Security ViewThis view fetches BUs for the Add Progress Log BU prompt |
SELECT DISTINCT B.OPRID , A.BUSINESS_UNIT , A.DESCR FROM PS_BUS_UNIT_TBL_FS A , PS_SEC_BU_OPR B ,PS_SPF_WORDERREC W WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND W.BUSINESS_UNIT = A.BUSINESS_UNIT AND W.WO_STATUS='L' AND W.SERVICE_METHOD = 'D' AND W.WO_CLIID = B.OPRID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |