SP_PL_BU_NONLVW(SQL View) |
Index Back |
---|---|
Progress Log BU ViewThis view fetches the BU accessible to a Requester creating a Progess Log based on the Released WOs on which the Requester is the person creating the Progress Log. |
SELECT DISTINCT B.OPRID , A.BUSINESS_UNIT , A.LANGUAGE_CD , A.DESCR FROM PS_BUS_UNIT_LANG A , PS_SPF_WORDERREC W , PSOPRDEFN B WHERE A.BUSINESS_UNIT = W.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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |