EM_BUY_DESCR_VW(SQL View) |
Index Back |
---|---|
View to get Buyer DesView on those agreement's that the user can access - needed to allow search on description field |
SELECT DISTINCT A.BUSINESS_UNIT , D.OPRID , B.DESCR FROM PS_EM_BUY_REG_TBL A , PS_BUS_UNIT_TBL_FS B , PS_EM_AGREEMENT C , PS_VENDOR_USER D WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.BUSINESS_UNIT = C.SETID AND C.VENDOR_SETID = D.SETID AND C.VENDOR_ID = D.VENDOR_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |