EM_BUYER_SEC_V2(SQL View) |
Index Back |
---|---|
Buyer Descript. Security View.Returns list of buyers by their descriptions. |
SELECT B.OPRID , C.DESCR , A.BUSINESS_UNIT FROM PS_EM_BUY_REG_TBL A , PS_SEC_BU_OPR B , PS_BUS_UNIT_TBL_FS C WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND B.BUSINESS_UNIT = C.BUSINESS_UNIT |
# | 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |